ntc-ai commited on
Commit
832ccc9
·
1 Parent(s): 6fa2bb3

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/two distinct people.../two distinct people_17_3.0.png"
6
+ widget:
7
+ - text: two distinct people
8
+ output:
9
+ url: images/two distinct people_17_3.0.png
10
+ - text: two distinct people
11
+ output:
12
+ url: images/two distinct people_19_3.0.png
13
+ - text: two distinct people
14
+ output:
15
+ url: images/two distinct people_20_3.0.png
16
+ - text: two distinct people
17
+ output:
18
+ url: images/two distinct people_21_3.0.png
19
+ - text: two distinct people
20
+ output:
21
+ url: images/two distinct people_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: "two distinct people"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - two distinct people (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/two distinct people_17_-3.0.png" width=256 height=256 /> | <img src="images/two distinct people_17_0.0.png" width=256 height=256 /> | <img src="images/two distinct people_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/two distinct people_19_-3.0.png" width=256 height=256 /> | <img src="images/two distinct people_19_0.0.png" width=256 height=256 /> | <img src="images/two distinct people_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/two distinct people_20_-3.0.png" width=256 height=256 /> | <img src="images/two distinct people_20_0.0.png" width=256 height=256 /> | <img src="images/two distinct people_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
+ two distinct people
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.two-distinct-people', weight_name='two distinct people.safetensors', adapter_name="two distinct people")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["two distinct people"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, two distinct people"
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 890+ 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/two distinct people_17_-1.5.png ADDED

Git LFS Details

  • SHA256: bc6bbf956bc383c36e8bfd224fba40476db82c16d6a40b36f4b4b04202f44f3a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/two distinct people_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 799f9f51601bc7021cbc809b0b917258ffd1f597736e4f292ce25029f2411cd8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/two distinct people_17_0.0.png ADDED

Git LFS Details

  • SHA256: 34bb629183ee74c7c428cf9187790b3e5f602b0cf4c60d567dc7fc1e717afb13
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/two distinct people_17_1.5.png ADDED

Git LFS Details

  • SHA256: 43ec98947d9f26286fac2a56f7f2f9850d5b8348d3f9f6426354f3156836d7dd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/two distinct people_17_3.0.png ADDED

Git LFS Details

  • SHA256: 341425892347851e467bf93e646896044eb85bf9eb033f347dcd417d875e0799
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/two distinct people_19_-1.5.png ADDED

Git LFS Details

  • SHA256: f9f8eb91f2276750be77765a2e62352619036f9c6845bf8c87826a6bed794128
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/two distinct people_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 03e8a1a483aff217b74abd005423c12de67db3a27fe1e3d85fcf9982541d7710
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/two distinct people_19_0.0.png ADDED

Git LFS Details

  • SHA256: 0f471369c5bdb09ee4bcedb3bb59d05c53c8cbf572bf44d7d96ef1229a077ca7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/two distinct people_19_1.5.png ADDED

Git LFS Details

  • SHA256: 45bf1acefa77e9bf6201a37ea7539775125b64c3f9b5a6e012d0a5c47312d4fd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/two distinct people_19_3.0.png ADDED

Git LFS Details

  • SHA256: da5be6da85ac23917f60a79054a6472f51ace553e738cb9591c56f4c8d36894c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/two distinct people_20_-1.5.png ADDED

Git LFS Details

  • SHA256: c806c1a6ae56b578a1ddd80cf9b786be9bcbb24cba1ebdc36fab7d690e459108
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/two distinct people_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 132d893ddee345fb40228320a179c73d0cb986cbdf5f76a83daf12899008e347
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/two distinct people_20_0.0.png ADDED

Git LFS Details

  • SHA256: f25e453faa84abdc98bae29f0614f2ed926440346ed103fde5b3e60b7d257680
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/two distinct people_20_1.5.png ADDED

Git LFS Details

  • SHA256: ce49d5a5dfded04d2e3542d72be967077bc020bbc52391449cd2a762989dec3f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/two distinct people_20_3.0.png ADDED

Git LFS Details

  • SHA256: d6e133d18710fdd01dc3ee6d6be6c043081bde404e6e3fe1c1cfa35333442cee
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/two distinct people_21_-1.5.png ADDED

Git LFS Details

  • SHA256: a6e120c6c66bd6732955da0e89d1c621ead16ee1714321294a32d90f9835a499
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/two distinct people_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 9c28063c80b97cc0d7ce39852eb3c07655a7c9f24ff1ba62041e687627aa7f99
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/two distinct people_21_0.0.png ADDED

Git LFS Details

  • SHA256: ed0a605611171e832eaeaaf3de88281cf31d46356ff6734b2575836f1e6fc7e2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/two distinct people_21_1.5.png ADDED

Git LFS Details

  • SHA256: 0f0a7bf866aceb80974e001d1fbc5954bad30e0b7be83695b4f13c13f522b6f9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/two distinct people_21_3.0.png ADDED

Git LFS Details

  • SHA256: 60daefed042637897e60fefd85665e1689fdb9d3382107a0ef58088eb0c82abb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/two distinct people_22_-1.5.png ADDED

Git LFS Details

  • SHA256: e4b1dd6fc8cdab00ff94db2c5fcdaa5f2c0802caf7553b389b8c58a23e9809f1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/two distinct people_22_-3.0.png ADDED

Git LFS Details

  • SHA256: a448edd03cedc609860c168dd94cefc94f45ea9b450a45e0097489470a8fe3e8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/two distinct people_22_0.0.png ADDED

Git LFS Details

  • SHA256: b9dd78a9ba6b9af30e684a481afde8a0b2d546af5e5c90ee8aa38c0bea776c04
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/two distinct people_22_1.5.png ADDED

Git LFS Details

  • SHA256: 4043c642bc06ba83a7f158701681c19d2a88c3f5ed620b757bfb8a932a6467e4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/two distinct people_22_3.0.png ADDED

Git LFS Details

  • SHA256: 59c76d0d1e72f794325b4ab825d89438df51c28567296c6c57b425943bfe231f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
two distinct people.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca1ba212e7fe66b857cc420d00d6f9099263478a10a135d1d4c1b2b744028d99
3
+ size 8789076