ntc-ai commited on
Commit
ff476eb
1 Parent(s): 417129c

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/oil painting...hair down/oil painting_17_3.0.png"
6
+ widget:
7
+ - text: oil painting
8
+ output:
9
+ url: images/oil painting_17_3.0.png
10
+ - text: oil painting
11
+ output:
12
+ url: images/oil painting_19_3.0.png
13
+ - text: oil painting
14
+ output:
15
+ url: images/oil painting_20_3.0.png
16
+ - text: oil painting
17
+ output:
18
+ url: images/oil painting_21_3.0.png
19
+ - text: oil painting
20
+ output:
21
+ url: images/oil painting_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: "oil painting"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - oil painting (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/oil painting_17_-3.0.png" width=256 height=256 /> | <img src="images/oil painting_17_0.0.png" width=256 height=256 /> | <img src="images/oil painting_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/oil painting_19_-3.0.png" width=256 height=256 /> | <img src="images/oil painting_19_0.0.png" width=256 height=256 /> | <img src="images/oil painting_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/oil painting_20_-3.0.png" width=256 height=256 /> | <img src="images/oil painting_20_0.0.png" width=256 height=256 /> | <img src="images/oil painting_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
+ oil painting
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.oil-painting', weight_name='oil painting.safetensors', adapter_name="oil painting")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["oil painting"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, oil painting"
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 1040+ 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/oil painting_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 0c3974d62867d6bebf15638ab2fd7173837cc9fe5bd6f92b7c2b0551f28d5585
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/oil painting_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 9eaa64ccd9658ceaad506bdba2b97369c72f74c9c3f139506c083194549705eb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/oil painting_17_0.0.png ADDED

Git LFS Details

  • SHA256: 86d00841e75969e8d1c0c6596b4da81f3c9de70fe0f74497dd932cc0c6edd212
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/oil painting_17_1.5.png ADDED

Git LFS Details

  • SHA256: 95d74e346cd48c47962bd68246235ded39396cc01919b3f552783e4804cd86bc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/oil painting_17_3.0.png ADDED

Git LFS Details

  • SHA256: aa3aff0774042bfa69ca8b969169bf18feb4069b53c61ec74017b8f894af8111
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/oil painting_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 2d5b20dfaf4f9391123934d7cc33391fc50bb2716274e359d8dce161d8006314
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/oil painting_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 6bd0beb5157d9115882eefcb71a34448fa8adc5a68024e07c4640de77f4b9914
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/oil painting_19_0.0.png ADDED

Git LFS Details

  • SHA256: 7e0a058509eaee71ae4c5aa263547ae99039c198c5acc461c6db6219be236cfc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/oil painting_19_1.5.png ADDED

Git LFS Details

  • SHA256: 569002f75e12c192adf7077c761a50c1ce47a1c6d100e9e3f2981ff7c5a8a536
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/oil painting_19_3.0.png ADDED

Git LFS Details

  • SHA256: 13d4699cb0abf49317776191fc5795ada2091d1903d9d375c2a645ee47fbe695
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/oil painting_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 1fafcf83ce30559d64044afd952b95da071d4fc19188ae6c7415d87a82f0f1ab
  • Pointer size: 132 Bytes
  • Size of remote file: 1.93 MB
images/oil painting_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 3e3cbbefa95521dc93f7f7003d4c3c96518fb87a01c07df90c90980d2c9ad9e6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.98 MB
images/oil painting_20_0.0.png ADDED

Git LFS Details

  • SHA256: bd3d06678357b6e4c246a9d08df3b83865d300cb824a8a9930a91bf76614d632
  • Pointer size: 132 Bytes
  • Size of remote file: 1.89 MB
images/oil painting_20_1.5.png ADDED

Git LFS Details

  • SHA256: 9e23d800a4e56894869444a6f8bad28e28f3d196b7be3c99a7b0437f2dffa00e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/oil painting_20_3.0.png ADDED

Git LFS Details

  • SHA256: 95def4b2772690fff2bf04b38289623b75654c8ad521d1b33d1484fd91d0400c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/oil painting_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 6b0a03d2c218206ffd7f0a849ad1b6fa966c2adbfcbfb7b2852b41bc095fceb1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.65 MB
images/oil painting_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 54b251f8a265596c31b4724e28b29282c31a7af0090ccf03350ea53f7121bf79
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/oil painting_21_0.0.png ADDED

Git LFS Details

  • SHA256: 349d4dc02f91b682ce18f800cb4f8286a58a827f1421fd475a34fbbae6c172bb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/oil painting_21_1.5.png ADDED

Git LFS Details

  • SHA256: 474d6a044c5f4ef0a6bb9283c065b7c599f47ffe372709d5ba14de39872b0f3b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/oil painting_21_3.0.png ADDED

Git LFS Details

  • SHA256: 2130bef67c7ab12a7f61c3cc8200572e90bfa487f11f39e9698a7a524fef250a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/oil painting_22_-1.5.png ADDED

Git LFS Details

  • SHA256: d3dd9743eadab77d2f6e26fa4e41916b3bac3eb175b6ff7c9983741debf80f66
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/oil painting_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 27edfb8d1562a7af763c0d2e856b2547413e4b8917b485eda03bb99a38806839
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/oil painting_22_0.0.png ADDED

Git LFS Details

  • SHA256: 4b74c3e1537feab7f340e79d2056e0b9356b53bd84730d7b987088036927f1f5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/oil painting_22_1.5.png ADDED

Git LFS Details

  • SHA256: 232ad760e2c5e19039bea4fb6bba85fc9cf0e79f2ec7fa6fb8e09496efab891d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/oil painting_22_3.0.png ADDED

Git LFS Details

  • SHA256: 15915e65f93fd67b29c65510b5b596eb8e3f75bfafb9bdee4a845eefab0c1d35
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
oil painting.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76939f71a95487755ef3eca62f82e7156bca8b682fc054d978d56d8f47bf4368
3
+ size 8789076