ntc-ai commited on
Commit
82c6f0d
1 Parent(s): 4126d1f

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/juggling...passive/juggling_17_3.0.png"
6
+ widget:
7
+ - text: juggling
8
+ output:
9
+ url: images/juggling_17_3.0.png
10
+ - text: juggling
11
+ output:
12
+ url: images/juggling_19_3.0.png
13
+ - text: juggling
14
+ output:
15
+ url: images/juggling_20_3.0.png
16
+ - text: juggling
17
+ output:
18
+ url: images/juggling_21_3.0.png
19
+ - text: juggling
20
+ output:
21
+ url: images/juggling_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: "juggling"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - juggling (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/juggling_17_-3.0.png" width=256 height=256 /> | <img src="images/juggling_17_0.0.png" width=256 height=256 /> | <img src="images/juggling_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/juggling_19_-3.0.png" width=256 height=256 /> | <img src="images/juggling_19_0.0.png" width=256 height=256 /> | <img src="images/juggling_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/juggling_20_-3.0.png" width=256 height=256 /> | <img src="images/juggling_20_0.0.png" width=256 height=256 /> | <img src="images/juggling_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
+ juggling
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.juggling', weight_name='juggling.safetensors', adapter_name="juggling")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["juggling"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, juggling"
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 1060+ 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/juggling_17_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 540f6bbb13de48bca89e46a4a62113f0d2cf410d2dbb4701387a3b245129d837
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/juggling_17_0.0.png ADDED

Git LFS Details

  • SHA256: 3be1af6f39f4b6d8282b12524c01b92da22e230a17c4009f2499052d0008560d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/juggling_17_1.5.png ADDED

Git LFS Details

  • SHA256: 15bd1d8c5e2a09a39aee75041e60748bbded01f2e0eaac8b91aefa4cac9176a4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/juggling_17_3.0.png ADDED

Git LFS Details

  • SHA256: e1fac22c76afd326ea346c87ed0dba4d579ef2cd70ddf2683e6f7d0646a45525
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/juggling_19_-1.5.png ADDED

Git LFS Details

  • SHA256: ef0a94b6f75540f67be765e5c38e82713feb9b82ed1e2a265947953c58ddc2f2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/juggling_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 23dd94c6059fcaed0475a7def568ee98405447811be0e0e7a25ff8c868c0fb0e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/juggling_19_0.0.png ADDED

Git LFS Details

  • SHA256: 9cdf6b7ad961f4ee9116282c84b2ddb9881136e440cbc0781689e68e7d402df9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/juggling_19_1.5.png ADDED

Git LFS Details

  • SHA256: 527974b0e29ca9855e600494d272265880207de44c0086d20a9e623c8fc9fa88
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/juggling_19_3.0.png ADDED

Git LFS Details

  • SHA256: 18f84afe2757bd5569319340901ec1e9619eaab8b05cc03a64de32cf88255200
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/juggling_20_-1.5.png ADDED

Git LFS Details

  • SHA256: cc0839171e509d84a1187d6240763a841df6a1b2fd675b1351886bffdecd9a7f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.8 MB
images/juggling_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 53a080b0388795e876b97ee10e3a85a2d91b022ca7f10c360f8732258005beef
  • Pointer size: 132 Bytes
  • Size of remote file: 1.87 MB
images/juggling_20_0.0.png ADDED

Git LFS Details

  • SHA256: c37e2967a4dc4e3ef76f8f658304945a94471fae38b1f429f6fbb0ad9544ade6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/juggling_20_1.5.png ADDED

Git LFS Details

  • SHA256: 019deea504be90acf62340dc21811b6079bfd703ea794cf24b80bbb0d7521caf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/juggling_20_3.0.png ADDED

Git LFS Details

  • SHA256: a11ea06321d984ea8bb6c36af39fe41c20a27d6a70fed0f8d2a6f7c12bc7d9ba
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/juggling_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 9aad7c6fc32b055494c96990e9f5fcb7c56f61982b1af4014283e52962a83f37
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/juggling_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 5a0d8fc5e14eee16231822d8fa39552877c176b364609f36d1301541e97868c0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/juggling_21_0.0.png ADDED

Git LFS Details

  • SHA256: 5bf5dd365d9cca16e0131fdbbe8d2006e142cf1009a2b737e0a07b146a49d866
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/juggling_21_1.5.png ADDED

Git LFS Details

  • SHA256: 5dd74b67e5c4a602b9be70cda40b964f0639373fb6b1a55f50a911108d9f0714
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/juggling_21_3.0.png ADDED

Git LFS Details

  • SHA256: 961118fa3eedfd6df9cd8b60975e70612a858395d5108f8dd6d52c7a5076e917
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/juggling_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 6d57dc69c4bf40de3eaac8a744de93244c6e79747c6501979db88797bdeebf5e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/juggling_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 131a623428bf6159a6549be22d485e2c6ed628c9bf12de0f8d3193713a43a8e6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/juggling_22_0.0.png ADDED

Git LFS Details

  • SHA256: 0163065d2df6c9db005c12e40be5a997fa404a8b864a645868971a4317dfbc62
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/juggling_22_1.5.png ADDED

Git LFS Details

  • SHA256: 76896cce8b3fe38807bc00f2a6acc3ab06ff5ff54036cbea67e7f0f62c25c417
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/juggling_22_3.0.png ADDED

Git LFS Details

  • SHA256: c481fafeb53972c78a56d1e32a7d5ed090cef84b0b3eaa9fccbdc475a442a076
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
juggling.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a16220641ef29a2d6f0f11eca57103ad5965d920797afb60e96cc4f467dfc58d
3
+ size 8789076