ntc-ai commited on
Commit
3f06b69
1 Parent(s): f59c46d

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 an airplane.../in an airplane_17_3.0.png"
6
+ widget:
7
+ - text: in an airplane
8
+ output:
9
+ url: images/in an airplane_17_3.0.png
10
+ - text: in an airplane
11
+ output:
12
+ url: images/in an airplane_19_3.0.png
13
+ - text: in an airplane
14
+ output:
15
+ url: images/in an airplane_20_3.0.png
16
+ - text: in an airplane
17
+ output:
18
+ url: images/in an airplane_21_3.0.png
19
+ - text: in an airplane
20
+ output:
21
+ url: images/in an airplane_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 an airplane"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - in an airplane (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/in an airplane_17_-3.0.png" width=256 height=256 /> | <img src="images/in an airplane_17_0.0.png" width=256 height=256 /> | <img src="images/in an airplane_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/in an airplane_19_-3.0.png" width=256 height=256 /> | <img src="images/in an airplane_19_0.0.png" width=256 height=256 /> | <img src="images/in an airplane_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/in an airplane_20_-3.0.png" width=256 height=256 /> | <img src="images/in an airplane_20_0.0.png" width=256 height=256 /> | <img src="images/in an airplane_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 an airplane
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-an-airplane', weight_name='in an airplane.safetensors', adapter_name="in an airplane")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["in an airplane"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, in an airplane"
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 460+ 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 an airplane_17_-1.5.png ADDED

Git LFS Details

  • SHA256: f11cd7ddd89cdcce04b1be5c9ca63e3cdbf71059609dcd4351d676c96808c8c8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/in an airplane_17_-3.0.png ADDED

Git LFS Details

  • SHA256: c11289c3ae0c70302638a581a504a0cdd796f84c81e84ee18b252d79979da63e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/in an airplane_17_0.0.png ADDED

Git LFS Details

  • SHA256: ffe09720549d724ebb1424511e18dc5ddd9dbb8bdf74777fb0ff0f4635d10bc8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/in an airplane_17_1.5.png ADDED

Git LFS Details

  • SHA256: e73a49eeb18dc469153a0cb68312e1c4fb9cac86d0c3bbfacfecc4cdc496bfe2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/in an airplane_17_3.0.png ADDED

Git LFS Details

  • SHA256: 327ef3868077e7cd51c873eea9f5dae4ff441cd03072ff93911dc9485c25d5a0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/in an airplane_19_-1.5.png ADDED

Git LFS Details

  • SHA256: da4f5a8a9812831354a950aa202a6dd1a3f77266b036fe66d6f90508f1a2a52a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/in an airplane_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 56b156c6b2ab21be8c7f6a7aab07dbb218be740356a7c9cad2b755b83ed92f12
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/in an airplane_19_0.0.png ADDED

Git LFS Details

  • SHA256: 5a054cd89b8c69a158d9c08b8b7709eedae38e9080330f078e420d990b3fa741
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/in an airplane_19_1.5.png ADDED

Git LFS Details

  • SHA256: 89935846d37d2005dbb9ea1eea0edc0e20ab7d886c779dcbfd473af48dcbd802
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/in an airplane_19_3.0.png ADDED

Git LFS Details

  • SHA256: 39b0fb4a32fd8ee3987a194bad87d0764badea3446071eb4fd86d75da0bf7f46
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/in an airplane_20_-1.5.png ADDED

Git LFS Details

  • SHA256: c19001e9faf65306382191c7993a49a612645ea4836ddae962a25c2556a9218a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/in an airplane_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 23490006ff0daaaf168e2fb684a6d8921b572e6ef00bf46dc830ff3b7c1d1777
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/in an airplane_20_0.0.png ADDED

Git LFS Details

  • SHA256: 702a2f97c686b42e4655588e6bb5a9e3c5aaa691d46425c10eb4371440bf599f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/in an airplane_20_1.5.png ADDED

Git LFS Details

  • SHA256: 6eba05e9fa52f66f6922a2fe53fe1d0787542c8dc4eb2a0ae3632d17fb9d37ca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/in an airplane_20_3.0.png ADDED

Git LFS Details

  • SHA256: 9231f60acb2ea238c0deff1f5644c3539356208e80583205597a3bfd90d4c890
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/in an airplane_21_-1.5.png ADDED

Git LFS Details

  • SHA256: f0d60b596d3f78e606bec542142e74649e067175a8dcd419a071cb3122045137
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/in an airplane_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 7624596fa4501c511b8ccec31aa23a7c39ff0a3505b67a98d1c400e90847ae45
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/in an airplane_21_0.0.png ADDED

Git LFS Details

  • SHA256: 575dc35df6eb2b424d2226aedbe95d62194013f5b8698f4508678801a2715343
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/in an airplane_21_1.5.png ADDED

Git LFS Details

  • SHA256: f731d97641ea95023b8a1120647a627d5981318e97e149b291ede716b7bf0dc1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/in an airplane_21_3.0.png ADDED

Git LFS Details

  • SHA256: 337e8b1030f4c82bd82f1e6bf4bc9995dff21d660ce1985d3015f07df972ef3a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/in an airplane_22_-1.5.png ADDED

Git LFS Details

  • SHA256: f879da14244cdb778444006ca1637f23de9c88c27d1aaf78803dac89a8affbf4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/in an airplane_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 5719029c1653d843bfbde8984fc34966320a10b57fda3bae70563c43e6c1e05b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/in an airplane_22_0.0.png ADDED

Git LFS Details

  • SHA256: c7c1aee5bf45ecbf4e160594f035881f1c43934fdef91a0cf93d684564abd895
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/in an airplane_22_1.5.png ADDED

Git LFS Details

  • SHA256: f28b57fbd71a81fa6f0a411896eaa8f99221fea105e9f034c54e46240dd05bcb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/in an airplane_22_3.0.png ADDED

Git LFS Details

  • SHA256: 25f00a479e764f747c76a8ce848b47de7437df9aabcd937cff932dd8d3f60c45
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
in an airplane.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bca4f81b9f5e321b705f27a80fc2eaa41a8cc83e9770dd63a9501fa24a7163c
3
+ size 8789076