ntc-ai commited on
Commit
4693951
·
1 Parent(s): c196c3c

Update README, safetensors and PNGs

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ *.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ language:
4
+ - en
5
+ thumbnail: "images/evaluate/hoodie...tank top/hoodie_17_3.0.png"
6
+ widget:
7
+ - text: hoodie
8
+ output:
9
+ url: images/hoodie_17_3.0.png
10
+ - text: hoodie
11
+ output:
12
+ url: images/hoodie_19_3.0.png
13
+ - text: hoodie
14
+ output:
15
+ url: images/hoodie_20_3.0.png
16
+ - text: hoodie
17
+ output:
18
+ url: images/hoodie_21_3.0.png
19
+ - text: hoodie
20
+ output:
21
+ url: images/hoodie_22_3.0.png
22
+ tags:
23
+ - text-to-image
24
+ - stable-diffusion-xl
25
+ - lora
26
+ - template:sd-lora
27
+ - template:sdxl-lora
28
+ - sdxl-sliders
29
+ - ntcai.xyz-sliders
30
+ - concept
31
+ - diffusers
32
+ license: "mit"
33
+ inference: false
34
+ instance_prompt: "hoodie"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - hoodie (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/hoodie_17_-3.0.png" width=256 height=256 /> | <img src="images/hoodie_17_0.0.png" width=256 height=256 /> | <img src="images/hoodie_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/hoodie_19_-3.0.png" width=256 height=256 /> | <img src="images/hoodie_19_0.0.png" width=256 height=256 /> | <img src="images/hoodie_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/hoodie_20_-3.0.png" width=256 height=256 /> | <img src="images/hoodie_20_0.0.png" width=256 height=256 /> | <img src="images/hoodie_20_3.0.png" width=256 height=256 /> |
44
+
45
+
46
+ ## Download
47
+
48
+ Weights for this model are available in Safetensors format.
49
+
50
+ ## Trigger words
51
+
52
+ You can apply this LoRA with trigger words for additional effect:
53
+
54
+ ```
55
+ hoodie
56
+ ```
57
+
58
+ ## Use in diffusers
59
+
60
+ ```python
61
+ from diffusers import StableDiffusionXLPipeline
62
+ from diffusers import EulerAncestralDiscreteScheduler
63
+ import torch
64
+
65
+ pipe = StableDiffusionXLPipeline.from_single_file("https://huggingface.co/martyn/sdxl-turbo-mario-merge-top-rated/blob/main/topRatedTurboxlLCM_v10.safetensors")
66
+ pipe.to("cuda")
67
+ pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
68
+
69
+ # Load the LoRA
70
+ pipe.load_lora_weights('ntc-ai/SDXL-LoRA-slider.hoodie', weight_name='hoodie.safetensors', adapter_name="hoodie")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["hoodie"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, hoodie"
76
+ negative_prompt = "nsfw"
77
+ width = 512
78
+ height = 512
79
+ num_inference_steps = 10
80
+ guidance_scale = 2
81
+ image = pipe(prompt, negative_prompt=negative_prompt, width=width, height=height, guidance_scale=guidance_scale, num_inference_steps=num_inference_steps).images[0]
82
+ image.save('result.png')
83
+ ```
84
+
85
+ ## Support the Patreon
86
+
87
+ If you like this model please consider [joining our Patreon](https://www.patreon.com/NTCAI).
88
+
89
+ By joining our Patreon, you'll gain access to an ever-growing library of over 440+ unique and diverse LoRAs, covering a wide range of styles and genres. You'll also receive early access to new models and updates, exclusive behind-the-scenes content, and the powerful LoRA slider creator, allowing you to craft your own custom LoRAs and experiment with endless possibilities.
90
+
91
+ Your support on Patreon will allow us to continue developing and refining new models.
92
+
93
+ ## Other resources
94
+
95
+ - [CivitAI](https://civitai.com/user/ntc) - Follow ntc on Civit for even more LoRAs
96
+ - [ntcai.xyz](https://ntcai.xyz) - See ntcai.xyz to find more articles and LoRAs
hoodie.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:265b0baf7b9f837653c1d5bb4929797d9aaa7f886537facd1e8394ecd44f9020
3
+ size 8789076
images/hoodie_17_-1.5.png ADDED

Git LFS Details

  • SHA256: e4767fa49970dc62dcecd345c161994c6c1a170a95bedb8de898efd3123c2f8d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/hoodie_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 51a735535523290edbe4c58fc38296fcf8d83e2a1a09c26b89e5dc9f909a0080
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/hoodie_17_0.0.png ADDED

Git LFS Details

  • SHA256: bab1190162761b51d8fc35781dbb9cbe96d2660013a25760d5cca170d7c209d7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/hoodie_17_1.5.png ADDED

Git LFS Details

  • SHA256: 5f73185420563abe8d4827142b59c8dc82de998af538ce562dd173deb1c67b73
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/hoodie_17_3.0.png ADDED

Git LFS Details

  • SHA256: d4b64dc482c5f27a0c317cd2b206a3bb50317295675aff6d97ef3ce351ba7b6c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/hoodie_19_-1.5.png ADDED

Git LFS Details

  • SHA256: fcb2e22690ccc1ebda5877c1dce85f6a732ff13b98ddfa8c34ec7d5e50cc458e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.24 MB
images/hoodie_19_-3.0.png ADDED

Git LFS Details

  • SHA256: ea12ef508e3085983e735a240b2ff123a9bf0cab8537d34e9e4b3bff681ddad8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/hoodie_19_0.0.png ADDED

Git LFS Details

  • SHA256: a8ee9197f0426aea2cdc14547f171ab70a8847d329c5ffdb51c6b4fb10a6b7a5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.22 MB
images/hoodie_19_1.5.png ADDED

Git LFS Details

  • SHA256: d60556b1bb494d6d115176d888f6723a572513ad7cd062e483cf170297b3d947
  • Pointer size: 132 Bytes
  • Size of remote file: 1.2 MB
images/hoodie_19_3.0.png ADDED

Git LFS Details

  • SHA256: 6439169aa6fe6ff7ab035f8a2802c3c8bd9d1298f5ac793bead7b48976a5c4b0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.21 MB
images/hoodie_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 82c2c278f8966c2b5a4c72b03c544b796307fc53b3335e487bb5be4444a9d101
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/hoodie_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 2b21a72a43d162f66da44a8a910affdcc650bf93eb383e226a8fd47bc0cea206
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/hoodie_20_0.0.png ADDED

Git LFS Details

  • SHA256: 9508408676be00ff555c4f367330854a4885fd7e35e6414806b4e01d9b53f244
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/hoodie_20_1.5.png ADDED

Git LFS Details

  • SHA256: 7413ac70af6d716d46c87ef7eb2684d1c0ce7810b90054acdaaf6ae642c35b1c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/hoodie_20_3.0.png ADDED

Git LFS Details

  • SHA256: 7d1f38c48d0b15087b6f6542935e43af33ac0c296eb52b6fd870b59093421204
  • Pointer size: 132 Bytes
  • Size of remote file: 1.8 MB
images/hoodie_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 1d11d69d6148da8658ef8cb99c09b2f6390dce31dbc1810a22e050aff979a94a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/hoodie_21_-3.0.png ADDED

Git LFS Details

  • SHA256: b3e15cd386e46bf6f44bf549b3cb02b571fcc165451bcc62d7581dd7ccc1d253
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/hoodie_21_0.0.png ADDED

Git LFS Details

  • SHA256: e81242779f20c8e7564642e09f060a93ea29f695c4ea1bc8c427596692774280
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/hoodie_21_1.5.png ADDED

Git LFS Details

  • SHA256: d209ab8104b78096fa83cbe1d5bf9ae2d68fbbc35b54c50aa4b28cd7799f9a59
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/hoodie_21_3.0.png ADDED

Git LFS Details

  • SHA256: ec12ef88b8ee8cefd35c0ec43032d086bb47553b02b16c067172c0ee0c5c9bc1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/hoodie_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 5d35572866d6f8aeb985006f693f671eff2be5eec8ddb24d0c2668aea0b63c56
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/hoodie_22_-3.0.png ADDED

Git LFS Details

  • SHA256: dfe890a860cb6259c87a619483323259865d8cd2fa087c1b49c9ac10abe34e8b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/hoodie_22_0.0.png ADDED

Git LFS Details

  • SHA256: 2a0db482d8b65fb5d190321f29da4ad1701b0f82adb84e557cc5c4f5669dcf9d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/hoodie_22_1.5.png ADDED

Git LFS Details

  • SHA256: cd7dec6eb7cf398cb9c836635d87e25eabfc32b8674ed11530158c19023f94e9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/hoodie_22_3.0.png ADDED

Git LFS Details

  • SHA256: 2c17cf90b9e86af582a8f829ac8099f3f9c051890ccb975abde2f6fc1813f3a8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB