ntc-ai commited on
Commit
2582362
·
1 Parent(s): 3242fcb

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/asian.../asian_17_3.0.png"
6
+ widget:
7
+ - text: asian
8
+ output:
9
+ url: images/asian_17_3.0.png
10
+ - text: asian
11
+ output:
12
+ url: images/asian_19_3.0.png
13
+ - text: asian
14
+ output:
15
+ url: images/asian_20_3.0.png
16
+ - text: asian
17
+ output:
18
+ url: images/asian_21_3.0.png
19
+ - text: asian
20
+ output:
21
+ url: images/asian_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: "asian"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - asian (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/asian_17_-3.0.png" width=256 height=256 /> | <img src="images/asian_17_0.0.png" width=256 height=256 /> | <img src="images/asian_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/asian_19_-3.0.png" width=256 height=256 /> | <img src="images/asian_19_0.0.png" width=256 height=256 /> | <img src="images/asian_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/asian_20_-3.0.png" width=256 height=256 /> | <img src="images/asian_20_0.0.png" width=256 height=256 /> | <img src="images/asian_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
+ asian
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.asian', weight_name='asian.safetensors', adapter_name="asian")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["asian"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, asian"
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 350+ 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
asian.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78d317c6baf4af75a449f45eef928177e311cc20587378f42dfbed5ca51e25bb
3
+ size 8789076
images/asian_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 4cffe09c4d7fa3f4d0554c3a175b53d8c51cea570a65d94dd423dbe84b8ae8d0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/asian_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 0fb29833bc72bb5396dd1d1ebce9c1a25e5710d865194e7f04338459878a544f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/asian_17_0.0.png ADDED

Git LFS Details

  • SHA256: a8882fc68185cb70d519be4d0184dd83205125228ec465392985df148540f034
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/asian_17_1.5.png ADDED

Git LFS Details

  • SHA256: 4098f52a6028b3a531a682ee75438fcf8fc2a199a1e0904a99a0f0e8371cbf53
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/asian_17_3.0.png ADDED

Git LFS Details

  • SHA256: 9e1c5e54a8ff75302e77d619aaf7fb42a5fd11a70bfc1f8f1f7372ec6cc43ea8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/asian_19_-1.5.png ADDED

Git LFS Details

  • SHA256: a50d9f6a8909fb63dfba2a415bd33650a5337ad4294c8966b0b136a5acc3d203
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/asian_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 8e814e3ec40b8b47979d658d402bc5e907dd3269c7499473240ce14cfa87dfbf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/asian_19_0.0.png ADDED

Git LFS Details

  • SHA256: 2f17778af95679ce6eec470abd372b3aef3eddb4245035136a699ce6680a48b5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/asian_19_1.5.png ADDED

Git LFS Details

  • SHA256: e5e3f7faae5d83a11935a4474aa133582b39cfe1d6fef5a28546138f39148e31
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/asian_19_3.0.png ADDED

Git LFS Details

  • SHA256: 43c29de0aa0b945d97ba586afea4a62f0ca34ddc192d6af711e3769ddb2e6d68
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/asian_20_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 5d69ee95091f701ce55ce769bf11cbdd2109b61ba0e8993683239516f3dbef9d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/asian_20_0.0.png ADDED

Git LFS Details

  • SHA256: 07602596a26e5d30d0c261a30219e0ec9beef82fac5cee0862d2140b0aedd911
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/asian_20_1.5.png ADDED

Git LFS Details

  • SHA256: 2536312fe16a0c84e68488631123fcd657d2199ab264efe166da12575ad5a57e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/asian_20_3.0.png ADDED

Git LFS Details

  • SHA256: b5ccb7a4efa75f83b01653e2f94abc501a4cf0ac365fe3506d641d077befd0b6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/asian_21_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 61a70b904d7b189ee2bab7c6b647b417f6ab434ee7680aae6682ff69a0986807
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/asian_21_0.0.png ADDED

Git LFS Details

  • SHA256: fc4eb793d152dab6b255c7ec8d83778fa03715e6cbf3dd1003a6204ba0724005
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/asian_21_1.5.png ADDED

Git LFS Details

  • SHA256: ecd953eb39da80c96a8e5c0759414d44d9fa484309a0572825c0c1d588a2467d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/asian_21_3.0.png ADDED

Git LFS Details

  • SHA256: a8f4f4193f9f267bf66ad7527404d792420520bd5702ba03efb4bc891865358b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/asian_22_-1.5.png ADDED

Git LFS Details

  • SHA256: f015de0ad375e53230d759f0f170071a2da011d8349aebb46810df07b8a287ca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/asian_22_-3.0.png ADDED

Git LFS Details

  • SHA256: ce3d0705bf85c79c155cb8820ab6af93a2db9a69ccde48083fbb25d27d120b4b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/asian_22_0.0.png ADDED

Git LFS Details

  • SHA256: 769f0e7c7760cde1f87c1d139aa05ce8e36c1817dfddae345f81b46bf5af0804
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/asian_22_1.5.png ADDED

Git LFS Details

  • SHA256: 105be3b188ea0df8b1e0770f17701189b6cb926bef29444b4f05b98e0eefdc8d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/asian_22_3.0.png ADDED

Git LFS Details

  • SHA256: 9a1c088973e32bb8f84050cf0898191c840a6c01874da1c4a6b0c018693a1bad
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB