ntc-ai commited on
Commit
19f78eb
1 Parent(s): 36c0081

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 an glassjar...in a field/in an glassjar_17_3.0.png"
6
+ widget:
7
+ - text: in an glassjar
8
+ output:
9
+ url: images/in an glassjar_17_3.0.png
10
+ - text: in an glassjar
11
+ output:
12
+ url: images/in an glassjar_19_3.0.png
13
+ - text: in an glassjar
14
+ output:
15
+ url: images/in an glassjar_20_3.0.png
16
+ - text: in an glassjar
17
+ output:
18
+ url: images/in an glassjar_21_3.0.png
19
+ - text: in an glassjar
20
+ output:
21
+ url: images/in an glassjar_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 an glassjar"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - in an glassjar (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/in an glassjar_17_-3.0.png" width=256 height=256 /> | <img src="images/in an glassjar_17_0.0.png" width=256 height=256 /> | <img src="images/in an glassjar_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/in an glassjar_19_-3.0.png" width=256 height=256 /> | <img src="images/in an glassjar_19_0.0.png" width=256 height=256 /> | <img src="images/in an glassjar_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/in an glassjar_20_-3.0.png" width=256 height=256 /> | <img src="images/in an glassjar_20_0.0.png" width=256 height=256 /> | <img src="images/in an glassjar_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 an glassjar
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-an-glassjar', weight_name='in an glassjar.safetensors', adapter_name="in an glassjar")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["in an glassjar"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, in an glassjar"
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 460+ 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 an glassjar_17_-1.5.png ADDED

Git LFS Details

  • SHA256: a9d365a4907956e658828b70bb5d848eca3c937fb546aac97c414219e912020c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/in an glassjar_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 540c59dbe07ea89bbe732e1431ebe4fa7c3e2349b9122744dd7becca8661533d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/in an glassjar_17_0.0.png ADDED

Git LFS Details

  • SHA256: 79e14536ced33b22333b2ae96f01fab88cbe68d2068ed93c3e9e9262a8613fab
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/in an glassjar_17_1.5.png ADDED

Git LFS Details

  • SHA256: 5d5011e5f6c68d2837c7d2d54ce2188f6b99998d5b3164c244c2841406e7f729
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/in an glassjar_17_3.0.png ADDED

Git LFS Details

  • SHA256: 3c84ef7e35ba10c5e48941c6b062c1b5bfa76cc2bed91783104cd3760cb780f2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/in an glassjar_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 6fb1dfa0ed00b8d37fb36e478d573995e916e38ebc6b64fc1a07df8726bb28ca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/in an glassjar_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 0b69348a6ed8a4794fa3cd8fa888f41f840229cb3029c87e781eb81ff1a4b3fb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/in an glassjar_19_0.0.png ADDED

Git LFS Details

  • SHA256: 8d8d6fe0414572687431b784c946c89bd6e90b46a0f5c6f2b6dfdb3098911f72
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/in an glassjar_19_1.5.png ADDED

Git LFS Details

  • SHA256: 41471f6c442c66df614985692112b8a17edf771567b5bef8492afca4bedd66ef
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/in an glassjar_19_3.0.png ADDED

Git LFS Details

  • SHA256: 9f39856bbbc986c688c18239e7c2d3495f5a2ffaafe35b5f82fda2460eeff9d7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/in an glassjar_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 47575f479e26f0d4e460285ecdadf40455ede325ddec168443a849d7511b1009
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/in an glassjar_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 1bc66332288cc0a6b0bbb27af0315e309adcbd077f76601e93fe04f4e0679206
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/in an glassjar_20_0.0.png ADDED

Git LFS Details

  • SHA256: 5cd67796c30703837433be6c6d44c4742cca6b5e1e0766f7a5ad7ffdfed23d65
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/in an glassjar_20_1.5.png ADDED

Git LFS Details

  • SHA256: a1a38573c38b0e055374de75dde6b836ca94178667f405e836748bc50c2ee59d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/in an glassjar_20_3.0.png ADDED

Git LFS Details

  • SHA256: d2b41a0fadba09ab9750528bdccbfad9090c1edef83106452b4d4935f60e3316
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/in an glassjar_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 344d48e9074bcfa36f9d07372ef7524fb7b67a1a0b48b55c1b433718e0055949
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/in an glassjar_21_-3.0.png ADDED

Git LFS Details

  • SHA256: cb252f33a5fdb314381f504d3ea2dcdf20a838203d09f2c27a6364692dfcde8d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/in an glassjar_21_0.0.png ADDED

Git LFS Details

  • SHA256: 2157e51aa48352e161ce56f16e44077409585d78b118a1d1b60fcbcbe5697411
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/in an glassjar_21_1.5.png ADDED

Git LFS Details

  • SHA256: d6ddf63a232da432cfc2185a0258eaacefa57ce19223b5dda5144f517b2ab1c8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/in an glassjar_21_3.0.png ADDED

Git LFS Details

  • SHA256: 2778fa5674db603bc40b3cc3443e0bcf3644b24c4040fe328b86d9925f2501d5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/in an glassjar_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 29a5acd79713e4c859d6fbc9f38fb5acd549e1111a1b70502161bf3be66ed3e0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/in an glassjar_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 4414494e52dd6952d4be891c2e1b31aa721020ce90f43b34f0901b6906bceab0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/in an glassjar_22_0.0.png ADDED

Git LFS Details

  • SHA256: 094bca5182b083babf54c565c98b9176333fba9eaf58c341d30c95c1e6c33cd8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/in an glassjar_22_1.5.png ADDED

Git LFS Details

  • SHA256: 4ac7175cf30abb763c7b0b1845adb8326f5d2dd0d29f79e94a810ceb83ba6186
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/in an glassjar_22_3.0.png ADDED

Git LFS Details

  • SHA256: 63162e4e131fc42f180e6470263c154d089821900c1505086662d570aeb1912f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
in an glassjar.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11a4255a8749b0781c6f0b29dc1ae28a6d90d0ab1e1cd412e2994b245c2857fa
3
+ size 8789076