ntc-ai commited on
Commit
5660e2f
1 Parent(s): 7c14ce1

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/fit...out of shape/fit_17_3.0.png"
6
+ widget:
7
+ - text: fit
8
+ output:
9
+ url: images/fit_17_3.0.png
10
+ - text: fit
11
+ output:
12
+ url: images/fit_19_3.0.png
13
+ - text: fit
14
+ output:
15
+ url: images/fit_20_3.0.png
16
+ - text: fit
17
+ output:
18
+ url: images/fit_21_3.0.png
19
+ - text: fit
20
+ output:
21
+ url: images/fit_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: "fit"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - fit (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/fit_17_-3.0.png" width=256 height=256 /> | <img src="images/fit_17_0.0.png" width=256 height=256 /> | <img src="images/fit_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/fit_19_-3.0.png" width=256 height=256 /> | <img src="images/fit_19_0.0.png" width=256 height=256 /> | <img src="images/fit_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/fit_20_-3.0.png" width=256 height=256 /> | <img src="images/fit_20_0.0.png" width=256 height=256 /> | <img src="images/fit_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
+ fit
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.fit', weight_name='fit.safetensors', adapter_name="fit")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["fit"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, fit"
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
fit.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a799dff9b66a4763bf8ef01c847a83f99b2087a2aad10f91d37cf0f9ebf817af
3
+ size 8789076
images/fit_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 01c09b020410b4b94e4753fa554626cf03a5a3d2c2df8de0f60e3bf206756916
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/fit_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 40de0fbb72ada5233f6a7117289fc9d14c8cf03b3dbca2fa6c235e7e0f8d03b4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/fit_17_0.0.png ADDED

Git LFS Details

  • SHA256: d628b10e3d0edcdc0c37fb3051a1dca3c952a0237d3d9054e6dfa87f46de40d4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/fit_17_1.5.png ADDED

Git LFS Details

  • SHA256: 1c9dd9979bfd9e649a1179be2625bec9e973ac90da9b8aa3a0c8e13a7a5ed76e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/fit_17_3.0.png ADDED

Git LFS Details

  • SHA256: 8700d8777c81c407fbd4f0ea483f0a87f83de7d6b28bcb6cd976e5a9a9f6edbd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/fit_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 9472dd810c74c831f964370a7fe262120dcaf5e2176ac95c47d2550c1d16fe03
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/fit_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 53d32f48a8475e5b871c50c4cf304cbe5e3828bc3286929a3bc780f14a4244f3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/fit_19_0.0.png ADDED

Git LFS Details

  • SHA256: 68d2b8eba360253483b386b134e025873618793408d438fb0b73d286e7487c0c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/fit_19_1.5.png ADDED

Git LFS Details

  • SHA256: c89625be5c7895cd7ff2188d4ced086531e2244b3e6136ece719ba9e7d6eb6fa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/fit_19_3.0.png ADDED

Git LFS Details

  • SHA256: 8915cb0ff0748b7cc33c046402ea341178e6221813ecf061abb7a377b6f6f674
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/fit_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 34fa741c3ac07e04c96ba2c85f9e0d5749ef5584ccff6a5c8af4f5efe522da8c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/fit_20_-3.0.png ADDED

Git LFS Details

  • SHA256: c4a397bdb1e68b79570e4c96a6375263b45b59e47d58f18dbbb0019b8788e703
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/fit_20_0.0.png ADDED

Git LFS Details

  • SHA256: 37e76caf78898b2361050f147c85b63a474596aae7d97f41b643c8e11270cc41
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/fit_20_1.5.png ADDED

Git LFS Details

  • SHA256: 6e087732e36ddd9ad5648e3662f6c427db35c93b9b28bbfa027df4c13f6c3f62
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/fit_20_3.0.png ADDED

Git LFS Details

  • SHA256: 780506b401ba0da9678e955c20ff60ccb5c974deb5160ec2f319a0fe4d86bab8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/fit_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 2c758723ffaeccbea5192e8f01b9f66b38de159602b3d4ae13459d5cde63d4ac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/fit_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 810b1fc45c97acea873d117c0c2111f358b5a21c0ba3d4be7ae59832ffad5371
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/fit_21_0.0.png ADDED

Git LFS Details

  • SHA256: 7377fec6ee34662fc8313848b5ee19bd429e8bc8f335c78134db46b102fb609a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/fit_21_1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 51277eb978269f2f482d117d7b16f28f8869e8f5f5df320435966c08d3d4608e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/fit_22_-1.5.png ADDED

Git LFS Details

  • SHA256: ae16e120220de76422c209b4f6f4ab17f17bed409934d055d47cd1eab45dc588
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/fit_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 60692dc6f37fe0ef708aceaa399b50be08d372ffe0cad5867aec9e3e9c46d5c7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/fit_22_0.0.png ADDED

Git LFS Details

  • SHA256: 8d31acc4ea08e04db1345c7b26a957d2d3aac769c5aa770cfcb43f5eeb8ca3a0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/fit_22_1.5.png ADDED

Git LFS Details

  • SHA256: eeccebc178a70674aa2caf7b223a5dfb6aab6b2eba7da0ee8b6ae14505623917
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/fit_22_3.0.png ADDED

Git LFS Details

  • SHA256: 214654d2290f8975103c8411d6bc20901b9451b5fbc08c09c1243dd4f6a440c6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB