ntc-ai commited on
Commit
ae7ee61
1 Parent(s): a47aead

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/pixar-style...realistic/pixar-style_17_3.0.png"
6
+ widget:
7
+ - text: pixar-style
8
+ output:
9
+ url: images/pixar-style_17_3.0.png
10
+ - text: pixar-style
11
+ output:
12
+ url: images/pixar-style_19_3.0.png
13
+ - text: pixar-style
14
+ output:
15
+ url: images/pixar-style_20_3.0.png
16
+ - text: pixar-style
17
+ output:
18
+ url: images/pixar-style_21_3.0.png
19
+ - text: pixar-style
20
+ output:
21
+ url: images/pixar-style_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: "pixar-style"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - pixar-style (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/pixar-style_17_-3.0.png" width=256 height=256 /> | <img src="images/pixar-style_17_0.0.png" width=256 height=256 /> | <img src="images/pixar-style_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/pixar-style_19_-3.0.png" width=256 height=256 /> | <img src="images/pixar-style_19_0.0.png" width=256 height=256 /> | <img src="images/pixar-style_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/pixar-style_20_-3.0.png" width=256 height=256 /> | <img src="images/pixar-style_20_0.0.png" width=256 height=256 /> | <img src="images/pixar-style_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
+ pixar-style
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.pixar-style', weight_name='pixar-style.safetensors', adapter_name="pixar-style")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["pixar-style"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, pixar-style"
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 260+ 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/pixar-style_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 39a01b7e67b93731ed1c192d1a6e80cbf6235bc3879e8e669ec411c933eba848
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/pixar-style_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 30ebd01d6c8d26c325916b86c84214240b1322ca0e7a0d4557731f844b084f3b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/pixar-style_17_0.0.png ADDED

Git LFS Details

  • SHA256: b87fab478b1f556a01918672c596cb0a583190155494c24a015ed4ca838c3053
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/pixar-style_17_1.5.png ADDED

Git LFS Details

  • SHA256: d55eedff2381b45c821d16a76bddf6014da997e031f5528297fa4db791c6de35
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/pixar-style_17_3.0.png ADDED

Git LFS Details

  • SHA256: a0c931c68889a7faa3f08b74490d75cb790446676d59b68d9cf900e8fe0954b1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/pixar-style_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 0158bbbdd390c3b5fab522ece68fb1ac612d56a026e8d4eec888174cecfe2734
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/pixar-style_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 2bf0c5c169dacfe241e51880767f1f58afd5a4ef1768d850b6dc70a2e8ff5423
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/pixar-style_19_0.0.png ADDED

Git LFS Details

  • SHA256: d0de30fab795e6eeb3a7986729ab75d47f3c78c5c67ce2bd918d79a34dfd514e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/pixar-style_19_1.5.png ADDED

Git LFS Details

  • SHA256: 9371a1c311ebb299fa7dc89f6a54f6fadca11b8f0f129b65b174db45f9297b5e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/pixar-style_19_3.0.png ADDED

Git LFS Details

  • SHA256: a4babb1f8b7b34849286d2b52295b7ada937d31f0cad65cef7801962c6b9d4c4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/pixar-style_20_-1.5.png ADDED

Git LFS Details

  • SHA256: fbef534572489dbd55bbbacb28286cd8ff700858cbd30752876fb1a7e2929c7e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/pixar-style_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 3683dc7f6104a692d94ca26c7a941935428cb07e818634f59f29e4424e6d6aa5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/pixar-style_20_0.0.png ADDED

Git LFS Details

  • SHA256: d67c3f5dfe3dde2be9b2b3ce6440102d6b9b67f8db5ef0b3a82bcb51e9baaa8e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/pixar-style_20_1.5.png ADDED

Git LFS Details

  • SHA256: f910edfa669a262a19bbacc11855b905b968b03817894b714a44c49220aa9e9d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/pixar-style_20_3.0.png ADDED

Git LFS Details

  • SHA256: 03265b89379f3e70542b9d9282501abd94702066102295e93f98d2d73ff75785
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/pixar-style_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 92ea0fe59ae8f714d619e4829256c81eb301fceb4b224282be2ed43e2a4c3b8f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/pixar-style_21_-3.0.png ADDED

Git LFS Details

  • SHA256: f7bd7e355d2b36acaee5539551620a0c21378a4cc4ebd71f28ae65685be5e5d1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/pixar-style_21_0.0.png ADDED

Git LFS Details

  • SHA256: d7ddaa52ddf46ebb184b055bfaeab17b28b6e4afd04726809545ab942149a213
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/pixar-style_21_1.5.png ADDED

Git LFS Details

  • SHA256: 044687b1a0cd6a81a9688531bc908e10f902b574aad43048c1f4e621d4fe9215
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/pixar-style_21_3.0.png ADDED

Git LFS Details

  • SHA256: 42bbefc273d23bb3e5c66a04d3e24dfa7631b27fac06bab7f7a0574dfd971347
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/pixar-style_22_-1.5.png ADDED

Git LFS Details

  • SHA256: bbe033a4e42b54621960f484a2878c1df38a63b4b3bb174a3dc874c262446aef
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/pixar-style_22_-3.0.png ADDED

Git LFS Details

  • SHA256: f761086029fd7f32263c8dd16a72248ad2e3fc258d26ad81e38c4a049a2bda54
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/pixar-style_22_0.0.png ADDED

Git LFS Details

  • SHA256: 117a99693d078b32ea692ff2473950e20eec76ff7a46bebf897646128938ad1b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/pixar-style_22_1.5.png ADDED

Git LFS Details

  • SHA256: 27a49c741966c84a67234130cd4b2fd00f9b99474f591d228c13fb5c858de0a4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/pixar-style_22_3.0.png ADDED

Git LFS Details

  • SHA256: e4cfabe3c915116063b967e10bf8f8ac83785cf2377a37c627f4c93d1df58ee1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
pixar-style.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52069425bffb7428c3610130ac59c23e3e6a192e37226f2ff4cf229118845e97
3
+ size 8789076