ntc-ai commited on
Commit
afb5fdf
1 Parent(s): 21aad63

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/figurine.../figurine_17_3.0.png"
6
+ widget:
7
+ - text: figurine
8
+ output:
9
+ url: images/figurine_17_3.0.png
10
+ - text: figurine
11
+ output:
12
+ url: images/figurine_19_3.0.png
13
+ - text: figurine
14
+ output:
15
+ url: images/figurine_20_3.0.png
16
+ - text: figurine
17
+ output:
18
+ url: images/figurine_21_3.0.png
19
+ - text: figurine
20
+ output:
21
+ url: images/figurine_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: "figurine"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - figurine (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/figurine_17_-3.0.png" width=256 height=256 /> | <img src="images/figurine_17_0.0.png" width=256 height=256 /> | <img src="images/figurine_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/figurine_19_-3.0.png" width=256 height=256 /> | <img src="images/figurine_19_0.0.png" width=256 height=256 /> | <img src="images/figurine_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/figurine_20_-3.0.png" width=256 height=256 /> | <img src="images/figurine_20_0.0.png" width=256 height=256 /> | <img src="images/figurine_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
+ figurine
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.figurine', weight_name='figurine.safetensors', adapter_name="figurine")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["figurine"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, figurine"
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 1080+ 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
figurine.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5484762feed22fecdc1fd5007aa2ae7fea34891704ec3c1ce71545ecb740ff35
3
+ size 8789076
images/figurine_17_-1.5.png ADDED

Git LFS Details

  • SHA256: e850334c3918300eef291c215ea5ad563a95bf48ca92e7e07f48de1560cca919
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/figurine_17_-3.0.png ADDED

Git LFS Details

  • SHA256: b3bc2a52e760ead777a338d1d65bbc1046f2c56a1bb29711e6d23c6b0c900792
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/figurine_17_0.0.png ADDED

Git LFS Details

  • SHA256: a7c38c725d8c85a88058ff81f6e57529e4804f38d09dabdb047e7da3ad3feb30
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/figurine_17_1.5.png ADDED

Git LFS Details

  • SHA256: a9d9ddc7178a378ec1bd558863661f636f9cf297c30e0160f9f8df2218d9ffad
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/figurine_17_3.0.png ADDED

Git LFS Details

  • SHA256: 7f3ed8937023731b5eb913d5579d591cea4ec70250a871bcbaaaa43f321d86df
  • Pointer size: 132 Bytes
  • Size of remote file: 1.21 MB
images/figurine_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 99fb524060a81cf7180e5850cf14980d0161fb193ec69f49a635c58771606010
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/figurine_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 337dbbca03fe5cfea6986ca8b4272658af9f0524775315d445fa610837580607
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/figurine_19_0.0.png ADDED

Git LFS Details

  • SHA256: 6c4f277d9b21e0aa0e640043518169a44152fb205a326cdb9768585fe0cb34ef
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/figurine_19_1.5.png ADDED

Git LFS Details

  • SHA256: e876ca741d30b34eb9f219bc80f7f1aca2bd056f05732a9ec8821134b5ec58e6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
images/figurine_19_3.0.png ADDED

Git LFS Details

  • SHA256: 670467dd384c37878d6e77b00bda4d3345c0f2629a37ffc10054c1ddc30f8e71
  • Pointer size: 132 Bytes
  • Size of remote file: 1.15 MB
images/figurine_20_-1.5.png ADDED

Git LFS Details

  • SHA256: c7076e64efd1192a9c9fe04ff010be4e05dfd5716f2a3348069480554a8f9c52
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/figurine_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 8e79c893a40e5338d7268a4e517e9182cc98576f2fa95317a52ea2ec1f2f60bd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/figurine_20_0.0.png ADDED

Git LFS Details

  • SHA256: 820c02f0714db3df7e5ebd260dfcfaf474f4c75ac64aefdf32ddfc610f082a08
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/figurine_20_1.5.png ADDED

Git LFS Details

  • SHA256: 222321b6c82f08a51576298221eb5f4541f1b3db717873caf381c163baaebcd6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/figurine_20_3.0.png ADDED

Git LFS Details

  • SHA256: 7b4ae73c4d558dbf16ecd86d32d0c134eb7e0cef5c770dac35dd6e464d9b0a4f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/figurine_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 0df6dd47b66e88a000615f7c841cf6dfde0dd4f1837bbf3f702683eeadee450f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/figurine_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 006e826ebdf1497e32d71a64e0edf53ae3c43a972fb325a8112a01b167316f7f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/figurine_21_0.0.png ADDED

Git LFS Details

  • SHA256: d6e2aef3aff268f38e940323580eb13648a070756fb819eb929f931a0df92873
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/figurine_21_1.5.png ADDED

Git LFS Details

  • SHA256: c0f4ebcf5d09901e633d3c0937d5e5bb4cebe05012987b2f0f82912ac896a066
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/figurine_21_3.0.png ADDED

Git LFS Details

  • SHA256: c656439693f7209f1a3f51943e16875ecd9444967b3779c6753c5c45296d3e3d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/figurine_22_-1.5.png ADDED

Git LFS Details

  • SHA256: baca47e815aa8dd28bbf2486a4a06787e573704f098a6b9201ae20f19bb0fab8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/figurine_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 074e6dd15251b8d4307a355d7a12922a425cd173f332c611559fbd2cd3407479
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/figurine_22_0.0.png ADDED

Git LFS Details

  • SHA256: 6d6c4bd6a50f62c676dea4a50c021b2cc3206e32ade8ea15da11f12c648881ce
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/figurine_22_1.5.png ADDED

Git LFS Details

  • SHA256: 1b840ee94f0e76bbc01e55033c1103feeb4641a0be0465ce07cb6e77020bd646
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/figurine_22_3.0.png ADDED

Git LFS Details

  • SHA256: 6b10e25b11aee972b93a496b5e6abeed06466008d21d2ca9a933eaef34663ca3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB