ntc-ai commited on
Commit
69dfdaf
·
1 Parent(s): 53c157e

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/partying.../partying_17_3.0.png"
6
+ widget:
7
+ - text: partying
8
+ output:
9
+ url: images/partying_17_3.0.png
10
+ - text: partying
11
+ output:
12
+ url: images/partying_19_3.0.png
13
+ - text: partying
14
+ output:
15
+ url: images/partying_20_3.0.png
16
+ - text: partying
17
+ output:
18
+ url: images/partying_21_3.0.png
19
+ - text: partying
20
+ output:
21
+ url: images/partying_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: "partying"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - partying (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/partying_17_-3.0.png" width=256 height=256 /> | <img src="images/partying_17_0.0.png" width=256 height=256 /> | <img src="images/partying_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/partying_19_-3.0.png" width=256 height=256 /> | <img src="images/partying_19_0.0.png" width=256 height=256 /> | <img src="images/partying_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/partying_20_-3.0.png" width=256 height=256 /> | <img src="images/partying_20_0.0.png" width=256 height=256 /> | <img src="images/partying_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
+ partying
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.partying', weight_name='partying.safetensors', adapter_name="partying")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["partying"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, partying"
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 730+ 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/partying_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 7b34f70d4dfeefc9175bcf0fd5e6f0cd4ebcb3434ece0c001c09581a43030b65
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/partying_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 2c911dd0e8e83d4450a79ece4e99a69f2e90ab1f3689e9772a38d8c387219a8b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/partying_17_0.0.png ADDED

Git LFS Details

  • SHA256: 9574200173cb36f476274e1fc6c94252289d5dd88674f6d6e4c539dbd071c8ba
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/partying_17_1.5.png ADDED

Git LFS Details

  • SHA256: cd30a2f72d5bc79d687c3d1628a51fee78222f475710e4ba55a2c10d10cfc214
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/partying_17_3.0.png ADDED

Git LFS Details

  • SHA256: 277a7ddbcbb6d708e0eba5874c0aee69ec3289762da691c9182ce562bb294a6a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/partying_19_-1.5.png ADDED

Git LFS Details

  • SHA256: b29c017d9157fc60d252c6cf356eb44db704ca7fd9ac32501360951a4e48d674
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB
images/partying_19_-3.0.png ADDED

Git LFS Details

  • SHA256: fd8566a7144e1c3c4ef73366979dfac5ac01dae2ab17e25ed6f1bfbd958625ea
  • Pointer size: 132 Bytes
  • Size of remote file: 1.8 MB
images/partying_19_0.0.png ADDED

Git LFS Details

  • SHA256: 30ed6d391abb73f554081328e1a43f623dfb8d00f721aa8f9791706d82c44745
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB
images/partying_19_1.5.png ADDED

Git LFS Details

  • SHA256: 2c0ceb8074659557d821916e26a374920726f2b052359d5272ea9d99267152b3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB
images/partying_19_3.0.png ADDED

Git LFS Details

  • SHA256: 5a3ba4b0ccf959425160080961d9645455683468efd9cc65143150195f99e897
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/partying_20_-1.5.png ADDED

Git LFS Details

  • SHA256: dfb785d68130563f400914a4aa4b109130f67ab061a2785f974c830cf0202e48
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/partying_20_-3.0.png ADDED

Git LFS Details

  • SHA256: a6d476b361a908a055785b307f4a234d08ba4ae35c800826895d32de002517ab
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/partying_20_0.0.png ADDED

Git LFS Details

  • SHA256: 64de5af44bee3dcc58a5f385883e7f5e083573a52b174530e9a95c25060f80f1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/partying_20_1.5.png ADDED

Git LFS Details

  • SHA256: ad8573489329954a8d3243a502322cad34b98217bc25caeb66828f37d6b765cb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/partying_20_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 7997376a97be3ebf10f8874ae8f0f7e63e3d76d69ed3808d00b5800e1244383d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/partying_21_-3.0.png ADDED

Git LFS Details

  • SHA256: f0b3718601cb92d4281370e04a136c01f89cfeab9bb5072fa839a2b683d11c45
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/partying_21_0.0.png ADDED

Git LFS Details

  • SHA256: f358ece1df93f75388ba2aa31c4d0655d150fe55d6f89e691cc4de7bf63adbb4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/partying_21_1.5.png ADDED

Git LFS Details

  • SHA256: 59e75dbc8f22768cb2e5e30f8640a41ec5051925942bd962fa0b44cfdc358171
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/partying_21_3.0.png ADDED

Git LFS Details

  • SHA256: 355ed092d7ebf43267956da79ec2f113b6e8391f94d93feec07ff1bf7b984680
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/partying_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 6571c4a0dce9cc02a67907c7497c54d5bce4363ae1fccb8b7c09082e40e297c8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/partying_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 964cb39b25c3c9614975c20d9052322a4c6477868bad6231d4bd91b3f64ecd5b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/partying_22_0.0.png ADDED

Git LFS Details

  • SHA256: bd8dfa6201a2e5fecd7f548f6913aa0625547f98f29ffc78bd051dc0b3cb5370
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/partying_22_1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 193dbb26d563201ed9675520cbd3837b7079f8a58545d799b501fad27015093e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
partying.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec7b733ee28b8dc4e5f37fa3c3195393cc9d6efcc57382f4daa79d87f6f4ac47
3
+ size 8789076