ntc-ai commited on
Commit
686b7c8
1 Parent(s): 8419642

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/at the cosplay convention.../at the cosplay convention_17_3.0.png"
6
+ widget:
7
+ - text: at the cosplay convention
8
+ output:
9
+ url: images/at the cosplay convention_17_3.0.png
10
+ - text: at the cosplay convention
11
+ output:
12
+ url: images/at the cosplay convention_19_3.0.png
13
+ - text: at the cosplay convention
14
+ output:
15
+ url: images/at the cosplay convention_20_3.0.png
16
+ - text: at the cosplay convention
17
+ output:
18
+ url: images/at the cosplay convention_21_3.0.png
19
+ - text: at the cosplay convention
20
+ output:
21
+ url: images/at the cosplay convention_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: "at the cosplay convention"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - at the cosplay convention (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/at the cosplay convention_17_-3.0.png" width=256 height=256 /> | <img src="images/at the cosplay convention_17_0.0.png" width=256 height=256 /> | <img src="images/at the cosplay convention_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/at the cosplay convention_19_-3.0.png" width=256 height=256 /> | <img src="images/at the cosplay convention_19_0.0.png" width=256 height=256 /> | <img src="images/at the cosplay convention_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/at the cosplay convention_20_-3.0.png" width=256 height=256 /> | <img src="images/at the cosplay convention_20_0.0.png" width=256 height=256 /> | <img src="images/at the cosplay convention_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
+ at the cosplay convention
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.at-the-cosplay-convention', weight_name='at the cosplay convention.safetensors', adapter_name="at the cosplay convention")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["at the cosplay convention"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, at the cosplay convention"
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 1140+ 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
at the cosplay convention.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82dd5877b85c1c7c4e1af884874de7d458412f0dcf7dea4ab488d094b6c4cac5
3
+ size 8789076
images/at the cosplay convention_17_-1.5.png ADDED

Git LFS Details

  • SHA256: fbb1c6910d2afd14f3eb955c40dbcd9ae7a2aeec155b4886db0ff49493e60ee0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
images/at the cosplay convention_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 4830698bec864ad3f56da9ab021a5b87ccec570c878c399baf9f67165ec149f4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.79 MB
images/at the cosplay convention_17_0.0.png ADDED

Git LFS Details

  • SHA256: a1453db09a99a9c18757293a281da1f90a36647a7d832b0d749398e084348252
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/at the cosplay convention_17_1.5.png ADDED

Git LFS Details

  • SHA256: 6205c671bd124ac065f219bae85e0f2ac33903d295d1da21661440b10593baf2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/at the cosplay convention_17_3.0.png ADDED

Git LFS Details

  • SHA256: ec780f8ccfaeedf0749cadb30a447daf23777f5e3fa4d3b93ef79c7cc27853fc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/at the cosplay convention_19_-1.5.png ADDED

Git LFS Details

  • SHA256: ec152ebc3870cee8b6c34bd2e78ea97c4b1a1ecfe580a60311a3085706580625
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/at the cosplay convention_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 61d53f2ec3ab183996ffbdf7e2635f377e5e9f9ed3096ef2e115e1bf001e742f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/at the cosplay convention_19_0.0.png ADDED

Git LFS Details

  • SHA256: ce4f4614cdfafee3dc1508729e14cbc01d9e252b728b2e86a29c57428460454d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/at the cosplay convention_19_1.5.png ADDED

Git LFS Details

  • SHA256: e9f8c6a25aad15b54a2312dad720354816bcbdbc20bd47719aa3090cce5358ca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/at the cosplay convention_19_3.0.png ADDED

Git LFS Details

  • SHA256: bf67d8962ab3e92362c9e5052c63c63c1a7c202382a6bdd2128219b12816c89f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/at the cosplay convention_20_-1.5.png ADDED

Git LFS Details

  • SHA256: a0f5d0c1b5629f697bb26a611a0159ffe23b8460edf1dbdac9a088f744205021
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/at the cosplay convention_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 5d4a142d5dc55fdc3add6ee25341c4dbe639cfc4fddfb75418cbcdf3ec9344af
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/at the cosplay convention_20_0.0.png ADDED

Git LFS Details

  • SHA256: 8d6d00d698b55ab48b3449f9907256ae3af0d0e13fdb214d702a59b0b617e1d0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/at the cosplay convention_20_1.5.png ADDED

Git LFS Details

  • SHA256: 203c527c28611aaf0ef6b60f8430a953af633546a7eb223feb2d9c62e87c9512
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/at the cosplay convention_20_3.0.png ADDED

Git LFS Details

  • SHA256: 03b233f78ca9c29a17aaea586d90060ee3ec84ff12bf5cb4a2c282062aa68164
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/at the cosplay convention_21_-1.5.png ADDED

Git LFS Details

  • SHA256: ab50dd4f511dee2c494c38db6c38ef6a6af644ae9b900b63a8ab9352ae2bdaf3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/at the cosplay convention_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 2ad0733c29d2c4164816b67c903982c43d9ef384228272b314c5918c8becddf9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/at the cosplay convention_21_0.0.png ADDED

Git LFS Details

  • SHA256: 9eff70e3ee84b17bfe3b77710d25ddcde3eb3ee734ae077a0e8f62ff3640c2e7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/at the cosplay convention_21_1.5.png ADDED

Git LFS Details

  • SHA256: c8fe5576c6ebdc206a3c2a246d4381cdbbf26f85257880ff1e079a23fd225c70
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/at the cosplay convention_21_3.0.png ADDED

Git LFS Details

  • SHA256: 4d2622b0ce2628608edbf016309c8018bd7e6efffa994064fc3ba7f37224b7a4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/at the cosplay convention_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 5cb5998f789a79e0c07fad6e0db0cbbb182aca0d419bb45244bd53fcbadba7f8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/at the cosplay convention_22_-3.0.png ADDED

Git LFS Details

  • SHA256: e35bbaa808462d03293d222d2d38e3b6219948d3516726e58d0c8aa80386f94c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/at the cosplay convention_22_0.0.png ADDED

Git LFS Details

  • SHA256: 91b44677fd001812d3b700b217d9a315338a851c8c2c1a6c9a205bb9ed469038
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/at the cosplay convention_22_1.5.png ADDED

Git LFS Details

  • SHA256: 27387d02409fb3ef90a171e262987c3ddc71f3728fb7d09f787db278861d1d55
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/at the cosplay convention_22_3.0.png ADDED

Git LFS Details

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