ntc-ai commited on
Commit
ed582b5
1 Parent(s): 81b89cc

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/cosplay outfit...professional outfit/cosplay outfit_17_3.0.png"
6
+ widget:
7
+ - text: cosplay outfit
8
+ output:
9
+ url: images/cosplay outfit_17_3.0.png
10
+ - text: cosplay outfit
11
+ output:
12
+ url: images/cosplay outfit_19_3.0.png
13
+ - text: cosplay outfit
14
+ output:
15
+ url: images/cosplay outfit_20_3.0.png
16
+ - text: cosplay outfit
17
+ output:
18
+ url: images/cosplay outfit_21_3.0.png
19
+ - text: cosplay outfit
20
+ output:
21
+ url: images/cosplay outfit_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: "cosplay outfit"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - cosplay outfit (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/cosplay outfit_17_-3.0.png" width=256 height=256 /> | <img src="images/cosplay outfit_17_0.0.png" width=256 height=256 /> | <img src="images/cosplay outfit_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/cosplay outfit_19_-3.0.png" width=256 height=256 /> | <img src="images/cosplay outfit_19_0.0.png" width=256 height=256 /> | <img src="images/cosplay outfit_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/cosplay outfit_20_-3.0.png" width=256 height=256 /> | <img src="images/cosplay outfit_20_0.0.png" width=256 height=256 /> | <img src="images/cosplay outfit_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
+ cosplay outfit
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.cosplay-outfit', weight_name='cosplay outfit.safetensors', adapter_name="cosplay outfit")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["cosplay outfit"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, cosplay outfit"
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 360+ 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
cosplay outfit.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dd2cafdb66a3275d07539e408aa7143396e823574c70e3d30e43ad19013fa17
3
+ size 8789076
images/cosplay outfit_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 3fec335eda5a4a22c337c223b19e1f18fd1ba59192d35e51a86793ae9256c9bb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/cosplay outfit_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 7557c1626baabe7cb5efb6024d66796bd00e4b4d56d618bf8dfc1ac7ff477cab
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/cosplay outfit_17_0.0.png ADDED

Git LFS Details

  • SHA256: 9d5d42a9939501642627c86d44f484608c3e4553269f593c38d8473230c30ae2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/cosplay outfit_17_1.5.png ADDED

Git LFS Details

  • SHA256: 7aec7ebbb19b616743a59343fd044d5fa6b76508856fefccdea44ccd186cf423
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/cosplay outfit_17_3.0.png ADDED

Git LFS Details

  • SHA256: 99822675fe26e90fd442e895a79df9b055734d320ec3712b5ec2c3f0657d5348
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/cosplay outfit_19_-1.5.png ADDED

Git LFS Details

  • SHA256: d0a69b631c66f8247f31ff52b564a1ae6ca8001cc3f82e06572ab8d6bcae6f3e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/cosplay outfit_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 46cf7a6d541d35d7461ab33beb3b250d11b7e4f8de4be8f6922a9c4a9bcdf51d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/cosplay outfit_19_0.0.png ADDED

Git LFS Details

  • SHA256: a5482e1e15ba074d4a4e39058d72f27dac4a65129489e0b2bf434b6ff8ab53a5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/cosplay outfit_19_1.5.png ADDED

Git LFS Details

  • SHA256: e0ff7414ef393c216b67d966286ca00002fde83174a0f23ca09259ad25772f76
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/cosplay outfit_19_3.0.png ADDED

Git LFS Details

  • SHA256: 8c0226689adbec90872f8ae36039366c25adcc316ad853e3db35af77631439b6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/cosplay outfit_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 279bb9766d01c5af27c33b02d6051af197050cd3a7c718fc932218a823ba2641
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/cosplay outfit_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 1910d82579cb05ca61a0efbbe749c36ef6c74ba5c1efb251b70912cadc99e924
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/cosplay outfit_20_0.0.png ADDED

Git LFS Details

  • SHA256: dec8ac884bc2699ed23be36b2c7abc65e728b4f23d7d663e1b9f31e14faaf704
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/cosplay outfit_20_1.5.png ADDED

Git LFS Details

  • SHA256: a5ff310d5d809846a48d9f4d0b29e25056e88298273cca6ccd101ef18cbe5853
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/cosplay outfit_20_3.0.png ADDED

Git LFS Details

  • SHA256: 0472fe9e4b7b767a372a9510256f3c6b4b0f6e9bc925cc6fec84cf665baf6502
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/cosplay outfit_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 8a8d26360d6971e37f95020e07b0560d7a4947cfa480e9f0075e86830219849e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/cosplay outfit_21_-3.0.png ADDED

Git LFS Details

  • SHA256: a06f1cc812c752d7d7d0d55a9cbd49a768926771884f67bb1db3fb3783313d20
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/cosplay outfit_21_0.0.png ADDED

Git LFS Details

  • SHA256: 2a9af0359dc8c943cd341e4eef0ae0ac2770c711a22f36271cd78776fe8f527d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/cosplay outfit_21_1.5.png ADDED

Git LFS Details

  • SHA256: 3dae46f18c332bda57a8042a4952f34db424495c76cc8d96bc4f34d627b1f410
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/cosplay outfit_21_3.0.png ADDED

Git LFS Details

  • SHA256: 295445b1b78069acab2c2af0e1b3ad2f3dbc6e7fc0eb7f9d6fa30b746b08a0de
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/cosplay outfit_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 107091aab0a0e0903c2e9c3ebf49d33c2c356eba3182e6fbf79eb75997f6caa1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/cosplay outfit_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 84c0ae16c399d7f2acc48e071d28e30bb2f5ed5372220f35b850dec5e5d5dd13
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/cosplay outfit_22_0.0.png ADDED

Git LFS Details

  • SHA256: 733e161c1b5ce907b75c89911b11a5b3e3b0dffabe5a8e7994a7885b0eb9ddf0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/cosplay outfit_22_1.5.png ADDED

Git LFS Details

  • SHA256: 8c9fc6ad1be4384cee0762f39d12c9cec4598cb8b082f3c6c55ddb3ecd821f69
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/cosplay outfit_22_3.0.png ADDED

Git LFS Details

  • SHA256: ae95b4f14e7ccb8d7cc79ac92669b0ecb0d1599fda9c11a38bc28bdc734498fe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB