ntc-ai commited on
Commit
118565a
1 Parent(s): 0b23731

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/gingerbread house.../gingerbread house_17_3.0.png"
6
+ widget:
7
+ - text: gingerbread house
8
+ output:
9
+ url: images/gingerbread house_17_3.0.png
10
+ - text: gingerbread house
11
+ output:
12
+ url: images/gingerbread house_19_3.0.png
13
+ - text: gingerbread house
14
+ output:
15
+ url: images/gingerbread house_20_3.0.png
16
+ - text: gingerbread house
17
+ output:
18
+ url: images/gingerbread house_21_3.0.png
19
+ - text: gingerbread house
20
+ output:
21
+ url: images/gingerbread house_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: "gingerbread house"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - gingerbread house (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/gingerbread house_17_-3.0.png" width=256 height=256 /> | <img src="images/gingerbread house_17_0.0.png" width=256 height=256 /> | <img src="images/gingerbread house_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/gingerbread house_19_-3.0.png" width=256 height=256 /> | <img src="images/gingerbread house_19_0.0.png" width=256 height=256 /> | <img src="images/gingerbread house_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/gingerbread house_20_-3.0.png" width=256 height=256 /> | <img src="images/gingerbread house_20_0.0.png" width=256 height=256 /> | <img src="images/gingerbread house_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
+ gingerbread house
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.gingerbread-house', weight_name='gingerbread house.safetensors', adapter_name="gingerbread house")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["gingerbread house"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, gingerbread house"
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 280+ 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
gingerbread house.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75003f91cd15c5658f07b3dc460b7a542b882e7b658dd087a10bc325d2833580
3
+ size 8789076
images/gingerbread house_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 45cb0684a1515445f0ed2896049c9926d2c7d508580d3c93a211946aa5d76e42
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/gingerbread house_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 2626290cb915c1b97402ecea823ab055e469476fce275b0903930fc70e9fc603
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/gingerbread house_17_0.0.png ADDED

Git LFS Details

  • SHA256: d51ab605362e07a5851d1edce918425ba3f73753649f7a75581fe93912d201f4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/gingerbread house_17_1.5.png ADDED

Git LFS Details

  • SHA256: 4d310740d63a1616507e891b64b92b89cfe9e150e77153b7b4e1dbfe7d9e1855
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/gingerbread house_17_3.0.png ADDED

Git LFS Details

  • SHA256: 6291b6ad5a8081f221ce4d2bca1f1e1e6ccb8fc5ea57ffef0cc6119cc3228503
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/gingerbread house_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 2e2a1e34c7d7207ff91eb07b281f86b878d5d1436d74714b208a72f3ab76c3ba
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/gingerbread house_19_-3.0.png ADDED

Git LFS Details

  • SHA256: f2b96bdcd3f208328595c5fc85c3b4bc5ea4f57f571a575b2c7726867c882126
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/gingerbread house_19_0.0.png ADDED

Git LFS Details

  • SHA256: 75b0eb97e6a68dc47781a5d72f77c2c8a78eeb3c649c002f697a3e361611af3e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/gingerbread house_19_1.5.png ADDED

Git LFS Details

  • SHA256: 25d95f1a02ac414a146139f679592960e82413b0118fd101866a027a04eb17b2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/gingerbread house_19_3.0.png ADDED

Git LFS Details

  • SHA256: a8a1584ebbf8d1c8c72956fde15f685ee3d4beecb10336496f70841525a37c37
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/gingerbread house_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 922c41bef90b471367750507711f73194fdf0f81527637054e0a7dc233bef0d8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/gingerbread house_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 06869807cb127f2e2843d4dfdbf144e0110f9cf812decc3bf15e40ef3e02ce9b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/gingerbread house_20_0.0.png ADDED

Git LFS Details

  • SHA256: f6b69497426f8a8190ac3e22bf3d8262a9d544c21f03c9ec82314ae6d8eee7cf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/gingerbread house_20_1.5.png ADDED

Git LFS Details

  • SHA256: aba796d34309f7891257f348fc7538b4386a44628d4480bb8ddb7e0d4d716997
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/gingerbread house_20_3.0.png ADDED

Git LFS Details

  • SHA256: 393625f695d81dd5c7b9e18d1bb5fe9ae035444a4d141d3c3741980f4ee023ac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/gingerbread house_21_-1.5.png ADDED

Git LFS Details

  • SHA256: b3756e05ac17cf10ee005617692f2ee2c3fa3d98402c03f5e68e6e0ccdd160ed
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/gingerbread house_21_-3.0.png ADDED

Git LFS Details

  • SHA256: a1e947b0e072b92a24c15bd2b90195730da0b56eb28c84a89f8013ed5eb4a0e6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/gingerbread house_21_0.0.png ADDED

Git LFS Details

  • SHA256: 0fe195e68124cbcede02d9aadd75dbececab819d2d670c088652d5bfdad6abdc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/gingerbread house_21_1.5.png ADDED

Git LFS Details

  • SHA256: c8711a848272235b3953b3dbc65aa1d7d612e5ffb588273e35c4a4fef8526668
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/gingerbread house_21_3.0.png ADDED

Git LFS Details

  • SHA256: 3d376c547bccd829775cbe15a7e5e9c5243cca05fddbde0a4b71b058b7b07d05
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/gingerbread house_22_-1.5.png ADDED

Git LFS Details

  • SHA256: c3e887cf389fb57ff62e9d9da3b10f2a456a413226e109d0dbcb98814c580046
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/gingerbread house_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 1735025804b8f364aa0f49501e2e30c97a0b4bbaf64b5dad11baa5806566692a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/gingerbread house_22_0.0.png ADDED

Git LFS Details

  • SHA256: 3a3c6f12164c32eb46320225c4b6a32d874cda474e97567884ac915c4c0d3dda
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/gingerbread house_22_1.5.png ADDED

Git LFS Details

  • SHA256: 3d87ad39e58fce05611b34f0e4ff6d4c9bd0f68c2534d9b1d2cf9199951b516e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/gingerbread house_22_3.0.png ADDED

Git LFS Details

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