ntc-ai commited on
Commit
2481cca
1 Parent(s): 10c0c95

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/upside down person...person/upside down person_17_3.0.png"
6
+ widget:
7
+ - text: upside down person
8
+ output:
9
+ url: images/upside down person_17_3.0.png
10
+ - text: upside down person
11
+ output:
12
+ url: images/upside down person_19_3.0.png
13
+ - text: upside down person
14
+ output:
15
+ url: images/upside down person_20_3.0.png
16
+ - text: upside down person
17
+ output:
18
+ url: images/upside down person_21_3.0.png
19
+ - text: upside down person
20
+ output:
21
+ url: images/upside down person_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: "upside down person"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - upside down person (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/upside down person_17_-3.0.png" width=256 height=256 /> | <img src="images/upside down person_17_0.0.png" width=256 height=256 /> | <img src="images/upside down person_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/upside down person_19_-3.0.png" width=256 height=256 /> | <img src="images/upside down person_19_0.0.png" width=256 height=256 /> | <img src="images/upside down person_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/upside down person_20_-3.0.png" width=256 height=256 /> | <img src="images/upside down person_20_0.0.png" width=256 height=256 /> | <img src="images/upside down person_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
+ upside down person
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.upside-down-person', weight_name='upside down person.safetensors', adapter_name="upside down person")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["upside down person"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, upside down person"
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 270+ 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/upside down person_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 7cdb2321818b094f9aa3fbf6c7256f6902e2a94823e6445ea63bbbda343c7fc7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/upside down person_17_-3.0.png ADDED

Git LFS Details

  • SHA256: a5a468bafb8a131b2ad76efb3f9959cf8443073eff425d1b845f3ede710afedd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/upside down person_17_0.0.png ADDED

Git LFS Details

  • SHA256: 99c880a9e99b64658b7d085aa0f06d42cacd1c2d19253344b18ad0f377236440
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/upside down person_17_1.5.png ADDED

Git LFS Details

  • SHA256: 331f5dd085fc67fff90454b510d74d8f06dd0fa9958d548027f11323cf9a0d7b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/upside down person_17_3.0.png ADDED

Git LFS Details

  • SHA256: 93804c9fa1f3125e57ec2fae43ea66075a6947a281a2b9ebb223e6037c572e21
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/upside down person_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 2f136b6216cae46319964d43d1821b0953caff23dbcd38d835ef8e7c70fe40d6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/upside down person_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 32ed882c1409c411367181d49b0fecef2f54a241b3f8743255a3cce4f9266303
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/upside down person_19_0.0.png ADDED

Git LFS Details

  • SHA256: 7106d6fae62663a04f05f738689b542a5aa083ba3d707bcc0a5b1e657ce0d8da
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/upside down person_19_1.5.png ADDED

Git LFS Details

  • SHA256: 26443f595621bd580b8f6e28892ed8bd21a110f224ef391b605aeb762f4fc23f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/upside down person_19_3.0.png ADDED

Git LFS Details

  • SHA256: e238ec8c1de16f86e263bab38f751060199bfc2e49036a8fdf5178bf6299d997
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/upside down person_20_-1.5.png ADDED

Git LFS Details

  • SHA256: f8a5593b89561ca871ee4b107447a717dcd5a7250fc49a8bdc080f4dfa571d3b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/upside down person_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 93f79d22ed7eeb523f0b51ac33fd9234ffc67258eec3dddb0e6691f354a01fb2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/upside down person_20_0.0.png ADDED

Git LFS Details

  • SHA256: f529545ea4d1154ae752a52254d42a6bd26929ade8e5d9a29816f655ed7b5ae3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/upside down person_20_1.5.png ADDED

Git LFS Details

  • SHA256: 4706d2ab275be895e0cdb1ce9ee32771a46235f5b89d6353de174eb6b8752a29
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/upside down person_20_3.0.png ADDED

Git LFS Details

  • SHA256: 68aab82299838a4e6cf5ca04a70b03eab06bd0ebcfefad49a7720e60ee0db9e9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/upside down person_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 36126d0a385c365129e8c267e9646768211c554774448c1fd1f8016c3a9f22cb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.85 MB
images/upside down person_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 84476e7623acd8a7f32effa2fdbba91ddafdab353f71de745529d5fed7f1bde9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.85 MB
images/upside down person_21_0.0.png ADDED

Git LFS Details

  • SHA256: c02c42c45f572d151369875d64e2ea7e71fc51465a8b10ab4a874df8748f13b6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.84 MB
images/upside down person_21_1.5.png ADDED

Git LFS Details

  • SHA256: fe41b573b794c857fab6ef75071ec2ae686ef023fea69c18b984a15ceaba5dc3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.85 MB
images/upside down person_21_3.0.png ADDED

Git LFS Details

  • SHA256: a06d6b8990959ff49e7b80e7bed12b6b9a2b9287a9feb566fd1fdc236ebf94b7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
images/upside down person_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 98d47ad47bcd5f148822b96056d004b6228a9f2ec2b53ed156742b0fb4a00f5f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/upside down person_22_-3.0.png ADDED

Git LFS Details

  • SHA256: a67d3b7472cf0657043b38923fb925099bf3aa1ac9a7ded8546ef58c1856e38d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/upside down person_22_0.0.png ADDED

Git LFS Details

  • SHA256: 90d05cc17072cd9a177695ed0c9ca52b3e543908b742c4e0d640aaa3cd39ed2d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/upside down person_22_1.5.png ADDED

Git LFS Details

  • SHA256: e5bf867a096c7c3dadddf9aae40fa2fb951cd211d9dd479aa86ed8a22ca59fb7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/upside down person_22_3.0.png ADDED

Git LFS Details

  • SHA256: 78cc9ef7adc1531b9fe1795fc4f0e515ba45b23703526493f229bb463c35fb59
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
upside down person.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55073d652b6c0cf640ee7ea836797551f2282014779f5675021722f16cdf9e16
3
+ size 8789076