ntc-ai commited on
Commit
62b76bd
1 Parent(s): c76da8e

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/surrounded by balloons.../surrounded by balloons_17_3.0.png"
6
+ widget:
7
+ - text: surrounded by balloons
8
+ output:
9
+ url: images/surrounded by balloons_17_3.0.png
10
+ - text: surrounded by balloons
11
+ output:
12
+ url: images/surrounded by balloons_19_3.0.png
13
+ - text: surrounded by balloons
14
+ output:
15
+ url: images/surrounded by balloons_20_3.0.png
16
+ - text: surrounded by balloons
17
+ output:
18
+ url: images/surrounded by balloons_21_3.0.png
19
+ - text: surrounded by balloons
20
+ output:
21
+ url: images/surrounded by balloons_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: "surrounded by balloons"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - surrounded by balloons (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/surrounded by balloons_17_-3.0.png" width=256 height=256 /> | <img src="images/surrounded by balloons_17_0.0.png" width=256 height=256 /> | <img src="images/surrounded by balloons_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/surrounded by balloons_19_-3.0.png" width=256 height=256 /> | <img src="images/surrounded by balloons_19_0.0.png" width=256 height=256 /> | <img src="images/surrounded by balloons_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/surrounded by balloons_20_-3.0.png" width=256 height=256 /> | <img src="images/surrounded by balloons_20_0.0.png" width=256 height=256 /> | <img src="images/surrounded by balloons_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
+ surrounded by balloons
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.surrounded-by-balloons', weight_name='surrounded by balloons.safetensors', adapter_name="surrounded by balloons")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["surrounded by balloons"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, surrounded by balloons"
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/surrounded by balloons_17_-1.5.png ADDED

Git LFS Details

  • SHA256: ff00cc9dec384eeeb97aa7764fab695dca4f651b27dea61494bea2e4c6ef7d21
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/surrounded by balloons_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 70c9c91a9b5bb4e7d302ac61429c49dda12ce934b8942f4cfed49aebcc4248a3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/surrounded by balloons_17_0.0.png ADDED

Git LFS Details

  • SHA256: 3f871cec700c7d07a4e436ce5800e65327055dca8371a4442132d73b31f2a8be
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/surrounded by balloons_17_1.5.png ADDED

Git LFS Details

  • SHA256: 2f71b431a57e9dcc07de28d0b76f66624a18d68406fb57ef6f5e003e0950cbb0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/surrounded by balloons_17_3.0.png ADDED

Git LFS Details

  • SHA256: c6c70c789697c8adecaa017e532c760ec883ce4e5eb076420285b59a7bcc5f31
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/surrounded by balloons_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 8adef3e6affbaa14e9ad0b128be6a5c015bf7b503dff0e5116f3fde8363b9abf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/surrounded by balloons_19_-3.0.png ADDED

Git LFS Details

  • SHA256: bf537bfbbea2b1ee1246c144196b1d4319445e088e1e9e0762675fd709e51e57
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/surrounded by balloons_19_0.0.png ADDED

Git LFS Details

  • SHA256: 4e4d8f1be51244fcaa6a6c373b94bc343f6f506594622c4283c67b668cd50515
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/surrounded by balloons_19_1.5.png ADDED

Git LFS Details

  • SHA256: 0148773b79f74546fc63fa0f12304aa6e9768dbc700452de5abcbd1e1dba7aab
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/surrounded by balloons_19_3.0.png ADDED

Git LFS Details

  • SHA256: b96703155140b92e3baacffe6715a5f871875e29241912a6b81fcaa35c86d3b2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/surrounded by balloons_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 3663f49357d9d7523c04e75d9708ca979cee76613bb24c1f77110c24805692c6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/surrounded by balloons_20_-3.0.png ADDED

Git LFS Details

  • SHA256: bd0fad2aac8e4701a161b74678c0f1a86fe964337635879eea6211d6df043162
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/surrounded by balloons_20_0.0.png ADDED

Git LFS Details

  • SHA256: 112171d6225944876b82aceb0a861fae69bf3df1835a73452d56c1517c5bb729
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/surrounded by balloons_20_1.5.png ADDED

Git LFS Details

  • SHA256: 5051f94d4d463b7d322d61cbac436e7836140d397ffcf445c23128120fb9e41a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/surrounded by balloons_20_3.0.png ADDED

Git LFS Details

  • SHA256: 89582b1419eec17828ba22be956838b594ef1fd69356088a11de11cd3ab98fc3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/surrounded by balloons_21_-1.5.png ADDED

Git LFS Details

  • SHA256: a180d867f6aa9cecd8fae065f8e86f3c0a165e9651081267a3462813aa1155d4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/surrounded by balloons_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 1b64f25129f722510ab3e3fcfb9c85604cbd4bf8e5fbe3cbd9f2abf9aea0a33f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/surrounded by balloons_21_0.0.png ADDED

Git LFS Details

  • SHA256: 1a451a89fc6afe5cca84a69ef2e948c0d533b9a222f8e926d08fe166b6d333c3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/surrounded by balloons_21_1.5.png ADDED

Git LFS Details

  • SHA256: 32fc164ff593c94d32b61f8ed1ac781a228054b896ca0d1e92f633251a1e5f7b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/surrounded by balloons_21_3.0.png ADDED

Git LFS Details

  • SHA256: b7dae4e07ba3ef62a7c7df1713d82922a0711511b684e60d589c52b100a85391
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/surrounded by balloons_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 58a20aa7d6de5dcb0c05d92b202e1c12faf8b1cd13321684fc5f93763bd58662
  • Pointer size: 132 Bytes
  • Size of remote file: 1.78 MB
images/surrounded by balloons_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 30506d89cfdd6bb2e74fc7a37a295f567aaea2b35b50b7e87c05a26418c535de
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
images/surrounded by balloons_22_0.0.png ADDED

Git LFS Details

  • SHA256: 4cadb934ff7621dc24b6574cde49523c54ea6bd9186af34e6b045f7d0c52badc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB
images/surrounded by balloons_22_1.5.png ADDED

Git LFS Details

  • SHA256: 7b6eb8e9c77fe116fa82c39c828a9827f3b2a1d018664cf44c747a70dd853c60
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/surrounded by balloons_22_3.0.png ADDED

Git LFS Details

  • SHA256: 88e8108188d86d6aaadf4c7ac82b15a082fd857152fa25d5f3489306ba9804d3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
surrounded by balloons.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9b966061e33bb08522085ef7e31dd4fa2bee6d562fd3056a10d71178bf31a54
3
+ size 8789076