ntc-ai commited on
Commit
f9bb224
1 Parent(s): e682922

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/waving hello.../waving hello_17_3.0.png"
6
+ widget:
7
+ - text: waving hello
8
+ output:
9
+ url: images/waving hello_17_3.0.png
10
+ - text: waving hello
11
+ output:
12
+ url: images/waving hello_19_3.0.png
13
+ - text: waving hello
14
+ output:
15
+ url: images/waving hello_20_3.0.png
16
+ - text: waving hello
17
+ output:
18
+ url: images/waving hello_21_3.0.png
19
+ - text: waving hello
20
+ output:
21
+ url: images/waving hello_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: "waving hello"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - waving hello (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/waving hello_17_-3.0.png" width=256 height=256 /> | <img src="images/waving hello_17_0.0.png" width=256 height=256 /> | <img src="images/waving hello_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/waving hello_19_-3.0.png" width=256 height=256 /> | <img src="images/waving hello_19_0.0.png" width=256 height=256 /> | <img src="images/waving hello_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/waving hello_20_-3.0.png" width=256 height=256 /> | <img src="images/waving hello_20_0.0.png" width=256 height=256 /> | <img src="images/waving hello_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
+ waving hello
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.waving-hello', weight_name='waving hello.safetensors', adapter_name="waving hello")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["waving hello"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, waving hello"
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 1070+ 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/waving hello_17_-1.5.png ADDED

Git LFS Details

  • SHA256: c3814f555b85a951272cf03167303bec4411143740b5efbe5edc4850724e3f58
  • Pointer size: 132 Bytes
  • Size of remote file: 1.85 MB
images/waving hello_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 51e6c1c00dcf920192867701836450f9b6fdb27a3e5f3de74651b223901b2c72
  • Pointer size: 132 Bytes
  • Size of remote file: 1.86 MB
images/waving hello_17_0.0.png ADDED

Git LFS Details

  • SHA256: 7c41fb9622c03f2ece6fa585c5fcabfbf3cb33e5c96134397a9320f193c93f6b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.84 MB
images/waving hello_17_1.5.png ADDED

Git LFS Details

  • SHA256: 4c9cd651317c9b0c3982d049a6273e204ea910738bb000669d1e6c3796d5e53c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.83 MB
images/waving hello_17_3.0.png ADDED

Git LFS Details

  • SHA256: 36cf6ce751ad1b99f29cdf3464664863e91308f818e5c0272f077d230a3cd9b8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.79 MB
images/waving hello_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 9f76e7acae16097e7763754515047a5988b47be7ba30e975bcd09876cc280b6c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/waving hello_19_-3.0.png ADDED

Git LFS Details

  • SHA256: dafb31ba1291237c162df329764d9a8c44a0e2fdd257082f1df444fcc856a396
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/waving hello_19_0.0.png ADDED

Git LFS Details

  • SHA256: 5c3233905c377ee72a0c199d471c39d2be28d10c190ae789c5bae1d4108260b3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/waving hello_19_1.5.png ADDED

Git LFS Details

  • SHA256: 156b3cf70450296437992f87893dcd244215545f552ae1e565e6e74ac86e4dc0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/waving hello_19_3.0.png ADDED

Git LFS Details

  • SHA256: a0c3196e3545192a5a2f9fcbde7fb28c8bdb87e273503d9e26a1ad5f856fb28a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/waving hello_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 3ee8a1654723d551990b4d75373b765c313dc978fb7d66f0a5c01e932f37d661
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/waving hello_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 379d11839d1b2cdcbc3574ea2718f93da4791ed83cda0c5080d57830e2ff1156
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/waving hello_20_0.0.png ADDED

Git LFS Details

  • SHA256: f90e528efdff83f35b32fdc0e42132fc23b2839a445c06276e477fe1aa5f7062
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/waving hello_20_1.5.png ADDED

Git LFS Details

  • SHA256: c3b4569c4eecc81ee7a101f263ae5477731cc73da960d25a9b07a5bb5f6c5e89
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/waving hello_20_3.0.png ADDED

Git LFS Details

  • SHA256: bd1c6eeef807a1f6244475b50bcd4a3d19d0b55db632745c0cee18a653861a43
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/waving hello_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 8c27c5319fbf4cf52d1ab71ccb6acbbafaccd608f32bcece71f550a724806807
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/waving hello_21_-3.0.png ADDED

Git LFS Details

  • SHA256: b57506df2dd6c9fd6ae72b69f4d5cab4a8cc99ffa0ed8af2d0d234efb3509dd1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/waving hello_21_0.0.png ADDED

Git LFS Details

  • SHA256: 6867451b6126d767c3c6fb14af61ece8aa567b9f2c11e965537d757ce77a0199
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/waving hello_21_1.5.png ADDED

Git LFS Details

  • SHA256: f51a406ea8f78748c3b104037db13e28f2208d88ac256a6b61aa0e34af5d4daf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/waving hello_21_3.0.png ADDED

Git LFS Details

  • SHA256: 3e48192e1adda51111a13b63ad14ef7bb3341b87887c901fcb340278f5d1fba0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/waving hello_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 3bcdd0c42a2ec6f3b28c2909de92959efde2d8edb4709a6c22e64e847246f082
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/waving hello_22_-3.0.png ADDED

Git LFS Details

  • SHA256: e4a841f2b807964f9023f6ae595ed0b9b64b96a20e903ee610f143792fba5697
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/waving hello_22_0.0.png ADDED

Git LFS Details

  • SHA256: f948c0a6d96e6a54b416bcc4836dfad42afbd1baeb7242ed3cc8c25bfc260743
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/waving hello_22_1.5.png ADDED

Git LFS Details

  • SHA256: 204c879aaadc062f735f79fee312f74952fad78f15b2cf60a360427e13cbc7b4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/waving hello_22_3.0.png ADDED

Git LFS Details

  • SHA256: 32ac3b997a00835efafb175ba551b11bb3c739d0c64ac5b22f24a0954db223f0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
waving hello.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd99a093d68a8766550c1ec3e6fdb9c92b4b183d3f7a4caaa60ea4ecead4eeee
3
+ size 8789076