ntc-ai commited on
Commit
065733e
1 Parent(s): 93c3e93

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/overenthusiastic...unenthusiastic/overenthusiastic_17_3.0.png"
6
+ widget:
7
+ - text: overenthusiastic
8
+ output:
9
+ url: images/overenthusiastic_17_3.0.png
10
+ - text: overenthusiastic
11
+ output:
12
+ url: images/overenthusiastic_19_3.0.png
13
+ - text: overenthusiastic
14
+ output:
15
+ url: images/overenthusiastic_20_3.0.png
16
+ - text: overenthusiastic
17
+ output:
18
+ url: images/overenthusiastic_21_3.0.png
19
+ - text: overenthusiastic
20
+ output:
21
+ url: images/overenthusiastic_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: "overenthusiastic"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - overenthusiastic (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/overenthusiastic_17_-3.0.png" width=256 height=256 /> | <img src="images/overenthusiastic_17_0.0.png" width=256 height=256 /> | <img src="images/overenthusiastic_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/overenthusiastic_19_-3.0.png" width=256 height=256 /> | <img src="images/overenthusiastic_19_0.0.png" width=256 height=256 /> | <img src="images/overenthusiastic_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/overenthusiastic_20_-3.0.png" width=256 height=256 /> | <img src="images/overenthusiastic_20_0.0.png" width=256 height=256 /> | <img src="images/overenthusiastic_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
+ overenthusiastic
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.overenthusiastic', weight_name='overenthusiastic.safetensors', adapter_name="overenthusiastic")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["overenthusiastic"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, overenthusiastic"
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 510+ 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
images/overenthusiastic_17_-1.5.png ADDED

Git LFS Details

  • SHA256: a078c2448265f9ba8fee79574251c320852f3ef34ba30178c9a10014b1051b23
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/overenthusiastic_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 07acaea6fe3be3b2a0f1414a66124557a7f7d43efaa40b38f9539aee9b37c4ee
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/overenthusiastic_17_0.0.png ADDED

Git LFS Details

  • SHA256: 34040458e6aba2b31800e5bcdd64b3989afa28614b5ac876bf8d1cd5a10fe36f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/overenthusiastic_17_1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 90a233e913b4f84209c2690352967569312644d6843a77d093b75a5a26eafef6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/overenthusiastic_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 688645e9eb24024cdcf994b0ec952e85df245a1fcf216a56626aa22413274ed9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/overenthusiastic_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 15b89578be76cd4cddafb45916a316f4ccfc777f3620461a32699505092e89a1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/overenthusiastic_19_0.0.png ADDED

Git LFS Details

  • SHA256: 2a32417bc7543824b0593b9a3bf85842a67891b2a4ccb1ead8ce81cd488d13da
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/overenthusiastic_19_1.5.png ADDED

Git LFS Details

  • SHA256: 46bf618b6656de1bb686f4c372c5f62b7d0b57f792e9ac05d4b2cf2278c564a2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/overenthusiastic_19_3.0.png ADDED

Git LFS Details

  • SHA256: 5c5c5c796c977c5fd4abfaf0d754159a814cf55eb2d57aa9ef0038280409aba5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/overenthusiastic_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 445a12ce08778c33c5d623c7d2513283b486de86037240a2c8349d382b557241
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/overenthusiastic_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 4f2dc9546535f41a914e2c05f89b8618a6c658312adddbb0d8fedc9d2c282661
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/overenthusiastic_20_0.0.png ADDED

Git LFS Details

  • SHA256: 13ec80abee7191d3e4ac2f6b9946c96058bb28517686c4448f51fc077210a0f1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/overenthusiastic_20_1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 086dd87c958dc755339ab34c692dfef7084690e779d8cb57c237013bba163564
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/overenthusiastic_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 5a4309cdb765d115e29a1d0b1174b8cc044c7f9886f85e3f8d567f96b48d15d1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/overenthusiastic_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 26cc0fc9ec215ce7bbe6bc7c55f2fc9505f0c0d843cbca890fc471692499ae0e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/overenthusiastic_21_0.0.png ADDED

Git LFS Details

  • SHA256: 4e6f72e0dcaee6bf2dcf2d83cb997cfecf549204a227a728e3eba266208c2f25
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/overenthusiastic_21_1.5.png ADDED

Git LFS Details

  • SHA256: 16a49335bb7ae5156fed4e37b96ed9f2c23c63f03d7022cb39ee274ad0a1689a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/overenthusiastic_21_3.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: b56adc9e248fa615e7523108a6fd5cee68ca1162dcae86ea396a4029ec6b9a37
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/overenthusiastic_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 691e695e6b14d02bb018e84abb6b813efc4e5c736d396e94046da06ddb13aadf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/overenthusiastic_22_0.0.png ADDED

Git LFS Details

  • SHA256: 96a226f9ba899192512a3182fe7acf9ff4d56322181ad75fd80d7d1602804579
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/overenthusiastic_22_1.5.png ADDED

Git LFS Details

  • SHA256: 1ca99644c08d4fe41fb2c579c1ef5ac8f9786c7f8eb1fda1386926eec8596f60
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/overenthusiastic_22_3.0.png ADDED

Git LFS Details

  • SHA256: 73dde99e67f4cf3b1aba8517647c35186ab1e5bf3134df8653ee4a629b4b43cc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
overenthusiastic.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cc4db0631c81fbb5cf7a332d7f2ba202680af5744dbea9db05cc0e56fa72d4d
3
+ size 8789076