ntc-ai commited on
Commit
8f809fb
1 Parent(s): 9d6a111

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/clown...businessman/clown_17_3.0.png"
6
+ widget:
7
+ - text: clown
8
+ output:
9
+ url: images/clown_17_3.0.png
10
+ - text: clown
11
+ output:
12
+ url: images/clown_19_3.0.png
13
+ - text: clown
14
+ output:
15
+ url: images/clown_20_3.0.png
16
+ - text: clown
17
+ output:
18
+ url: images/clown_21_3.0.png
19
+ - text: clown
20
+ output:
21
+ url: images/clown_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: "clown"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - clown (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/clown_17_-3.0.png" width=256 height=256 /> | <img src="images/clown_17_0.0.png" width=256 height=256 /> | <img src="images/clown_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/clown_19_-3.0.png" width=256 height=256 /> | <img src="images/clown_19_0.0.png" width=256 height=256 /> | <img src="images/clown_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/clown_20_-3.0.png" width=256 height=256 /> | <img src="images/clown_20_0.0.png" width=256 height=256 /> | <img src="images/clown_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
+ clown
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.clown', weight_name='clown.safetensors', adapter_name="clown")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["clown"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, clown"
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 270+ 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
clown.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e367ef11cdaa0cf996e23f58bff7af0e5a45637061ca93058594143f39a7c839
3
+ size 8789076
images/clown_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 5d7fb988a7fe3466a90bb20a1b737161930e5e019fafd0b5ee155249736d451b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/clown_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 63d560eb8ebe5740e4b599a57a219dd254c41e60ef61741790f9c2274e72d257
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/clown_17_0.0.png ADDED

Git LFS Details

  • SHA256: d2530f32ce0e9f4e741c81f4462385d4f0bb4306b999ae3a16450d16068bdee1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/clown_17_1.5.png ADDED

Git LFS Details

  • SHA256: 99254fc231f965ea5d76275cf5d60f4fb4bb8f967b6cd43d450d9b1fd2fc46a6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/clown_17_3.0.png ADDED

Git LFS Details

  • SHA256: 191484c640b35781e053b0c7954e65b002dae80d1fe7adb66c9747ebe9644e07
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/clown_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 939e04c6c11fd54918ae8e4bcdfb28b80f602c09cd1c5d4684882ae6aa322b56
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/clown_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 8e884f691ac6fb9c8483220c9aa662a97a9f7bab1897bea7a4b5fe9310db0bb0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/clown_19_0.0.png ADDED

Git LFS Details

  • SHA256: 9c8a69a5919c170ba786127f2be3ec943fd40cf78794087f42363d5943cf8b5e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/clown_19_1.5.png ADDED

Git LFS Details

  • SHA256: 59546676f80e9c994a961e4cca67d9880e6eb4f38e5b4abc8d3d513c0f8b15b0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/clown_19_3.0.png ADDED

Git LFS Details

  • SHA256: 41828ae4b49f8f1d16e3562f3ca743c6fe9636d24b71d4e2fae19a638d158bda
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/clown_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 28bd9472fd2578fe333dc306b4ddb9a808c8e41e0768c77cc348ce54c02d4acd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/clown_20_-3.0.png ADDED

Git LFS Details

  • SHA256: fdd1e5681357c086314b5a4e09313a83a905ec7e51e6907f99dd6ca21c442d8d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/clown_20_0.0.png ADDED

Git LFS Details

  • SHA256: 1aeed5aae1bfb22067ff7e6250862c1ef2ba299ae140783aca211d17b78f2147
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/clown_20_1.5.png ADDED

Git LFS Details

  • SHA256: b86225d470b16ffe89f65ffb1365c736e2ff269e7c5625a5366f050bd2e032b7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/clown_20_3.0.png ADDED

Git LFS Details

  • SHA256: bdaa25d0aafe459d62d3519bb71417ba18f60401b2ca5d5e7a7c8e7e90626852
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/clown_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 8c38647249d4ef5c643c2a27b286f2ca0cfdbae68cd47a9d64a1df951d2caa4a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/clown_21_-3.0.png ADDED

Git LFS Details

  • SHA256: b02714a7548a162e12dcd66d2bf1efcb8af1041950ab8a143dab9cf0460bdf62
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/clown_21_0.0.png ADDED

Git LFS Details

  • SHA256: 5ade3d88395884719818c2a3162d81cc4f9cbddf33908a434db5f957b6910050
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/clown_21_1.5.png ADDED

Git LFS Details

  • SHA256: c034105d6cdec26a20596ffb44f29ae237d0c07702d3d798a0525c3934920e50
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/clown_21_3.0.png ADDED

Git LFS Details

  • SHA256: 768ed8778906217c959b6b5309e532f84ea7119dc9615b8ecfd5aadc330c9119
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/clown_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 3abd8a64f7f7c0a97fd958c8677a338dd50c1d6de455e4003c4e6d782dc55a60
  • Pointer size: 132 Bytes
  • Size of remote file: 1.96 MB
images/clown_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 2a11b568af9ccbeac970a78733685e6ac0926a4cbf0ad3fed63a094212c67f07
  • Pointer size: 132 Bytes
  • Size of remote file: 2.03 MB
images/clown_22_0.0.png ADDED

Git LFS Details

  • SHA256: b6b4cf68ee388f4f890f55e0dc1de8d4f22ef94a47149fc784d95bd67f4a063f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.93 MB
images/clown_22_1.5.png ADDED

Git LFS Details

  • SHA256: b040c445a07eb5b71f20e751076b6dacb9741c1d6179606ff4f28cda071733d7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.89 MB
images/clown_22_3.0.png ADDED

Git LFS Details

  • SHA256: 9ca0428e56679b1c350ac8792256218e8e710ce3e897407cfa515fdc8b203853
  • Pointer size: 132 Bytes
  • Size of remote file: 1.82 MB