ntc-ai commited on
Commit
f463ad2
1 Parent(s): 62e1b7d

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/in a blizzard.../in a blizzard_17_3.0.png"
6
+ widget:
7
+ - text: in a blizzard
8
+ output:
9
+ url: images/in a blizzard_17_3.0.png
10
+ - text: in a blizzard
11
+ output:
12
+ url: images/in a blizzard_19_3.0.png
13
+ - text: in a blizzard
14
+ output:
15
+ url: images/in a blizzard_20_3.0.png
16
+ - text: in a blizzard
17
+ output:
18
+ url: images/in a blizzard_21_3.0.png
19
+ - text: in a blizzard
20
+ output:
21
+ url: images/in a blizzard_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: "in a blizzard"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - in a blizzard (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/in a blizzard_17_-3.0.png" width=256 height=256 /> | <img src="images/in a blizzard_17_0.0.png" width=256 height=256 /> | <img src="images/in a blizzard_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/in a blizzard_19_-3.0.png" width=256 height=256 /> | <img src="images/in a blizzard_19_0.0.png" width=256 height=256 /> | <img src="images/in a blizzard_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/in a blizzard_20_-3.0.png" width=256 height=256 /> | <img src="images/in a blizzard_20_0.0.png" width=256 height=256 /> | <img src="images/in a blizzard_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
+ in a blizzard
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.in-a-blizzard', weight_name='in a blizzard.safetensors', adapter_name="in a blizzard")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["in a blizzard"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, in a blizzard"
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/in a blizzard_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 4e2503502eabba112f3687568a9ca1ae12b38cd71c5ea7e9d10c642880e1ab6c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/in a blizzard_17_-3.0.png ADDED

Git LFS Details

  • SHA256: aef3c50ba4ba3c629f4429ba5c7691b9d77ad9db8017dee3690b2746d78eaac8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/in a blizzard_17_0.0.png ADDED

Git LFS Details

  • SHA256: 7596385fe8b52048164505f11db64a01a7e4cdcc99c18efdfe84d51e80e08634
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/in a blizzard_17_1.5.png ADDED

Git LFS Details

  • SHA256: 94aad2c49c7f49bb0399fc9e083f3d790a97b132a87c3710dcbdcac9d6e9a98a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/in a blizzard_17_3.0.png ADDED

Git LFS Details

  • SHA256: cfd4d0e042e1408c91bc654f3cabdd3e7604e7e79b7bfc9e4f45a0b797e35323
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/in a blizzard_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 113a4c8f439e62ebb782f2874f75dd3f64bd5f63ee3f88cc13d16c6dfac10afb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/in a blizzard_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 93b5c8c02dcb3428180167ac58ed1e0f9c5a77098221630b031030876ae0f2eb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/in a blizzard_19_0.0.png ADDED

Git LFS Details

  • SHA256: 74d9744e5afa7812f7db5339624851c916e151bccadd0b860bb95c67d3107b3e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/in a blizzard_19_1.5.png ADDED

Git LFS Details

  • SHA256: 20c27bac281609542365c95af101a2f4575b6ee072c4b02571592e91e3427b98
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/in a blizzard_19_3.0.png ADDED

Git LFS Details

  • SHA256: 3c03656c7fe20016490fc71a0f049b2e4b201f212f408dad071d88bd08b10f56
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/in a blizzard_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 1047c486e25b008a19e579f848513171069097fe4d920e124f8d4216b829db0b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/in a blizzard_20_-3.0.png ADDED

Git LFS Details

  • SHA256: a9fbcc7f312be85e8f49aedcbd866194c292189fee1b8be5d8ab783635ae6a86
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/in a blizzard_20_0.0.png ADDED

Git LFS Details

  • SHA256: 75351bcd2f0b792e94f2f795fb0ff938bf12ee0d4d6ffac842800a8af29341ab
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/in a blizzard_20_1.5.png ADDED

Git LFS Details

  • SHA256: 9198cfd056ba30bd4a4c2225d258f02ea500c195cc0eceae3eaebe6c5328d310
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/in a blizzard_20_3.0.png ADDED

Git LFS Details

  • SHA256: 56e316199174ee61031b1ae18a20c1ade2e0ca8008cd65c4dd5f4cfc3ae349d0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/in a blizzard_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 263d1ae881824ea4d7e780b25c54bf11b4c7f39943b65ebf47ec74fbde3e1b85
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/in a blizzard_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 7acd44bb0672c482596e5b43789fe6b0143f5cb65df081900982f6ac15de7235
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/in a blizzard_21_0.0.png ADDED

Git LFS Details

  • SHA256: 2ad747ec06fa1ca0e8830fb9e04e2c0d25b38b83857d442937de8862e3e18bbf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/in a blizzard_21_1.5.png ADDED

Git LFS Details

  • SHA256: dc62b1879d9f3c93ecb3975d485bba9acd417be4bea54d8dadf6dd83fbcbdfad
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/in a blizzard_21_3.0.png ADDED

Git LFS Details

  • SHA256: 60456f0d97f6a23c425eaf37b520c5f2ad3c6c23be63bd922505b2ee8773706b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/in a blizzard_22_-1.5.png ADDED

Git LFS Details

  • SHA256: a4708b2d414d7e47fbc6c88cd53c566a9fc75c0a8d1b35ff493f1932aa52c285
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
images/in a blizzard_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 8d2f2a78878fd66cf8e722b13538153c8aa9ad9d541f9f9e8ef2619cce87ac7a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB
images/in a blizzard_22_0.0.png ADDED

Git LFS Details

  • SHA256: 5fc36d4148063357590edd2c433ff6710749872ebdfc2e845068d27e27479ada
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/in a blizzard_22_1.5.png ADDED

Git LFS Details

  • SHA256: 741661ec8bb9bbad1b4e63a59f849a5b603d138f9053017372688976ac9f26fe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/in a blizzard_22_3.0.png ADDED

Git LFS Details

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