ntc-ai commited on
Commit
87cd82a
1 Parent(s): 7bcd722

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/yellow team.../yellow team_17_3.0.png"
6
+ widget:
7
+ - text: yellow team
8
+ output:
9
+ url: images/yellow team_17_3.0.png
10
+ - text: yellow team
11
+ output:
12
+ url: images/yellow team_19_3.0.png
13
+ - text: yellow team
14
+ output:
15
+ url: images/yellow team_20_3.0.png
16
+ - text: yellow team
17
+ output:
18
+ url: images/yellow team_21_3.0.png
19
+ - text: yellow team
20
+ output:
21
+ url: images/yellow team_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: "yellow team"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - yellow team (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/yellow team_17_-3.0.png" width=256 height=256 /> | <img src="images/yellow team_17_0.0.png" width=256 height=256 /> | <img src="images/yellow team_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/yellow team_19_-3.0.png" width=256 height=256 /> | <img src="images/yellow team_19_0.0.png" width=256 height=256 /> | <img src="images/yellow team_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/yellow team_20_-3.0.png" width=256 height=256 /> | <img src="images/yellow team_20_0.0.png" width=256 height=256 /> | <img src="images/yellow team_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
+ yellow team
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.yellow-team', weight_name='yellow team.safetensors', adapter_name="yellow team")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["yellow team"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, yellow team"
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 320+ 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
images/yellow team_17_-1.5.png ADDED

Git LFS Details

  • SHA256: f6c03ce6087a5c4fc10218f529ad9602206e18f840aa97179025f8dfa5dd67f2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/yellow team_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 90cea01e193019fa44b1e27d9595affb5feeabb7343db7ef19d166857670b7ec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/yellow team_17_0.0.png ADDED

Git LFS Details

  • SHA256: f2586ecb697aebcfb9f27e2f8574ac65be6ceb53159a3e35e61b5f63f4b63e84
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/yellow team_17_1.5.png ADDED

Git LFS Details

  • SHA256: ca4118042951464273d345055a4427828f4290ead05f4c3301fa9032e52ed76f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/yellow team_17_3.0.png ADDED

Git LFS Details

  • SHA256: 5acaf11bcf634204cbe37ffa5324be17847bb8cf6160dfe11742820e48156231
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/yellow team_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 013dfaafd0cf733695a191eae4e54b8a093d35588c1aee2c6cd108dd6ab0e2be
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/yellow team_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 0b7527cd9ade30b62c58abbb73a9511e484441089c290a3fc81ccca9bdd5f383
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/yellow team_19_0.0.png ADDED

Git LFS Details

  • SHA256: a33e3470cae4dcee6ef9aa8221b8b745ab809186fed9f07cae4206f2b47a6751
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/yellow team_19_1.5.png ADDED

Git LFS Details

  • SHA256: 2474cebb9ee7dd173bb65636efa8eb0404a24642c8644c52c00f7fbd2695e6a9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/yellow team_19_3.0.png ADDED

Git LFS Details

  • SHA256: 633f2121ea9fc2fdd27e14533fff8a4ade9437afbe8b038b2a30258a813b8e09
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/yellow team_20_-1.5.png ADDED

Git LFS Details

  • SHA256: c39388fdd83c41d511c115397aae854e4c8ed6e3ba8441417cbf9a4fb1c6881b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/yellow team_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 56e8be08ebab54dbb68d22da3defe7e0ba7d4fd4f14027651dcfbde50d2bb8d6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/yellow team_20_0.0.png ADDED

Git LFS Details

  • SHA256: 9a65040dc3a3ab58dccc501c732cf3a02bcb2387b6e4afbcca581b04f8837acb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/yellow team_20_1.5.png ADDED

Git LFS Details

  • SHA256: 44ea17e92508fe76e874c2f5c152ec76e3db49c6fabaae2a8850b7b8bb00c3c4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/yellow team_20_3.0.png ADDED

Git LFS Details

  • SHA256: 92d90419f61ff0e1f221fa1d78caefe545ec8dec87170d677a6fd821fb0cf8bd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/yellow team_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 8a18f22e9b5db47bacc76b67f31ce4de5e475d256c00b4b3b1c979b887c170d8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/yellow team_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 2377472d0ea8406b124d1f5cc22ec567cb06f42ffb2848218bd42eeed3097996
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/yellow team_21_0.0.png ADDED

Git LFS Details

  • SHA256: e439b3f801b83199a60741684c550eb90f8b871e0027a426735353a80bdbf184
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/yellow team_21_1.5.png ADDED

Git LFS Details

  • SHA256: 4f875603f8432f5730a4e24aaa5ae2621dcea4711deae6a5f8296ad55d5320a4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/yellow team_21_3.0.png ADDED

Git LFS Details

  • SHA256: 7c56e88011f7997cfbc989ba5883fbfe98616a952038a8527966995ac3a2ad85
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/yellow team_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 8a381b59ece42b7bd7a66f86e4f5d7dba4565c7e99c2c09d4eee399c04afbf3d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/yellow team_22_-3.0.png ADDED

Git LFS Details

  • SHA256: f94e893411c717e5fb4b40e918d30ff069ce94e9eb661d39639aabe188919d68
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/yellow team_22_0.0.png ADDED

Git LFS Details

  • SHA256: aaaa031ca888831b9c1f9bc77144a394f79e033a06aac4c4ba4f289bdbf1654a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/yellow team_22_1.5.png ADDED

Git LFS Details

  • SHA256: b3670b6477f47eda6c9dc6ecc269424442a7409bee1ae3ec27a8e67798700d97
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/yellow team_22_3.0.png ADDED

Git LFS Details

  • SHA256: 65a6831542ee608bae9a3cf3bb7fbf38fa4f72fad78258b0a55a64fd0e6ef8e1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
yellow team.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fa02c4dd495b5c40055f047278d517b95086283947d7c0923819c119c952895
3
+ size 8789076