ntc-ai commited on
Commit
56706e6
1 Parent(s): c44742b

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

Git LFS Details

  • SHA256: 307d9f931d19b8ca9046850b373206238903f83ae5996304345cd52a5c69da78
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/group photo_17_-3.0.png ADDED

Git LFS Details

  • SHA256: ba34ee385daa4cd5455cab0dc3d13217ce8651c71c818d773e2fcd9b455b4038
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/group photo_17_0.0.png ADDED

Git LFS Details

  • SHA256: 541b08089794cf21e9bcbccd2c3d4267e81784dfc9c678ee05ea03147d7c1af9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/group photo_17_1.5.png ADDED

Git LFS Details

  • SHA256: b2c71d702a2f11e2603cf9cb35e5ab61e934814553b14e610f0f3305207d9600
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/group photo_17_3.0.png ADDED

Git LFS Details

  • SHA256: 00f64aa80c9ceb4352f418501d54fc8a0b3d5734891cccfb16302ad000cc8598
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/group photo_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 0c767bfee3479c465f86b413c39dfa3975d18ad2560e5940a01ceafd62992518
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/group photo_19_-3.0.png ADDED

Git LFS Details

  • SHA256: bdfd25f8bcb2fc97287462384576b0029d4a64a5906fa133dac3a5fb8e7ff981
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/group photo_19_0.0.png ADDED

Git LFS Details

  • SHA256: 6a02cc0f315da719d90a77c701dd6a8c126a6ee77d8a63b6b935a1c05e32bb40
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/group photo_19_1.5.png ADDED

Git LFS Details

  • SHA256: f964d594f864e6c2b7ed350329e63b6ae6455348dfc38d4c552087b59bd3fb34
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/group photo_19_3.0.png ADDED

Git LFS Details

  • SHA256: 36f5c82d2f77090abb07dad3fe153396ec4c79f1bf574d3b23ab0d8f975e2162
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/group photo_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 09bac59dd085bb783228b2673a6835e2720965122d630fb5b8e83a82eaba2efa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/group photo_20_-3.0.png ADDED

Git LFS Details

  • SHA256: ca22e79a3eb6b1f8b2a92b5e3d87acc93e7f6a37f727b347cf099d425accc6b5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/group photo_20_0.0.png ADDED

Git LFS Details

  • SHA256: dce1bc177421306281a0e6af451a7bac98cdc1355a6ac6121d8e25c76d1b1f49
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/group photo_20_1.5.png ADDED

Git LFS Details

  • SHA256: 4d9abe98ee1b5ea25348889acd190c9e39bdefb15a596a1797be6b50e5488abe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/group photo_20_3.0.png ADDED

Git LFS Details

  • SHA256: 46b34d874aec3024f3f8ca83c6f291586f74b09b3374fc868b6f56bddf91691d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/group photo_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 92e73601f635f6864dbdc17acbb3b18ef19cbafae34306f8f3a8b7b94e7da2c5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/group photo_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 60ba6aece27bec717076c0c731e71b8b261dca844eae73b858a90b3f95295009
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/group photo_21_0.0.png ADDED

Git LFS Details

  • SHA256: 2ad06db190e40bce5a2580d1b2c9b22dc2f3997f4f0ea4aa2182ffe6fcd21bfc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/group photo_21_1.5.png ADDED

Git LFS Details

  • SHA256: 823b71563f167328eb804158a4cdd8392b2222190b9887adc6d068bc9e82b9b3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/group photo_21_3.0.png ADDED

Git LFS Details

  • SHA256: 4b1a2710706ee18718f96ed8c6ea5a58ffd9a967076176dc1294d5ef0b089826
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/group photo_22_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: a27ea8a9c08f8bd1b403aaa3f0865564c9e7f26a5fd694348e5e0a8b7c832800
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/group photo_22_0.0.png ADDED

Git LFS Details

  • SHA256: a34cd62a456af6b792e0d2ed546b6c6f078dba74a05ca4c2dc09edb1bf9230d9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/group photo_22_1.5.png ADDED

Git LFS Details

  • SHA256: 83fb3a3cf0ba5a21984cf7e5ba9710ff9e5ca485dd20f9419ce7640e70f3f8e5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/group photo_22_3.0.png ADDED

Git LFS Details

  • SHA256: 6712ae3df9f3db572fe3e7767e6b25f121131a1771635d06301a3cbac07821db
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB