ntc-ai commited on
Commit
55ef26e
1 Parent(s): 069382a

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/wedding photo.../wedding photo_17_3.0.png"
6
+ widget:
7
+ - text: wedding photo
8
+ output:
9
+ url: images/wedding photo_17_3.0.png
10
+ - text: wedding photo
11
+ output:
12
+ url: images/wedding photo_19_3.0.png
13
+ - text: wedding photo
14
+ output:
15
+ url: images/wedding photo_20_3.0.png
16
+ - text: wedding photo
17
+ output:
18
+ url: images/wedding photo_21_3.0.png
19
+ - text: wedding photo
20
+ output:
21
+ url: images/wedding photo_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: "wedding photo"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - wedding photo (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/wedding photo_17_-3.0.png" width=256 height=256 /> | <img src="images/wedding photo_17_0.0.png" width=256 height=256 /> | <img src="images/wedding photo_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/wedding photo_19_-3.0.png" width=256 height=256 /> | <img src="images/wedding photo_19_0.0.png" width=256 height=256 /> | <img src="images/wedding photo_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/wedding photo_20_-3.0.png" width=256 height=256 /> | <img src="images/wedding photo_20_0.0.png" width=256 height=256 /> | <img src="images/wedding photo_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
+ wedding photo
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.wedding-photo', weight_name='wedding photo.safetensors', adapter_name="wedding photo")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["wedding photo"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, wedding photo"
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 920+ 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/wedding photo_17_-1.5.png ADDED

Git LFS Details

  • SHA256: b2543fe15cd099bc2ce644814960ac12164efea485d2df661a1a67a7e200b075
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/wedding photo_17_-3.0.png ADDED

Git LFS Details

  • SHA256: d5175323606be82c6c0f7c5bb5ae6d334bbc6f45d5595b11143b2b699c8fe9f4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/wedding photo_17_0.0.png ADDED

Git LFS Details

  • SHA256: 7cad0d6925910f92c25793b39151bebff590ac253b83843c455c4787e5af16f1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/wedding photo_17_1.5.png ADDED

Git LFS Details

  • SHA256: f30f65e91d20f115f21139eca1a8a23f9e6fe49b751c56beadcb9075b0de5410
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/wedding photo_17_3.0.png ADDED

Git LFS Details

  • SHA256: be654abc35e3e91f781d57ee1a184ec98670dec79caa2a1c9c294a6a63ceafad
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/wedding photo_19_-1.5.png ADDED

Git LFS Details

  • SHA256: c280106b2a9e6d57010e799ae8f4d577fedc10eb7173f8f97c679cb09e0bc7ce
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/wedding photo_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 969ff1e87e579e7116c2e13ac42561479283e79d62cae0d0d542ea99862380f7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/wedding photo_19_0.0.png ADDED

Git LFS Details

  • SHA256: f7dd2ebab5ea20c980624fffc00db94a09d4951709fd862a0261fcebb5766a23
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/wedding photo_19_1.5.png ADDED

Git LFS Details

  • SHA256: db0a967b64bc2fa1c12098b87873679a86d7fb462b2450761b81c3175695564e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/wedding photo_19_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 9273e13c0f7885f81a32a4df1d40931cce5149de55c83ff5f13eb8ab31a7b706
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/wedding photo_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 80ab2f2717cc57b35fcfa1ed2c4e5dba674b1d9ecf4f62fe1853ba9b90237174
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/wedding photo_20_0.0.png ADDED

Git LFS Details

  • SHA256: 35a4f611c8132583ab406af97c378aed4741f07d9e766d2ecc7f789322944f56
  • Pointer size: 132 Bytes
  • Size of remote file: 1.24 MB
images/wedding photo_20_1.5.png ADDED

Git LFS Details

  • SHA256: 74f8419daf3b57d89217eebaee68519afa3883b7191f49188792146d8ad43cd0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.23 MB
images/wedding photo_20_3.0.png ADDED

Git LFS Details

  • SHA256: 989536e199f0597fd1092394d16b1503dfcaf4ac8a5b06c50e884d287bf283ed
  • Pointer size: 132 Bytes
  • Size of remote file: 1.23 MB
images/wedding photo_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 22cf759c7adeee294f2a79f41ab5d4bfa81b0aad1cce812b8b8d4265b1510048
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/wedding photo_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 6bf923047bfe1531de16beb7e874e5d825cb7dbc9a8f92e76a264f9a55c70a0f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/wedding photo_21_0.0.png ADDED

Git LFS Details

  • SHA256: a8eb7540e06b1752b3e946c3c50904492e48cd1c2f00fe92b5d940eac140d1d9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/wedding photo_21_1.5.png ADDED

Git LFS Details

  • SHA256: 6f723406b498b0dbb6e02233906429d36d2a24af97adcee47cd4e3fba7830b6f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/wedding photo_21_3.0.png ADDED

Git LFS Details

  • SHA256: 894359eada395112b7e844013b6518215b3291eb20284df4eccbff379bc25def
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/wedding photo_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 84a42791c9fa3943292c19e3e18f2c22ad3ef64623162d9b944226d283311581
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/wedding photo_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 9095335f1c4d11aac8d145c032760f918173e5ea4f87a4d16f948e8e25077f4e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/wedding photo_22_0.0.png ADDED

Git LFS Details

  • SHA256: 757a2df7fab36445d1d499957c0f0b5814ed7fbd47fc1f0f878dae4ac6e3ada6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/wedding photo_22_1.5.png ADDED

Git LFS Details

  • SHA256: e20eff4716a7f3bd3be88a104ae111aecb1351fc1ca1d2df1ac2e235ceea9c09
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/wedding photo_22_3.0.png ADDED

Git LFS Details

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