ntc-ai commited on
Commit
4f37a36
1 Parent(s): c9711c6

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/anime...realistic/anime_17_3.0.png"
6
+ widget:
7
+ - text: anime
8
+ output:
9
+ url: images/anime_17_3.0.png
10
+ - text: anime
11
+ output:
12
+ url: images/anime_19_3.0.png
13
+ - text: anime
14
+ output:
15
+ url: images/anime_20_3.0.png
16
+ - text: anime
17
+ output:
18
+ url: images/anime_21_3.0.png
19
+ - text: anime
20
+ output:
21
+ url: images/anime_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: "anime"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - anime (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/anime_17_-3.0.png" width=256 height=256 /> | <img src="images/anime_17_0.0.png" width=256 height=256 /> | <img src="images/anime_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/anime_19_-3.0.png" width=256 height=256 /> | <img src="images/anime_19_0.0.png" width=256 height=256 /> | <img src="images/anime_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/anime_20_-3.0.png" width=256 height=256 /> | <img src="images/anime_20_0.0.png" width=256 height=256 /> | <img src="images/anime_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
+ anime
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.anime', weight_name='anime.safetensors', adapter_name="anime")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["anime"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, anime"
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 240+ 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
anime.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:996f4ac936d328c0db1c8c43abe6e1b1ae92c61416fd5df5d6d3787c3e5ccf7b
3
+ size 8789076
images/anime_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 04e5d66f8fc2ab68a9f3a796ed63c0cfc78ce4d186b8a46d569eed82a7de640a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/anime_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 2abc6ede3c8431652b13ac302f6e6c0db91484ddbedece5a786b565d7af81999
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/anime_17_0.0.png ADDED

Git LFS Details

  • SHA256: 4c4d325ef7c18241e555a01e1eb600c6d127b30b83d354fa4e5dead79bcf8432
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/anime_17_1.5.png ADDED

Git LFS Details

  • SHA256: ca20b2ce74d39cf634906f43f8f57ea993c3e8c4733233d65d208c5e52258061
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/anime_17_3.0.png ADDED

Git LFS Details

  • SHA256: aa06f689f89e21c9d23f00aa5223e8fd2a11920fffb98a3434723f9a36d45e27
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/anime_19_-1.5.png ADDED

Git LFS Details

  • SHA256: f7c534abf45b307f120afac6c8f6d7b94d5f5df5458dd1d93e482b14038c1748
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB
images/anime_19_-3.0.png ADDED

Git LFS Details

  • SHA256: c7a530d077f72713f11e01b76574934dcde3480b11494947f55c50991596fa2f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB
images/anime_19_0.0.png ADDED

Git LFS Details

  • SHA256: f91a89289696a6095d833258c963467918226d9559e6592fe674c31980e73897
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB
images/anime_19_1.5.png ADDED

Git LFS Details

  • SHA256: c15b72280d2e485792d275c97ed316e0e69512431b96cb19667c30789ce1957a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
images/anime_19_3.0.png ADDED

Git LFS Details

  • SHA256: d6e8e0d90bd8b0b190c65534e0384e2d97089792fa94f081388991bd1edf3aec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/anime_20_-1.5.png ADDED

Git LFS Details

  • SHA256: c78988d886e945ecdaf5236e1bf8ce59d07ec429c29fbc57e7d80797e3b49ecd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/anime_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 7a1d7b46ecdaba079a3af9ce396877b1fcfd948d378464e90d5a829ef1c699e4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/anime_20_0.0.png ADDED

Git LFS Details

  • SHA256: c9f85d1d97da1316970b28798804b2d78a0827a5b0dbfe4d7704b6dc22b3b240
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/anime_20_1.5.png ADDED

Git LFS Details

  • SHA256: edfc6e10fae18f5934c839050c389bce50298391b4e6e64311a3e3f0db733d20
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/anime_20_3.0.png ADDED

Git LFS Details

  • SHA256: 091dffaca1fac209968c362033812c11b355dfbc47f1f69bbfec96a6fb8ce517
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/anime_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 61c802405b74fafdb1b8aed09c9def45cf89ad51826500181f6faeac64d85085
  • Pointer size: 132 Bytes
  • Size of remote file: 1.85 MB
images/anime_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 4facc6bd9fefd023026b57607bbf88a24d6b2aed6d4d12c7d9eae3bbfe605284
  • Pointer size: 132 Bytes
  • Size of remote file: 1.88 MB
images/anime_21_0.0.png ADDED

Git LFS Details

  • SHA256: ef10a9939af868f4f8e9a09131505c178ca81bfe64b551663a68915d78b9ff8b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.82 MB
images/anime_21_1.5.png ADDED

Git LFS Details

  • SHA256: 8bb029da7ad6e3a5e20fdfe3e8a2911890b50da8616d771cfcc58f314e000afb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.79 MB
images/anime_21_3.0.png ADDED

Git LFS Details

  • SHA256: b6407112e273962b1eb301c26ea61519c5c7f936e221cee9cf223ba5c42b2c95
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
images/anime_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 5428579bdac38c7d2d5270fb3ab474f5eea7ee36d4758b175f8dc4ebb80a2beb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/anime_22_-3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 14f4e3222b6228ff9f6be38b224c5948cc38bc8b0a361ea726a5f840ca393135
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/anime_22_1.5.png ADDED

Git LFS Details

  • SHA256: 93f86f961010197ff7db503dcc2375f7137fc9756f618c538b69a7203b52575d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/anime_22_3.0.png ADDED

Git LFS Details

  • SHA256: a987c1fe08edb3de137c11a6c47320630a2c17b94d1aff3933b306e2d874e5a8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB