ntc-ai commited on
Commit
d9ce862
1 Parent(s): 92135db

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/sitcom star...person/sitcom star_17_3.0.png"
6
+ widget:
7
+ - text: sitcom star
8
+ output:
9
+ url: images/sitcom star_17_3.0.png
10
+ - text: sitcom star
11
+ output:
12
+ url: images/sitcom star_19_3.0.png
13
+ - text: sitcom star
14
+ output:
15
+ url: images/sitcom star_20_3.0.png
16
+ - text: sitcom star
17
+ output:
18
+ url: images/sitcom star_21_3.0.png
19
+ - text: sitcom star
20
+ output:
21
+ url: images/sitcom star_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: "sitcom star"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - sitcom star (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/sitcom star_17_-3.0.png" width=256 height=256 /> | <img src="images/sitcom star_17_0.0.png" width=256 height=256 /> | <img src="images/sitcom star_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/sitcom star_19_-3.0.png" width=256 height=256 /> | <img src="images/sitcom star_19_0.0.png" width=256 height=256 /> | <img src="images/sitcom star_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/sitcom star_20_-3.0.png" width=256 height=256 /> | <img src="images/sitcom star_20_0.0.png" width=256 height=256 /> | <img src="images/sitcom star_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
+ sitcom star
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.sitcom-star', weight_name='sitcom star.safetensors', adapter_name="sitcom star")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["sitcom star"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, sitcom star"
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
images/sitcom star_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 0b137dc7e07c3dba74520a014c3143f176a1f5086ca07407bba853b11adc7af4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/sitcom star_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 0462d8ba2d50f76e90c07482cbf77d360080540f940b59050202ff6a63e179c5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/sitcom star_17_0.0.png ADDED

Git LFS Details

  • SHA256: 02a5f8702518135ec50ff2615ab9275885b8b40c4ed4d06d4a4621e3e2d91041
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/sitcom star_17_1.5.png ADDED

Git LFS Details

  • SHA256: d8ea27aedd0b3fbf1cfd9f4b9bffa3a0f79e41294b3bbd19d2bcb74510c7a614
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/sitcom star_17_3.0.png ADDED

Git LFS Details

  • SHA256: 67e29a733070b78c7f7d2da00eeefbd4e5d8296b017f16d61c9f8de09e3bf731
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/sitcom star_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 53e761943787f839b014f4ada09baa507542204e5b5bdde2ae1821e4057d835e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/sitcom star_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 6fb12910c5b546aa424fbc498cb1bf8aa4cc0f91e368d5d2e023d1f8a09cc9a5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/sitcom star_19_0.0.png ADDED

Git LFS Details

  • SHA256: 4c59db31fc204ea01927091783f67e432390cf1a5673227df886fa68dcbcf03f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/sitcom star_19_1.5.png ADDED

Git LFS Details

  • SHA256: a2425a30828df63a2d5c6f541767ac1b3e1ad30b50800e6372628f37869490b3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/sitcom star_19_3.0.png ADDED

Git LFS Details

  • SHA256: f1b93e34d9f27a38d689b843ab459699e2e0c17012ad87bab7b57a9c1cf567d6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/sitcom star_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 6c76612ae78e7fc28f057bc3cbe217db1b9c198fddbc1cf25489c667a1d97069
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/sitcom star_20_-3.0.png ADDED

Git LFS Details

  • SHA256: fd25021209b8d1f43e01ca3e1178da89ec004fe7779ad5a93eaeb03a53a27476
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/sitcom star_20_0.0.png ADDED

Git LFS Details

  • SHA256: 7d9c458bdb598ffabb3f354c51202e849f71d3489f8086ee269d10211e33708e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/sitcom star_20_1.5.png ADDED

Git LFS Details

  • SHA256: 846bc4b118de977137ab2edad7428bcca5dd037ec0a670920ce34f47ffe386f9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/sitcom star_20_3.0.png ADDED

Git LFS Details

  • SHA256: 40687884967223e10f40d87b43ccf801199a2e423b0fc22d8bd88470c8a3a162
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/sitcom star_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 23c1e58940290a67b18c272eaf16a8f7c8a6dffff1371a8d6b2a4734a52a1bf9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/sitcom star_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 6693adff22c2d2e26651b640df8da3b53bb4592976d81e752c943196e380346d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/sitcom star_21_0.0.png ADDED

Git LFS Details

  • SHA256: 99737fc250a1a0845f44779fe1e0f329f986d928918631e8e1a68ae63c175e81
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/sitcom star_21_1.5.png ADDED

Git LFS Details

  • SHA256: 81d934dcc7771f3c60e98d43b59f9d1249b6d24cf0e284adc62d3bb85f936b77
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/sitcom star_21_3.0.png ADDED

Git LFS Details

  • SHA256: 89d14784185887b8f28f7daecdbcd6866eebd84271331d7b8e23a86b7525185e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/sitcom star_22_-1.5.png ADDED

Git LFS Details

  • SHA256: f1b229cb13073a380834ea6fb5bacac0555a8798e1435b0383bc42cf12d77ca0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/sitcom star_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 3ed75efba8e219f8dee41917554d9e30398b621c75eba5298fe06493cc30134d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/sitcom star_22_0.0.png ADDED

Git LFS Details

  • SHA256: 595ac1d4e80e7ae25594266dddc93650778d50024609aea41b8930315ad6def4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/sitcom star_22_1.5.png ADDED

Git LFS Details

  • SHA256: 8710942b0883aac12e98589e53e6d827e710e8656819e4ffb87ae7869543b7c6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/sitcom star_22_3.0.png ADDED

Git LFS Details

  • SHA256: 8e195157d09f089d33c1cfd35fe7bbf518e0a2e3f3d7bea2c7eb7e0e373a21ac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
sitcom star.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff586f9930acfa537d86bbd65a3d8a60846aefcb2902afaedcd755892e2db1e5
3
+ size 8789076