ntc-ai commited on
Commit
03ebd91
1 Parent(s): b5d1d10

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/gucci.../gucci_17_3.0.png"
6
+ widget:
7
+ - text: gucci
8
+ output:
9
+ url: images/gucci_17_3.0.png
10
+ - text: gucci
11
+ output:
12
+ url: images/gucci_19_3.0.png
13
+ - text: gucci
14
+ output:
15
+ url: images/gucci_20_3.0.png
16
+ - text: gucci
17
+ output:
18
+ url: images/gucci_21_3.0.png
19
+ - text: gucci
20
+ output:
21
+ url: images/gucci_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: "gucci"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - gucci (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/gucci_17_-3.0.png" width=256 height=256 /> | <img src="images/gucci_17_0.0.png" width=256 height=256 /> | <img src="images/gucci_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/gucci_19_-3.0.png" width=256 height=256 /> | <img src="images/gucci_19_0.0.png" width=256 height=256 /> | <img src="images/gucci_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/gucci_20_-3.0.png" width=256 height=256 /> | <img src="images/gucci_20_0.0.png" width=256 height=256 /> | <img src="images/gucci_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
+ gucci
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.gucci', weight_name='gucci.safetensors', adapter_name="gucci")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["gucci"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, gucci"
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 610+ 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
gucci.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8cfb81784fcac7273af4b5dc85fe08edff8687c9d9370784cef961a26fa62cc
3
+ size 8789076
images/gucci_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 1c8cc5f47f998bce8f76dc4f9c79b93f1140a8dfdb5d17269753a0fb4ee9da1a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/gucci_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 523ee4709f69c5366276c714ddd832d3fb00b0a85e6f068eb9666a65ecaf3743
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/gucci_17_0.0.png ADDED

Git LFS Details

  • SHA256: 54e34c382daa4ca098143555c84aa81eeae7032652f15bf65ecd70ca671cd7c6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/gucci_17_1.5.png ADDED

Git LFS Details

  • SHA256: a14a567dff0b365fe811430b4062eb4ddbb3803f012b32f2b1b32f1a8e2080f0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/gucci_17_3.0.png ADDED

Git LFS Details

  • SHA256: eee289d461034b327ba0788297de1744e0a85a138e65d3dec68c20733ce912f5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/gucci_19_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 98aa1127ce296139aad7a9d175fd71baa66be66f0e7dd40c8746a2643c52a933
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/gucci_19_0.0.png ADDED

Git LFS Details

  • SHA256: aa4724f98fb8d2d4ec7be3f8c731f1474d6638384726654b7d1ec0b880b4f8c3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/gucci_19_1.5.png ADDED

Git LFS Details

  • SHA256: 4510ba7000d163630af941a9e7d6113e9064a8e915cc63f40fc9ff6e2ce9c546
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/gucci_19_3.0.png ADDED

Git LFS Details

  • SHA256: 652ec29d6ad7f74795c044b34ad3780bc653b5913165f6de4f0e53e5012cecb6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/gucci_20_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 434fbfd16da1c0805dc74e34ce122d857ca4909e5ef7eb15e5023daaed4476fc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/gucci_20_0.0.png ADDED

Git LFS Details

  • SHA256: d8b54502ca60977b3e1611eb6ed2c28b14d89df6e6e8573edb47d10014c8dfc8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/gucci_20_1.5.png ADDED

Git LFS Details

  • SHA256: 8b369c600176b230f1f29d1f2edd02b803f454c095cb765092e814e366b33433
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/gucci_20_3.0.png ADDED

Git LFS Details

  • SHA256: ab8272db6da022e089ce5e740a5b43754c688c6835bce2f8c5bc7e2fd8b4db45
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/gucci_21_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: c39b0eb720fad119e5a8e204a322196bf505e4483958df7ab6c8c2606e321eb1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/gucci_21_0.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 43971a6756ef647ee407e8d851aa195f4732fdb6b521f7b5bb82dd1c8974ad47
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/gucci_21_3.0.png ADDED

Git LFS Details

  • SHA256: f35eb2ae4e39a671a87117e373a9098fd0640e944332aa67a1763ba8dacd5305
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/gucci_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 336d813538559e5b863d530d5f8e6d488ebc1e6ad176e3c118ea2e01e77eb04b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/gucci_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 02cf59c7d2cccbd0263ea3710a7a1fb1c7d23c4c89a4b9e43db625bf27f55c89
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
images/gucci_22_0.0.png ADDED

Git LFS Details

  • SHA256: 7763f7326304d184df24471ae755f34be2def191d581b8eddcf28c5f660ccf03
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/gucci_22_1.5.png ADDED

Git LFS Details

  • SHA256: b45c78dcde8e82eee07891544f0f77659d152ef4026f4ddd36e622142e597b9d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/gucci_22_3.0.png ADDED

Git LFS Details

  • SHA256: fec6fa0360c253f2eee6e447a9c0db9b7b299ed91578868ab25ee92c21e2b2de
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB