ntc-ai commited on
Commit
c4ea667
1 Parent(s): 89334b9

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/deep soulful olive eyes...regular eye color/deep soulful olive eyes_17_3.0.png"
6
+ widget:
7
+ - text: deep soulful olive eyes
8
+ output:
9
+ url: images/deep soulful olive eyes_17_3.0.png
10
+ - text: deep soulful olive eyes
11
+ output:
12
+ url: images/deep soulful olive eyes_19_3.0.png
13
+ - text: deep soulful olive eyes
14
+ output:
15
+ url: images/deep soulful olive eyes_20_3.0.png
16
+ - text: deep soulful olive eyes
17
+ output:
18
+ url: images/deep soulful olive eyes_21_3.0.png
19
+ - text: deep soulful olive eyes
20
+ output:
21
+ url: images/deep soulful olive eyes_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: "deep soulful olive eyes"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - deep soulful olive eyes (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/deep soulful olive eyes_17_-3.0.png" width=256 height=256 /> | <img src="images/deep soulful olive eyes_17_0.0.png" width=256 height=256 /> | <img src="images/deep soulful olive eyes_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/deep soulful olive eyes_19_-3.0.png" width=256 height=256 /> | <img src="images/deep soulful olive eyes_19_0.0.png" width=256 height=256 /> | <img src="images/deep soulful olive eyes_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/deep soulful olive eyes_20_-3.0.png" width=256 height=256 /> | <img src="images/deep soulful olive eyes_20_0.0.png" width=256 height=256 /> | <img src="images/deep soulful olive eyes_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
+ deep soulful olive eyes
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.deep-soulful-olive-eyes', weight_name='deep soulful olive eyes.safetensors', adapter_name="deep soulful olive eyes")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["deep soulful olive eyes"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, deep soulful olive eyes"
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 590+ 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
deep soulful olive eyes.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7df68c5e7dd15e3600d376a8ed4fc4b113b0bab4f1453f7e291d176de342613c
3
+ size 8789076
images/deep soulful olive eyes_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 62f17a67ae27e7e9568be5db87cd2dc93c4bc3f841835036e92cd1c8d59306b1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/deep soulful olive eyes_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 2e361de30eadc57765aa8298c9bd544f99db774bdf6f0641016d485510f25c49
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/deep soulful olive eyes_17_0.0.png ADDED

Git LFS Details

  • SHA256: 625edf832dcf9fb9ba34a002308ca650796a459a1f9c5922571d6a8a6c5dc539
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/deep soulful olive eyes_17_1.5.png ADDED

Git LFS Details

  • SHA256: febd8b5e7766c98bffe3757c471b9ab409025329603276ed2d207cf1b14a938d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/deep soulful olive eyes_17_3.0.png ADDED

Git LFS Details

  • SHA256: d8d84d286aecde71204fab133ab6b6faa5590eeb5beb6f8c8464779457daeac7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/deep soulful olive eyes_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 3388e461600066dfe13757b2b4c9db139bb7cdaa2b314ac59913718a8d12d0fa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/deep soulful olive eyes_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 36815e85f651c15ccffdc3b09a58c3d16a3399d0f62eb962bfd1f45a0e17a950
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/deep soulful olive eyes_19_0.0.png ADDED

Git LFS Details

  • SHA256: fc18c27d287234ca1d8f453d6ec92b1edfbc5d77e4d735a1268f93fd79e8f254
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/deep soulful olive eyes_19_1.5.png ADDED

Git LFS Details

  • SHA256: 1203e1d7ffc1fb223e8465399b836b069685a3cd59436ba3623d99dc7bc3ee1d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/deep soulful olive eyes_19_3.0.png ADDED

Git LFS Details

  • SHA256: 8d49d7e0d7bc663628d7c686c71c15eb8483d1da27454dbe8a11ff94a22a3d9f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/deep soulful olive eyes_20_-1.5.png ADDED

Git LFS Details

  • SHA256: fd06504ae74e707f7bf8d999de8f26bb0ead9c8fc6b2675331ae69a358f2b55e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/deep soulful olive eyes_20_-3.0.png ADDED

Git LFS Details

  • SHA256: a482dab47604f4edac93a4d9048775cd11cc8d79d1c5750829eed6bdab59ae87
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/deep soulful olive eyes_20_0.0.png ADDED

Git LFS Details

  • SHA256: de66b088abdd3de6da519fb3ca1912b481b50bdf7f3ff84a01f490ef9450dfdb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/deep soulful olive eyes_20_1.5.png ADDED

Git LFS Details

  • SHA256: eed3baf3ec1458c77cea16b0b55f386c604eb617622f9adab60b88619f594c1c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/deep soulful olive eyes_20_3.0.png ADDED

Git LFS Details

  • SHA256: 021973d501460ff3935540b317e7b3e487a3db5d25a5e48917fb7e69ece5c990
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/deep soulful olive eyes_21_-1.5.png ADDED

Git LFS Details

  • SHA256: f750c953dc7a7fd2d99dc34ec97b6f56f73f78e4c833736124dfd2b9f43a0910
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/deep soulful olive eyes_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 63f08c4de7a2a15fbdc5b5da357c07ce96a5ef70d9a6a1271f6db14a150d5d69
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/deep soulful olive eyes_21_0.0.png ADDED

Git LFS Details

  • SHA256: e966d12a4eaef1ac0a0c33cd0ad3fb3c4778715c5ff52f428d73ac5f19c688a4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/deep soulful olive eyes_21_1.5.png ADDED

Git LFS Details

  • SHA256: 45ba4243e03e9b60916fe59c9dd064630597e1d70979b941623c245b7e7a5e50
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/deep soulful olive eyes_21_3.0.png ADDED

Git LFS Details

  • SHA256: 886201fab9c61ae5ffe30c43d97281393df3acc61f6ea2c6ef3ecce7888bcd2b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/deep soulful olive eyes_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 42b73540bfcec17dcef7cea1493bb98077dce5acff37a12e3726f6211becd7bb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.79 MB
images/deep soulful olive eyes_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 2ccd2315c98493a044ba82b7db1e295bf917dca594919c44850d38f6947b1ce1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.8 MB
images/deep soulful olive eyes_22_0.0.png ADDED

Git LFS Details

  • SHA256: b2692776d786719a5cb31448fa364e74e20f8291e19ce4ea21748d0b4f79df90
  • Pointer size: 132 Bytes
  • Size of remote file: 1.79 MB
images/deep soulful olive eyes_22_1.5.png ADDED

Git LFS Details

  • SHA256: fab548cce53a89baaa04b314315cbdc2c47ea4e2b6f6da7b8fcc5896594ea929
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
images/deep soulful olive eyes_22_3.0.png ADDED

Git LFS Details

  • SHA256: 86670fd793949a0db8c9df179980596ac7d87b1fcd761d543741cd0981b52865
  • Pointer size: 132 Bytes
  • Size of remote file: 1.82 MB