ntc-ai commited on
Commit
3083559
1 Parent(s): 80b88d0

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/snowman.../snowman_17_3.0.png"
6
+ widget:
7
+ - text: snowman
8
+ output:
9
+ url: images/snowman_17_3.0.png
10
+ - text: snowman
11
+ output:
12
+ url: images/snowman_19_3.0.png
13
+ - text: snowman
14
+ output:
15
+ url: images/snowman_20_3.0.png
16
+ - text: snowman
17
+ output:
18
+ url: images/snowman_21_3.0.png
19
+ - text: snowman
20
+ output:
21
+ url: images/snowman_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: "snowman"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - snowman (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/snowman_17_-3.0.png" width=256 height=256 /> | <img src="images/snowman_17_0.0.png" width=256 height=256 /> | <img src="images/snowman_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/snowman_19_-3.0.png" width=256 height=256 /> | <img src="images/snowman_19_0.0.png" width=256 height=256 /> | <img src="images/snowman_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/snowman_20_-3.0.png" width=256 height=256 /> | <img src="images/snowman_20_0.0.png" width=256 height=256 /> | <img src="images/snowman_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
+ snowman
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.snowman', weight_name='snowman.safetensors', adapter_name="snowman")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["snowman"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, snowman"
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 290+ 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/snowman_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 6a4cf7211a7f257a6af9c67958820f90fbfcb5c7aba671851c891daf4026b65f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/snowman_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 33aee59f0f86b2c1e4d6543c13337560a8850060e32e84d7e3e6c524132efab2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/snowman_17_0.0.png ADDED

Git LFS Details

  • SHA256: be55567284ad468bb490032e96d9b86b7f725728c553776e7deff534c75f27d2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/snowman_17_1.5.png ADDED

Git LFS Details

  • SHA256: b5e333da0e47b37530161cc6fc293eba62e4c9c46eaaff3e4cc685ec255cdde8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/snowman_17_3.0.png ADDED

Git LFS Details

  • SHA256: 581cd4c8fe4265e0cc6d89e08b79c4fc405ba58a66766f70100a9c2c5fe80169
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/snowman_19_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: ae43d2c163d4a35bf7b6f588292ee9059829e303c56b28c6dbdf01079b95d05e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/snowman_19_0.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 251e85c77781b7b40c3a8ded4be683b48d55c88daa6b66e26abfd0158c13460e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/snowman_19_3.0.png ADDED

Git LFS Details

  • SHA256: 9cb7c5012a1d9c52fba062947f4ca4a5ab61e548ee4f8df467d47c835bedd8b7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/snowman_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 7d173d122d671d8ea50580d1907c6d02f4b5ea1f8c8703c7909a50352d062318
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/snowman_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 92fc02fe5394bf10156ce32df1699174c1624b5d6cc12e1e6fa072cae75245e2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/snowman_20_0.0.png ADDED

Git LFS Details

  • SHA256: e757757bdf0951bb2e6803471fa47c622e8600ce3f249b8d0e59cfe7c1cf72b1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/snowman_20_1.5.png ADDED

Git LFS Details

  • SHA256: 3fdae6536b064ed32ce0c81b8d33ff54f3b07a34a81d6c94e6f71c1663181ef1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/snowman_20_3.0.png ADDED

Git LFS Details

  • SHA256: 90ed9f42dff760664f9a8ffeeffba897215b44b9a7c60999a78d9f06650dfdb8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/snowman_21_-1.5.png ADDED

Git LFS Details

  • SHA256: c30c76bd03bfe63d116bab1c5eb6c70d800896bd9ea6e0014afe989fbaaee8bb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/snowman_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 98938fa5c23344f219b934d7a9a5dd42041ce9664c7afe32858b4cfac4569fa4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/snowman_21_0.0.png ADDED

Git LFS Details

  • SHA256: 708a4ebc072d888a729f8ce35c50372585173049cf5d7d019fe7c4be50332156
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/snowman_21_1.5.png ADDED

Git LFS Details

  • SHA256: 7aa00532dacb0faec1a2dc64e1abe43b823d5691e2795a39816b1cb2edf78c29
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/snowman_21_3.0.png ADDED

Git LFS Details

  • SHA256: 404b317eafa1044ad7a827fa00c5da0e2548b1772a57348a146dc304f2feb998
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/snowman_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 16418c624592c20525c2aa39636920155fc24d9fe28a2778f06efc093069a275
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/snowman_22_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: c6b44210b0131333703fd104b64e1c44e78a6dc89a370f398491e09152375bf7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/snowman_22_1.5.png ADDED

Git LFS Details

  • SHA256: 57df33bbc5a52cf174aac5fe9e1b9fadca8558b024d308419f2fea6b30c6bdb1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/snowman_22_3.0.png ADDED

Git LFS Details

  • SHA256: a1be2d2e175c06da1bef8c420c2f458e1884997b2c7f318e839adca927f81bf2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
snowman.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:288a72503f816a209c59c6e43d96791c8d364a2ec1b9e38ea825ff679fd181bf
3
+ size 8789076