ntc-ai commited on
Commit
eb7cab7
1 Parent(s): ce0d152

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
11-10.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c00e7a20806076e067ff501d5180cb812f68d95141eacf8689934ce476e8f876
3
+ size 8789076
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ language:
4
+ - en
5
+ thumbnail: "images/evaluate/11-10...hair down/11-10_17_3.0.png"
6
+ widget:
7
+ - text: 11-10
8
+ output:
9
+ url: images/11-10_17_3.0.png
10
+ - text: 11-10
11
+ output:
12
+ url: images/11-10_19_3.0.png
13
+ - text: 11-10
14
+ output:
15
+ url: images/11-10_20_3.0.png
16
+ - text: 11-10
17
+ output:
18
+ url: images/11-10_21_3.0.png
19
+ - text: 11-10
20
+ output:
21
+ url: images/11-10_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: "11-10"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - 11-10 (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/11-10_17_-3.0.png" width=256 height=256 /> | <img src="images/11-10_17_0.0.png" width=256 height=256 /> | <img src="images/11-10_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/11-10_19_-3.0.png" width=256 height=256 /> | <img src="images/11-10_19_0.0.png" width=256 height=256 /> | <img src="images/11-10_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/11-10_20_-3.0.png" width=256 height=256 /> | <img src="images/11-10_20_0.0.png" width=256 height=256 /> | <img src="images/11-10_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
+ 11-10
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.11-10', weight_name='11-10.safetensors', adapter_name="11-10")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["11-10"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, 11-10"
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 1040+ 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/11-10_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 131ec2e7f78773d36bf2ab6f625aa5825bd93f9390e8a3d767a69d003de7ef8a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/11-10_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 671907cc4b629c446d9f3154d26e79150ca72f16577afb227fa0e1bed185d891
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/11-10_17_0.0.png ADDED

Git LFS Details

  • SHA256: e1cd86791f4b7df703806de89029c4272661b36642301d77b774201a97959483
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/11-10_17_1.5.png ADDED

Git LFS Details

  • SHA256: a6bca03b6e006e2cf8a3c4d65b6b55842991bc04c43217c99977dd5b9fc8ab0e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/11-10_17_3.0.png ADDED

Git LFS Details

  • SHA256: 376b8fee77cf65a5c881eb3da0cd71c5e97863b9e8a5f9b6d8172ef347e7e9c9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/11-10_19_-1.5.png ADDED

Git LFS Details

  • SHA256: f44927319d976f27e2e7462d5fe15e005b5ff8973f3dd15dfe97645d4a314d76
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/11-10_19_-3.0.png ADDED

Git LFS Details

  • SHA256: fb8df2947e5c4ca8fd9ed7d028c4e13b532ab2f8fcae3bfdeedb226e65d2b8a4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/11-10_19_0.0.png ADDED

Git LFS Details

  • SHA256: 48ae55a2ba59f0796369ff0e8b4ed605d70964edb229d2bee4c92d57c6e015ef
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/11-10_19_1.5.png ADDED

Git LFS Details

  • SHA256: 8276094f92e77298dddfce9c342eadf746610f9519d5c6159f065110a3092678
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/11-10_19_3.0.png ADDED

Git LFS Details

  • SHA256: 6169233a74f3440fc842cd8d8e8fb4dcd0d1e8526de7f14a36798cae138b13d2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/11-10_20_-1.5.png ADDED

Git LFS Details

  • SHA256: e75c92defb1415cac0243cf45c40e872ed17b1a3b5fb5fa4cbaf45f4e9d1738f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/11-10_20_-3.0.png ADDED

Git LFS Details

  • SHA256: d5f9aabaa524ba75ff6b56fd472253eee5463c5cbef8e006ded917753366314f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/11-10_20_0.0.png ADDED

Git LFS Details

  • SHA256: 419681dd6b1f351fa30f797b45623d0669d19da77a5f0bb259a3b231e6cdbf12
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/11-10_20_1.5.png ADDED

Git LFS Details

  • SHA256: 9cf8eba9e7191ea52b43f94a155755d2e95c7e18d4720b6ce30fec5de99c6391
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/11-10_20_3.0.png ADDED

Git LFS Details

  • SHA256: dee2d92e082964e1e172114bda7f79c16cb40a04c057f17d5b0d895ed2439440
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/11-10_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 09bb5e19e3eae866df1cbcfb171ceded4aca497854db72718d4a5addf5e6ead8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/11-10_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 85a737a98def31a83c3b09d5723480d82c086cf26e855ee7c3e790c49bd1ce28
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/11-10_21_0.0.png ADDED

Git LFS Details

  • SHA256: 447fe1f08ea6c64746ae83a8220a243a69e6de69d979f2b16b0caf603147a1ec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/11-10_21_1.5.png ADDED

Git LFS Details

  • SHA256: 1d5cfaebafd7dd4e5a379799445f12b3d0bf7269bed6c41d9cd554006ce68d8a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/11-10_21_3.0.png ADDED

Git LFS Details

  • SHA256: d583d6268ea6a9e38d5f150f1a8a1a6a2756e14f7c301f3070880b382f977a16
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/11-10_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 0731689b213422a4fac823e3e938fb317ff4763d9a2d1c1067ddfb1932846622
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/11-10_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 52c52ad37a330e9e41baf5497dc12552685bc73f2717c19c14e0845c1dafa611
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/11-10_22_0.0.png ADDED

Git LFS Details

  • SHA256: a10d3a0324c5839ba7ceff5b5c860c8ecc009c74c55c5bd59ab62eb979999260
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/11-10_22_1.5.png ADDED

Git LFS Details

  • SHA256: e55b90c56359f1e57e2b7c11c139cc7fada9b8d01c6be64c9109b00bcb01e635
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/11-10_22_3.0.png ADDED

Git LFS Details

  • SHA256: bbd423695c5d6a2b550a93dac8b0e27bfb71edd19e323881bce8bfb948b62dda
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB