ntc-ai commited on
Commit
3217d8a
1 Parent(s): 74166c8

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/colorful.../colorful_17_3.0.png"
6
+ widget:
7
+ - text: colorful
8
+ output:
9
+ url: images/colorful_17_3.0.png
10
+ - text: colorful
11
+ output:
12
+ url: images/colorful_19_3.0.png
13
+ - text: colorful
14
+ output:
15
+ url: images/colorful_20_3.0.png
16
+ - text: colorful
17
+ output:
18
+ url: images/colorful_21_3.0.png
19
+ - text: colorful
20
+ output:
21
+ url: images/colorful_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: "colorful"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - colorful (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/colorful_17_-3.0.png" width=256 height=256 /> | <img src="images/colorful_17_0.0.png" width=256 height=256 /> | <img src="images/colorful_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/colorful_19_-3.0.png" width=256 height=256 /> | <img src="images/colorful_19_0.0.png" width=256 height=256 /> | <img src="images/colorful_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/colorful_20_-3.0.png" width=256 height=256 /> | <img src="images/colorful_20_0.0.png" width=256 height=256 /> | <img src="images/colorful_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
+ colorful
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.colorful', weight_name='colorful.safetensors', adapter_name="colorful")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["colorful"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, colorful"
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 480+ 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
colorful.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff8fccdae9247c242caa7d433f0c4067b68938e22e97732092f869d225169913
3
+ size 8789076
images/colorful_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 3bd4b1603df8015ae4f0f0fc81725c9597323069ee83a796e12a82c166d82275
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/colorful_17_-3.0.png ADDED

Git LFS Details

  • SHA256: c0d604a543976090db0a8f2094903b08605fc9b265e9e1b4534fc575021b78e6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/colorful_17_0.0.png ADDED

Git LFS Details

  • SHA256: dbb343ae439344181a90f8c0eb00b8eaa540b97a181dd448c39a738e6b81abdd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/colorful_17_1.5.png ADDED

Git LFS Details

  • SHA256: 6acdd8357ad9f1cc71feb13997683cf8b10a3e881baf7c219b1f690b1eebfcfd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/colorful_17_3.0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 9eb3db95cd599706c18c56299716daa199625664160017106c4c091bcac0bcfb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/colorful_19_0.0.png ADDED

Git LFS Details

  • SHA256: cef3731a3ab8024101e2172de242ff085e188bb2e673228ee929d833d337b624
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/colorful_19_1.5.png ADDED

Git LFS Details

  • SHA256: 29b449589e80fb8a520d7f484cd03688125824b90e2a8a9bc34acbee8f902ca5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/colorful_19_3.0.png ADDED

Git LFS Details

  • SHA256: 76f1713eab9d5dc3c06eeda8a44a35b1f56df26e0e310ececc0aca45e5ff1a06
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/colorful_20_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 1b40f6d1703dc84151accffb1f92a1f920574ed6b41892cd937e9b6fb6a0a5cd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/colorful_20_0.0.png ADDED

Git LFS Details

  • SHA256: a92a403d38d9616a85d215404bbc89afdf7fea1936e5831cd1cfb7ac8cdd8fb6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/colorful_20_1.5.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: f109c0ec7842ffdd8102c8b4d9304febf56fe758e1673f59b9674eb1158aaa41
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/colorful_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 5b03b5c0341e8699bf117e7ec0e503ff431d585ec39ea9093f4b33154ce81f4a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/colorful_21_0.0.png ADDED

Git LFS Details

  • SHA256: 276571c61c959f09fa58f2b87176b23fabdd89f0d509f33660470706f17c35f0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/colorful_21_1.5.png ADDED

Git LFS Details

  • SHA256: 3b9316b4e477f0bba4733719272dc34fb23e1d31763dafac449df4fc0256eb11
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/colorful_21_3.0.png ADDED

Git LFS Details

  • SHA256: 64f1a2f7ee0e2a2d354d80c84980d6d3ef3412d5e4b24ff3c64f14e0fac58b2c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/colorful_22_-1.5.png ADDED

Git LFS Details

  • SHA256: d71865a4c00947b1eebfe177c077ee3fe56889c6b39ab015ff42f7136279c23c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/colorful_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 1a0c1313fd3c4d8ba50a80ad30090bcfc48328e3d026f8f34cfb6817150b502c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/colorful_22_0.0.png ADDED

Git LFS Details

  • SHA256: 2459c8bffcbd10ec7dc33df5ecb3b293b7009fd65bffff4ec0f55917c848a8de
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/colorful_22_1.5.png ADDED

Git LFS Details

  • SHA256: 5ce13eac347194df86b5cdead476d6acddad92dc658ff75d561d4c170a34f597
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/colorful_22_3.0.png ADDED

Git LFS Details

  • SHA256: 0c2728c001dfeae8bf528291dccf633a271df5d1871fe0c7b0774b3329ae538c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB