ntc-ai commited on
Commit
8c507e0
1 Parent(s): 7c258c8

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/orc...human/orc_17_3.0.png"
6
+ widget:
7
+ - text: orc
8
+ output:
9
+ url: images/orc_17_3.0.png
10
+ - text: orc
11
+ output:
12
+ url: images/orc_19_3.0.png
13
+ - text: orc
14
+ output:
15
+ url: images/orc_20_3.0.png
16
+ - text: orc
17
+ output:
18
+ url: images/orc_21_3.0.png
19
+ - text: orc
20
+ output:
21
+ url: images/orc_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: "orc"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - orc (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/orc_17_-3.0.png" width=256 height=256 /> | <img src="images/orc_17_0.0.png" width=256 height=256 /> | <img src="images/orc_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/orc_19_-3.0.png" width=256 height=256 /> | <img src="images/orc_19_0.0.png" width=256 height=256 /> | <img src="images/orc_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/orc_20_-3.0.png" width=256 height=256 /> | <img src="images/orc_20_0.0.png" width=256 height=256 /> | <img src="images/orc_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
+ orc
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.orc', weight_name='orc.safetensors', adapter_name="orc")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["orc"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, orc"
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 200+ 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/orc_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 142163e6d5d3b136b117d79bc5802678bb37bc5ddfdafe5d0b937c07913a8327
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/orc_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 9af2b66370bd81b3b575762dc55e3f71b5014f018e0d44eed9c2e9f814774392
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/orc_17_0.0.png ADDED

Git LFS Details

  • SHA256: 5773f03983e58a4fc066d5d4d87e2cdb0b59dafc3ff6c22efd43983615d3f78e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/orc_17_1.5.png ADDED

Git LFS Details

  • SHA256: 6921c7616745dc9f47d56deaae6e50009fc6e12c0e62ccec83fb62ffa8d8af24
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/orc_17_3.0.png ADDED

Git LFS Details

  • SHA256: 41670516c4bdd5d3a6a3574e0f35d26cb96276a1ce0cb90bd5f0b37372948f14
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/orc_19_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: d30a6386b4bdea30a4fd848d81db39d8b3c42216b3cbb6ac1ae62e3c504b41df
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/orc_19_0.0.png ADDED

Git LFS Details

  • SHA256: 2eff46270829f697b6cebf2c1b785fd553958fa5f4f3043982289f0eab7bdeb1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/orc_19_1.5.png ADDED

Git LFS Details

  • SHA256: 30cd0ed4088f00d454009e24b90801b06c35d329e17c5f7c1c800cce817d6e2b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/orc_19_3.0.png ADDED

Git LFS Details

  • SHA256: 483b898eaf1b8eecf0bee34da282c21d8c9897df8ed088041275cf850f411d20
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/orc_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 4096edec542886f5f5e855c42dbd3e94e611b76d55b1b137a2d56da349890834
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/orc_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 396021624367995e53b4eef9526af292f62e874c3faefe8a067bf1aef01d3566
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/orc_20_0.0.png ADDED

Git LFS Details

  • SHA256: c86a7516638cd271a10eb21e4b6400b0285678d7ccf686aeecfe1428ba56ac3f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/orc_20_1.5.png ADDED

Git LFS Details

  • SHA256: fd0b50b0c9b7f78009d8ff38e06b49afbf948f3c5803bb0c51775cd31b2ad8b0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/orc_20_3.0.png ADDED

Git LFS Details

  • SHA256: 789f1fd83b599c6a817020d238ea8feedaec6255304629b2aa537e8ec94b7300
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/orc_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 4b3e098c611927ad5f9f58f438742fb5cf773be9920cfa6874e6dd0c3ecedecb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/orc_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 10a1877ff39fbe954ef8bd91b3a32b5e6527000153bdecce0b7eb064ad1483c8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/orc_21_0.0.png ADDED

Git LFS Details

  • SHA256: 32899cf61799e081dbfbbd5b1dfc969aee6dec925e9726a574cd57832c6127bd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/orc_21_1.5.png ADDED

Git LFS Details

  • SHA256: af80917929f2c202f6692aa3e0f00fd57fe8d0ecba2270a43adc289f60220af3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/orc_21_3.0.png ADDED

Git LFS Details

  • SHA256: fb2cf5f0bfcdef1dcb2dce45b773ab631b02e15e0c3e9c5f993f2c3bc81bb37e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/orc_22_-1.5.png ADDED

Git LFS Details

  • SHA256: aed2f8473af8781056b25d384bdeef51c2238766209a18c6d7a2e50d65047688
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/orc_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 2f2e760be415f58f0c370b2a200a00a1159b027e3535ac4cfb867282744dac70
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/orc_22_0.0.png ADDED

Git LFS Details

  • SHA256: 577c0f5499cbb434dc583f045477a020e873f9aa1bc6eb71a81d4cc11ae346bf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/orc_22_1.5.png ADDED

Git LFS Details

  • SHA256: 4454c6fcba030f9b227102d5d783823584f60ae54584c0c0d68e8ed8caf91e61
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/orc_22_3.0.png ADDED

Git LFS Details

  • SHA256: 43e043362fba463e9195174386549a4d21254e1d062b308d56b545330af26e52
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
orc.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76414c27726d05474a4c00b1055d7b2c2b266bb8a30fae94fe58298082e52113
3
+ size 8789076