ntc-ai commited on
Commit
0ab8e75
1 Parent(s): fe3a843

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/funny looking.../funny looking_17_3.0.png"
6
+ widget:
7
+ - text: funny looking
8
+ output:
9
+ url: images/funny looking_17_3.0.png
10
+ - text: funny looking
11
+ output:
12
+ url: images/funny looking_19_3.0.png
13
+ - text: funny looking
14
+ output:
15
+ url: images/funny looking_20_3.0.png
16
+ - text: funny looking
17
+ output:
18
+ url: images/funny looking_21_3.0.png
19
+ - text: funny looking
20
+ output:
21
+ url: images/funny looking_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: "funny looking"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - funny looking (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/funny looking_17_-3.0.png" width=256 height=256 /> | <img src="images/funny looking_17_0.0.png" width=256 height=256 /> | <img src="images/funny looking_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/funny looking_19_-3.0.png" width=256 height=256 /> | <img src="images/funny looking_19_0.0.png" width=256 height=256 /> | <img src="images/funny looking_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/funny looking_20_-3.0.png" width=256 height=256 /> | <img src="images/funny looking_20_0.0.png" width=256 height=256 /> | <img src="images/funny looking_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
+ funny looking
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.funny-looking', weight_name='funny looking.safetensors', adapter_name="funny looking")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["funny looking"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, funny looking"
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 750+ 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
funny looking.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5bb79085a48cabeb821f8122a727c1b4f98b68068a56e52b448678b3f64dcec
3
+ size 8789076
images/funny looking_17_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 9f8018553838deb4991d46aacf2a8e29f650f762204c9613ed15c82f5ca285f9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/funny looking_17_0.0.png ADDED

Git LFS Details

  • SHA256: 51f5e93141441115089b2680795ebed4eb94eb235b1541d29e529e60a9f1e7ab
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/funny looking_17_1.5.png ADDED

Git LFS Details

  • SHA256: af10b6a4c3bc16ae9847f9e4ce3cd9e6f178942367e3e7c2d2192bee5c779cfd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/funny looking_17_3.0.png ADDED

Git LFS Details

  • SHA256: af3c7d51d57180e5373c5e39dbf5700da6875647ae50eddea48524033eb5ac10
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/funny looking_19_-1.5.png ADDED

Git LFS Details

  • SHA256: eccfed825f9ec783774c5457dad688919ef6349c7bf4e4473b1668066fbd26fa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/funny looking_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 2e7c9eada2433d653b3b04ca09a8e2396954a83e40c62f2c4ae8e8fcdd253587
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/funny looking_19_0.0.png ADDED

Git LFS Details

  • SHA256: 2317063190489439a540bca2c5fa6b147f7af0591a41327d391d43bce81712a5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/funny looking_19_1.5.png ADDED

Git LFS Details

  • SHA256: a39815aa7e37c73a69c6c7cd602b58c49777ae739cf834361ce40441053d91d9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/funny looking_19_3.0.png ADDED

Git LFS Details

  • SHA256: d13ba92c9c6c2fbf0c97ba8083caaa0cc5df93120b707f2eeb7c537f15e3ab91
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/funny looking_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 4327131c1f0a8593e93fb2277acde90adff9fd6fe27cece422996dbd9f8c877c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/funny looking_20_-3.0.png ADDED

Git LFS Details

  • SHA256: e24471a11996dd72b5db86569792c3f0444f94100af8d855e8623b79af5ea9ee
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/funny looking_20_0.0.png ADDED

Git LFS Details

  • SHA256: 534cf7bdbf5afa5bd00f1b5bac6830c94c2bcc297edd631de64a567a153d6f63
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/funny looking_20_1.5.png ADDED

Git LFS Details

  • SHA256: ce6bc997d23ab452eb5c2e9597f5d924560ddcf4c5039c54b7c7e0c8ef649814
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/funny looking_20_3.0.png ADDED

Git LFS Details

  • SHA256: 5ccd122ed4e7bfa598bea94c918ee527178bb2e7c7ed1ca9bfe6f8430e34c93e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/funny looking_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 671081b813c587632dd0c20beccf9a413c0656ce70ebe762455e5d27bbf5148e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/funny looking_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 40cd63563a2f161afeb4c85e49c52cd22c1a4515dca556a01f29639956395d6e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/funny looking_21_0.0.png ADDED

Git LFS Details

  • SHA256: e0570e92a7bf14da239f45b3783d1c0f19bf9e836f6cd2d4bcbcd4d338c9d12f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/funny looking_21_1.5.png ADDED

Git LFS Details

  • SHA256: 9e1712cb5792317ae36896b82e0d39c5e62849ba30c092472befd06d72d2571e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/funny looking_21_3.0.png ADDED

Git LFS Details

  • SHA256: a82b7b79b6368fc8f908467d4d37376f4770b2cd2079793195f4eabe70dfbd26
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/funny looking_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 2f62ee450d04b22618ab60192b1c99d806411a510e57eb09d2a8a095844c3a4a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/funny looking_22_-3.0.png ADDED

Git LFS Details

  • SHA256: be1626268e97543da96d2aaaa2e59f043287560ade6fd07a2a4dad6a56136998
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/funny looking_22_0.0.png ADDED

Git LFS Details

  • SHA256: a0934456ad7f15f2fdf7856087252fe6704185c4f50e3bb3bd67a8013e509887
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/funny looking_22_1.5.png ADDED

Git LFS Details

  • SHA256: 5b63149493595a843e4248c22324992f2c731cdfb49fd225c7ea7f9ad8202f3b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/funny looking_22_3.0.png ADDED

Git LFS Details

  • SHA256: 7de87f6326da9551644f6e23fe866a7db898e5a5930762a68524a9b8e2fd14f3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB