ntc-ai commited on
Commit
a708625
1 Parent(s): cf47f52

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/robot santa claus.../robot santa claus_17_3.0.png"
6
+ widget:
7
+ - text: robot santa claus
8
+ output:
9
+ url: images/robot santa claus_17_3.0.png
10
+ - text: robot santa claus
11
+ output:
12
+ url: images/robot santa claus_19_3.0.png
13
+ - text: robot santa claus
14
+ output:
15
+ url: images/robot santa claus_20_3.0.png
16
+ - text: robot santa claus
17
+ output:
18
+ url: images/robot santa claus_21_3.0.png
19
+ - text: robot santa claus
20
+ output:
21
+ url: images/robot santa claus_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: "robot santa claus"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - robot santa claus (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/robot santa claus_17_-3.0.png" width=256 height=256 /> | <img src="images/robot santa claus_17_0.0.png" width=256 height=256 /> | <img src="images/robot santa claus_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/robot santa claus_19_-3.0.png" width=256 height=256 /> | <img src="images/robot santa claus_19_0.0.png" width=256 height=256 /> | <img src="images/robot santa claus_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/robot santa claus_20_-3.0.png" width=256 height=256 /> | <img src="images/robot santa claus_20_0.0.png" width=256 height=256 /> | <img src="images/robot santa claus_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
+ robot santa claus
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.robot-santa-claus', weight_name='robot santa claus.safetensors', adapter_name="robot santa claus")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["robot santa claus"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, robot santa claus"
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 720+ 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/robot santa claus_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 6b7665b36d871eda12611faeadaac7ccff73c5568939fe91140aace66577f1e4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/robot santa claus_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 0b6f1634f853225c17b83ed9a03855bfb0f3f4132ec9b6587c3b823d2035529a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/robot santa claus_17_0.0.png ADDED

Git LFS Details

  • SHA256: 02a980704db9c8c9f3bf456dae57b9d77b5ad60fd1dd0b9e8113bb8b917a3ac3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/robot santa claus_17_1.5.png ADDED

Git LFS Details

  • SHA256: 5a67533ba3b82967a1769ee3b509f62f8952b70c39c87a83ceddb56b243be605
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/robot santa claus_17_3.0.png ADDED

Git LFS Details

  • SHA256: 299290e7b66ceda73b99897b9e4590b89dafcbd28db684296927ac7d2ca102e8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/robot santa claus_19_-1.5.png ADDED

Git LFS Details

  • SHA256: d05954b8bcf302b6d9005b2b2a822deb53c08412aa74df79e2e976eea3310efa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
images/robot santa claus_19_-3.0.png ADDED

Git LFS Details

  • SHA256: f51cb398fd33eb053b5d3f196e6c5be750adc5b8775fc8b19cdb27affd27b26d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/robot santa claus_19_0.0.png ADDED

Git LFS Details

  • SHA256: 0ea69362fd787b0e3097d25a95d7a0cc1d34432f387c0d3b7508277b3fd78401
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/robot santa claus_19_1.5.png ADDED

Git LFS Details

  • SHA256: 34dc6269b25fddcbdda19f861922ce72f15dc35752d5d7284b7b762112edecac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/robot santa claus_19_3.0.png ADDED

Git LFS Details

  • SHA256: 81f13ed4f9147975ce90a43fea8ffb0f8216c6b19eb74d1e59335fe8f305fbf7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/robot santa claus_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 9e34d15dda1aaf5b653eb5dd838fe1c19976a5b276ff65b5ef487b4a2f6dd6af
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/robot santa claus_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 8e84c79b7916a4203547f85f6e8f7d14acff4b3f792a1bc25b4a89826f8fb853
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/robot santa claus_20_0.0.png ADDED

Git LFS Details

  • SHA256: edcb4239e5bd65bd7c2572685b2cf39afab44928c5aadf6bda270974ea051f24
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/robot santa claus_20_1.5.png ADDED

Git LFS Details

  • SHA256: 3099ef20b27f92d255f1b6c0af4434453e040dd72532dcdc0f06a99eb5c4fd69
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/robot santa claus_20_3.0.png ADDED

Git LFS Details

  • SHA256: f2b5cf6ca46e46d3fc8ad3b3c0577aea6c998903065540377f9d9ec730555dbf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/robot santa claus_21_-1.5.png ADDED

Git LFS Details

  • SHA256: f1c87c2e5b21bf2990ada634ec29fdc911867379e2d7b6387dd49840d0b134fc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/robot santa claus_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 573a539567e768a9cd1d497a112ab3153ec4e621798b183b58fb966d5e9ec548
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/robot santa claus_21_0.0.png ADDED

Git LFS Details

  • SHA256: e1c8c220aa4e5e6409906dfe60e36b061569bfb86039aec7bb7d2832e9c08dab
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/robot santa claus_21_1.5.png ADDED

Git LFS Details

  • SHA256: 5a8581a9148fc6d38fa8c33a5b5921ccbee3cd3347b8a90ab14892c374cb9ee6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/robot santa claus_21_3.0.png ADDED

Git LFS Details

  • SHA256: 32faad9e363da5ad119ced7dcccfb87a2817903a29543d8e010c15484b57a060
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/robot santa claus_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 8e69bc8585ef4d8f46b3a01c05f4635c78a2104f99e16f60e3f991b774420e3b
  • Pointer size: 132 Bytes
  • Size of remote file: 2 MB
images/robot santa claus_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 3ca802081b82bb6babe93e66de41e1258f4c3e821b9cc82c8dc99ce447dfea3c
  • Pointer size: 132 Bytes
  • Size of remote file: 2.01 MB
images/robot santa claus_22_0.0.png ADDED

Git LFS Details

  • SHA256: 837985dabc96f28d4734b589fcae5af3181e444db38e7263a273370173edfcf9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.97 MB
images/robot santa claus_22_1.5.png ADDED

Git LFS Details

  • SHA256: cb848132b24805f95635b4a742d2f6120edaffb2218c2bfe422d6e0975388f79
  • Pointer size: 132 Bytes
  • Size of remote file: 1.83 MB
images/robot santa claus_22_3.0.png ADDED

Git LFS Details

  • SHA256: 51f3a74971f227e43621ef8a19daeef284eb045a4d1e74243908124d88a7eb01
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
robot santa claus.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:061c7225b57e0a056dc8bd2b9c379842dad0f639124bf199a956c9ca7c7616b0
3
+ size 8789076