ntc-ai commited on
Commit
740aa36
1 Parent(s): c37e68e

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/raining.../raining_17_3.0.png"
6
+ widget:
7
+ - text: raining
8
+ output:
9
+ url: images/raining_17_3.0.png
10
+ - text: raining
11
+ output:
12
+ url: images/raining_19_3.0.png
13
+ - text: raining
14
+ output:
15
+ url: images/raining_20_3.0.png
16
+ - text: raining
17
+ output:
18
+ url: images/raining_21_3.0.png
19
+ - text: raining
20
+ output:
21
+ url: images/raining_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: "raining"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - raining (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/raining_17_-3.0.png" width=256 height=256 /> | <img src="images/raining_17_0.0.png" width=256 height=256 /> | <img src="images/raining_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/raining_19_-3.0.png" width=256 height=256 /> | <img src="images/raining_19_0.0.png" width=256 height=256 /> | <img src="images/raining_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/raining_20_-3.0.png" width=256 height=256 /> | <img src="images/raining_20_0.0.png" width=256 height=256 /> | <img src="images/raining_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
+ raining
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.raining', weight_name='raining.safetensors', adapter_name="raining")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["raining"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, raining"
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 710+ 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/raining_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 76154ae0e09dae6b14b7f00bae3e5bc5923d489fdf4beca80e61af430dc21035
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/raining_17_-3.0.png ADDED

Git LFS Details

  • SHA256: dd1bf067de29d7125fdea7f371cad406e017d77b266338b9d36daffe504ce317
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/raining_17_0.0.png ADDED

Git LFS Details

  • SHA256: 2bbaabed909865b5bd7b1ac40a7bcf5ba9e28e939c2d11554fd14180f98f6929
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/raining_17_1.5.png ADDED

Git LFS Details

  • SHA256: 3b9a4a361fe75bfc5d12fded9329b61d64626afcc4b7c5ba73a35af34972c69c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/raining_17_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 7c9d59f5f4781e247b4e3c350bd70ad5a21bbb53e5dca30142053972a66bf3de
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/raining_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 623ecd1db297dc4c3f4856661789a7a3d67056c1400c681cb292477e2e4057d8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/raining_19_0.0.png ADDED

Git LFS Details

  • SHA256: 667038db58ae560b3ceadcee2eb1481a669ad7db394e6e80a3445b0feea0818c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/raining_19_1.5.png ADDED

Git LFS Details

  • SHA256: b0d94b7760ba98aa39d98148c05774e2d1be9398609d35ca056f0b692d09bb64
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/raining_19_3.0.png ADDED

Git LFS Details

  • SHA256: 17203b392dd42bd76e4973be69f1843a8b131df437bb6dddfb34a2a8246a2c9b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/raining_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 5d69ea8eee899c848079ad70eb45b0522c9a05645f1bb73df3b22f82f4e1cd28
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
images/raining_20_-3.0.png ADDED

Git LFS Details

  • SHA256: d05e40d461c6040a10ebcaee4834044991f249d09d74aed3fd8e15a01bcc218f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.8 MB
images/raining_20_0.0.png ADDED

Git LFS Details

  • SHA256: 2c45e48402734c36de81f1111984a98dfb02ec2c698ac58a3b65365f2d57e7cb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/raining_20_1.5.png ADDED

Git LFS Details

  • SHA256: 71419b9d1e1874071c55846252d6b96c8bdc23d266035e0c61a2f4d7e22c07de
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/raining_20_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 76205c3f4c540fe618f04bc9ad0615793bd1f3f5eb5ee9b16dcb336d7e801e08
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/raining_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 62860a3173b3dbf2621a52a287c6979c0f92d6045944b352fd45184a64839c9f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
images/raining_21_0.0.png ADDED

Git LFS Details

  • SHA256: c9b75088135e80db7474b26fa6313cb489c3c01cf1afa7176985e852783a56a8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/raining_21_1.5.png ADDED

Git LFS Details

  • SHA256: 7b1295c285031f13887350a7b550482ceaafe2d8763be7e9cef1376c8d5aacba
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/raining_21_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 7bebb213fa9a6917b69d7620651be1d0497872f60604aae2abc699f189c96a9f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB
images/raining_22_-3.0.png ADDED

Git LFS Details

  • SHA256: a40f8303dfd5478836c3965d17e3581f56518cd6a939e7e12b7292e2957bac45
  • Pointer size: 132 Bytes
  • Size of remote file: 1.8 MB
images/raining_22_0.0.png ADDED

Git LFS Details

  • SHA256: d4a4ab722c4c7336278131ac49295a59720ad2ebe4e7cf892f11516e2c8fa615
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/raining_22_1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 5832347f4ad1f552c9ee95bf928d86e1a55b4c2b731a8bac1b6754e21b32307f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
raining.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8a99a8f4e3c05209b302151d95e8d39bb8c3694f43f7b57afb008b0def575e2
3
+ size 8789076