ntc-ai commited on
Commit
044626e
·
1 Parent(s): 89ec853

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/inflateable.../inflateable_17_3.0.png"
6
+ widget:
7
+ - text: inflateable
8
+ output:
9
+ url: images/inflateable_17_3.0.png
10
+ - text: inflateable
11
+ output:
12
+ url: images/inflateable_19_3.0.png
13
+ - text: inflateable
14
+ output:
15
+ url: images/inflateable_20_3.0.png
16
+ - text: inflateable
17
+ output:
18
+ url: images/inflateable_21_3.0.png
19
+ - text: inflateable
20
+ output:
21
+ url: images/inflateable_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: "inflateable"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - inflateable (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/inflateable_17_-3.0.png" width=256 height=256 /> | <img src="images/inflateable_17_0.0.png" width=256 height=256 /> | <img src="images/inflateable_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/inflateable_19_-3.0.png" width=256 height=256 /> | <img src="images/inflateable_19_0.0.png" width=256 height=256 /> | <img src="images/inflateable_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/inflateable_20_-3.0.png" width=256 height=256 /> | <img src="images/inflateable_20_0.0.png" width=256 height=256 /> | <img src="images/inflateable_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
+ inflateable
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.inflateable', weight_name='inflateable.safetensors', adapter_name="inflateable")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["inflateable"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, inflateable"
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 660+ 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/inflateable_17_-1.5.png ADDED

Git LFS Details

  • SHA256: ae3e4571d3c735caeed2830b36284f970e0061202fdaeb599115e1b546319961
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/inflateable_17_-3.0.png ADDED

Git LFS Details

  • SHA256: c022bdd89370edfce1427ead03a987f83136d2b93ea3dfee48bdfa7b0b8db310
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/inflateable_17_0.0.png ADDED

Git LFS Details

  • SHA256: 3d992d15467b92448b1889d60703d4110715225aca22d0b5ffb74343042336dd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/inflateable_17_1.5.png ADDED

Git LFS Details

  • SHA256: 820fc4af93b881abfa60bf0c4bf233f5240c2cd2eed7ce8b2ebed066b9c65eae
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/inflateable_17_3.0.png ADDED

Git LFS Details

  • SHA256: f1eb1e123f650a9a29ac499f28cef79bc1b33efbd5dd63012d9bb816f12eae80
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/inflateable_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 4fac3816cee33cf10711029fe621969c11ceabbd3b391b53920a630eda787024
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/inflateable_19_-3.0.png ADDED

Git LFS Details

  • SHA256: e542e533c754f3751358cf2162f0b54114b49f04fe61040f77ca0595bec450bb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/inflateable_19_0.0.png ADDED

Git LFS Details

  • SHA256: 1d6431e4b7d3d9f29f8167e56e149b88c2745139fbad8f2bb32ce773676fe4e0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/inflateable_19_1.5.png ADDED

Git LFS Details

  • SHA256: 68e9fb99c6df7dc0c2409baeccaf10d5378271601dd2cc83179c859d85650fcf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/inflateable_19_3.0.png ADDED

Git LFS Details

  • SHA256: 220b68f1ae5c3edb0c72b259f2f316c9fd9e537b024feb0a4057b9b79fad92fb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/inflateable_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 44793268e88f4ebbdeec46931daafe84a1b48cfb1dc3c4294695dd7dc499e87a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/inflateable_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 623c0e7cd7a02ac727429b1bca2d2388a43b6a8fc9488c6c4fbe310834fb3f1f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/inflateable_20_0.0.png ADDED

Git LFS Details

  • SHA256: 9e5ef8853f69b5095859d851afb62946907c9f1a2a36ff10e224a7955ac57095
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/inflateable_20_1.5.png ADDED

Git LFS Details

  • SHA256: 6acd090213513cc5d5c1722d2d1708f696eddfe647d24222c2dfda6578354d79
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/inflateable_20_3.0.png ADDED

Git LFS Details

  • SHA256: 557a43486ba110393a73bdaa59bd8b16532b4763cbad2f8dca3adfcbb03c7bfd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/inflateable_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 0f66ba37abda3026101f76c4777b9d7859f58743a0be763db15c2c23c985c309
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/inflateable_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 6275d9833a286c8cb1fbf1fc77d2e923ac39d8d365a0a2153dc924ec1362b3b8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/inflateable_21_0.0.png ADDED

Git LFS Details

  • SHA256: e8275719149edcf1fc366748149d6951359c5b6ee9ef3fe7ac57859947108007
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/inflateable_21_1.5.png ADDED

Git LFS Details

  • SHA256: e6732c6189845b1e41ca076b7ecc7590a7ac928a8fa3b2be6cd8c4538fae826f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/inflateable_21_3.0.png ADDED

Git LFS Details

  • SHA256: 3f9f2a0f28f51f1fd9e6a2ac6daa9830de4ea72fe6cba8ea481e492ff0f14ffd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/inflateable_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 8fdc1b31699c478f3f026cc649d009bc9d1e406691aa3303dda92e9f880cc916
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/inflateable_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 8b9acf0d131336ceaca0976b455ccb3754a1b0decff65467dd69f9de311e904e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/inflateable_22_0.0.png ADDED

Git LFS Details

  • SHA256: c0d02fd60fde4a321db64fdb1be71a847fb4246206e7f3c78e1d10081465f587
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/inflateable_22_1.5.png ADDED

Git LFS Details

  • SHA256: 215a85721a13762f08462b006adf52706733a4769af4c29562b6b976a3366ab9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/inflateable_22_3.0.png ADDED

Git LFS Details

  • SHA256: 70e0e113b2807c5231e2d2d53a8a7fbf69030b51d35aebeea0c760e52d892e38
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
inflateable.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84c8370a5de91db36e3b2441ec8f304d1fc3ccfe87816f3b92df2532b32fd49d
3
+ size 8789076