ntc-ai commited on
Commit
163d5fd
1 Parent(s): 08f2bb7

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 hot air balloon race.../in a hot air balloon race_17_3.0.png"
6
+ widget:
7
+ - text: in a hot air balloon race
8
+ output:
9
+ url: images/in a hot air balloon race_17_3.0.png
10
+ - text: in a hot air balloon race
11
+ output:
12
+ url: images/in a hot air balloon race_19_3.0.png
13
+ - text: in a hot air balloon race
14
+ output:
15
+ url: images/in a hot air balloon race_20_3.0.png
16
+ - text: in a hot air balloon race
17
+ output:
18
+ url: images/in a hot air balloon race_21_3.0.png
19
+ - text: in a hot air balloon race
20
+ output:
21
+ url: images/in a hot air balloon race_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 hot air balloon race"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - in a hot air balloon race (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/in a hot air balloon race_17_-3.0.png" width=256 height=256 /> | <img src="images/in a hot air balloon race_17_0.0.png" width=256 height=256 /> | <img src="images/in a hot air balloon race_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/in a hot air balloon race_19_-3.0.png" width=256 height=256 /> | <img src="images/in a hot air balloon race_19_0.0.png" width=256 height=256 /> | <img src="images/in a hot air balloon race_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/in a hot air balloon race_20_-3.0.png" width=256 height=256 /> | <img src="images/in a hot air balloon race_20_0.0.png" width=256 height=256 /> | <img src="images/in a hot air balloon race_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 hot air balloon race
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-hot-air-balloon-race', weight_name='in a hot air balloon race.safetensors', adapter_name="in a hot air balloon race")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["in a hot air balloon race"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, in a hot air balloon race"
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 1140+ 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 hot air balloon race_17_-1.5.png ADDED

Git LFS Details

  • SHA256: ecf746893414166483d796b04d8dcdff9f8a96da95734a26363e1d085c373065
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/in a hot air balloon race_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 517f8db8e5268bf0df3eae2a4e6fe228f2d750dfd02ae8b37699ba86a3e83866
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/in a hot air balloon race_17_0.0.png ADDED

Git LFS Details

  • SHA256: 3560598594ea586bd10b006e3b43247fa53bbd0e2575818b7bfc909fe7cb9cd8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/in a hot air balloon race_17_1.5.png ADDED

Git LFS Details

  • SHA256: ce52e039d92b36af3d308f990135aad0e7bb8116b98104a5c15c0707678d50ce
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/in a hot air balloon race_17_3.0.png ADDED

Git LFS Details

  • SHA256: 0ec55e90f707452ad2377d7df14f73b3ab9855ceb15430dd9aff328782ad3a83
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/in a hot air balloon race_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 0cbe150a402eb27b482f16c318e428f855afbfe2dd1748968d69f4e22a7946b9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/in a hot air balloon race_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 687b6716bcadcf6ff0e564dbd5be962202ffefb35c175d3f1b990fb0df317a1b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/in a hot air balloon race_19_0.0.png ADDED

Git LFS Details

  • SHA256: 9830c75994052c15813ddf5965dd39ce6defb2349742effdaca3a40823c3bfea
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/in a hot air balloon race_19_1.5.png ADDED

Git LFS Details

  • SHA256: e407b3548223d776aeb3f061cfadfd92e808e86e50f4ee454b6acdcf87595dd3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/in a hot air balloon race_19_3.0.png ADDED

Git LFS Details

  • SHA256: 168f022a0c15544fefd98b2833ebda1efcdb81cc353dd9c0a01105a9eaa87a85
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/in a hot air balloon race_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 7bb3d1a7d04dc32e329475d271103544295be23a53cc204b3c201fdbc860cb69
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/in a hot air balloon race_20_-3.0.png ADDED

Git LFS Details

  • SHA256: c57ba150fb3ad19822effdd1d4e02ae45c2263d2c98eec9d3668c5cdbe7e6fbd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/in a hot air balloon race_20_0.0.png ADDED

Git LFS Details

  • SHA256: 15a40cddbf1ef7c8e87a1923db7816000d0125eb1e277ff0ef12575879e9f3c3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/in a hot air balloon race_20_1.5.png ADDED

Git LFS Details

  • SHA256: f036845358ea900b9a00daeb11ef3d406b1a0ffb2f1d918e50b2c5ad901cce6e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/in a hot air balloon race_20_3.0.png ADDED

Git LFS Details

  • SHA256: 70cd433d44329a46e3c24f4b14e3a250e08a08cb3909df57f1ff989a3e8855d8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.24 MB
images/in a hot air balloon race_21_-1.5.png ADDED

Git LFS Details

  • SHA256: c55d4482456b45970b6f069ac9d11566d71333f25bb33ad508ede23277eb442b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/in a hot air balloon race_21_-3.0.png ADDED

Git LFS Details

  • SHA256: a2ba9984a9df7b9e004e9e5aa58dd70fadc76f3266377698c063595e338a86d6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/in a hot air balloon race_21_0.0.png ADDED

Git LFS Details

  • SHA256: 5ad94af30d468b836f7f270ac01dd6b10569662798d5c328fb6a9f6bc8761008
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/in a hot air balloon race_21_1.5.png ADDED

Git LFS Details

  • SHA256: e5e3a4eb1e42a99314ea5459a39a30295aee5ca691f0ebe20f5ff91acf9c2fbd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/in a hot air balloon race_21_3.0.png ADDED

Git LFS Details

  • SHA256: b76096c884888076c3a7ff3f33ae73386f6f44dfb9cf7b5cbb1475aa70199d09
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/in a hot air balloon race_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 6b6f8e84cc829851bf4e3a3cdb98f5d27c3e5aa896eb3cee3ba891d7abe607f7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/in a hot air balloon race_22_-3.0.png ADDED

Git LFS Details

  • SHA256: a5b7f4fcfd95d9c125a5c61f0a94ea6aef9fb61aab790a84956832841e6d9867
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/in a hot air balloon race_22_0.0.png ADDED

Git LFS Details

  • SHA256: b00ffde388ca76d694ffb3f35d6d1a6d72bfc9734a2730854dbc435dc529310d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/in a hot air balloon race_22_1.5.png ADDED

Git LFS Details

  • SHA256: 2d2302cac6c2bab2b9bf6f2e4c5ffc811a43620e7e6e6881d19f2a587ae9912a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/in a hot air balloon race_22_3.0.png ADDED

Git LFS Details

  • SHA256: 7211e6c28ff167d7f162ddf49969029ef4df89e7e5753e0a1c8bcb259f477019
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
in a hot air balloon race.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b808b46211827f2a239880de055bd1832d9ffb8e42fc529983d991e86aa25b9d
3
+ size 8789076