ntc-ai commited on
Commit
33dfc63
·
1 Parent(s): d2c04c6

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/van gogh...photographic/van gogh_17_3.0.png"
6
+ widget:
7
+ - text: van gogh
8
+ output:
9
+ url: images/van gogh_17_3.0.png
10
+ - text: van gogh
11
+ output:
12
+ url: images/van gogh_19_3.0.png
13
+ - text: van gogh
14
+ output:
15
+ url: images/van gogh_20_3.0.png
16
+ - text: van gogh
17
+ output:
18
+ url: images/van gogh_21_3.0.png
19
+ - text: van gogh
20
+ output:
21
+ url: images/van gogh_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: "van gogh"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - van gogh (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/van gogh_17_-3.0.png" width=256 height=256 /> | <img src="images/van gogh_17_0.0.png" width=256 height=256 /> | <img src="images/van gogh_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/van gogh_19_-3.0.png" width=256 height=256 /> | <img src="images/van gogh_19_0.0.png" width=256 height=256 /> | <img src="images/van gogh_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/van gogh_20_-3.0.png" width=256 height=256 /> | <img src="images/van gogh_20_0.0.png" width=256 height=256 /> | <img src="images/van gogh_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
+ van gogh
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.van-gogh', weight_name='van gogh.safetensors', adapter_name="van gogh")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["van gogh"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, van gogh"
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/van gogh_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 93707ca759eb129925303e4ab0a6b0fc303a2f905a2fc03aca2199bbe578b568
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/van gogh_17_-3.0.png ADDED

Git LFS Details

  • SHA256: ecbebefd3d5a27d89abc6218683e9005ee4322fa047756e1ec3ccb5eabce5bc4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/van gogh_17_0.0.png ADDED

Git LFS Details

  • SHA256: 953ba53507ea7e30a095481777d2d6956960648ac56bab0115114054465f581f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/van gogh_17_1.5.png ADDED

Git LFS Details

  • SHA256: 79ffc0c6c611239630e82fe521694d319382b27ae324744f7740d6cdbbc81589
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/van gogh_17_3.0.png ADDED

Git LFS Details

  • SHA256: 50fc57714f32c444e32c0540a8b6ef8a9aff025639e11cdba2b58be4a782a6f9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.84 MB
images/van gogh_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 715f6d6a98a74b64c9a95f667725ff6306007ad3a01887483fb6b1d1bf2b21b5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.21 MB
images/van gogh_19_-3.0.png ADDED

Git LFS Details

  • SHA256: dbd82b0182d212353a6b8d737e05ada78727ce6698a1932e6e42ae61392d73b8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/van gogh_19_0.0.png ADDED

Git LFS Details

  • SHA256: 97bd6f41e33ee53d45b6242dac6dac55c7fff25dcb5c0d78f60b0e6c30b8520d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.12 MB
images/van gogh_19_1.5.png ADDED

Git LFS Details

  • SHA256: 51f9c4bcb6c0c866398e4ad8b844fc55297def54c003a9e11ace3f38523e7d60
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/van gogh_19_3.0.png ADDED

Git LFS Details

  • SHA256: 8f6a0c8fc0d83d8e3bfa8dc084e7e96b545567104639b27da2fed9331f89e2d9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
images/van gogh_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 2e2e651b6c031a1bbee071f72428030be9d1dfe30abf02813c7e84deaaa39a6b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/van gogh_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 44f72a38b17da65e6b68a11f60aa8d7e3a10ffbe8991af0bd4a59a56d9ca2e04
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/van gogh_20_0.0.png ADDED

Git LFS Details

  • SHA256: cb8984a5e57d9a5ba9661eae13abce2ef35302a7e71cd4e8317be9f1c7c15c74
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/van gogh_20_1.5.png ADDED

Git LFS Details

  • SHA256: 7d42aefc205678fd4d0b80582054a9e8051c4ae8bc627fdb0eeb70194190d296
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/van gogh_20_3.0.png ADDED

Git LFS Details

  • SHA256: 6ddbe2ba851df7393ab6c530ce020d7c573e5d4c7beb461c55967fa66531f7a6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.83 MB
images/van gogh_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 31e1667223f68b6b242f210b97d1f00c895380da7033956a3f13ce4225679a4e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/van gogh_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 17ddab782735586e257424ce97a06137405f6eb1c942460d51618472c059481f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/van gogh_21_0.0.png ADDED

Git LFS Details

  • SHA256: f1d41157c30ffa9b19359fda7b22a029471dea7955784813fed0cb5954b78174
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/van gogh_21_1.5.png ADDED

Git LFS Details

  • SHA256: 51379ec5676cb3d82b500710ba931451e8e4267e0561be8acbfe1225d5387fd9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/van gogh_21_3.0.png ADDED

Git LFS Details

  • SHA256: a08d03e93a8458668fbaeb8ef6b034e2a8159a8adef7f5f1f92b32e05ca9c698
  • Pointer size: 132 Bytes
  • Size of remote file: 1.91 MB
images/van gogh_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 37f0330040478739125d67d1792ba89f8094c71df93d711ca699352fed6dfc4c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/van gogh_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 6c4643c4af1c1fc5e2ee1ae13b01c7d09f432f60845405f5436aee3acf0579f6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/van gogh_22_0.0.png ADDED

Git LFS Details

  • SHA256: afbd2186c9646db5682ec1f9052c6384362e2354a07ca602f31a7a57b8b782cd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/van gogh_22_1.5.png ADDED

Git LFS Details

  • SHA256: 1417153ad1173e81359f98774d9f0742e18db9f03ebe81a0dddf890b74821da0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/van gogh_22_3.0.png ADDED

Git LFS Details

  • SHA256: 7adb7f1159e258e350148fea12b1b2f50dd0b3fa03c4dfc2dbc84baf19d3bdda
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
van gogh.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c48d1496e8ff1686887d473e9c10804802db7597edf2b88415cee4236d75a4c
3
+ size 8789076