ntc-ai commited on
Commit
5d6586a
1 Parent(s): 78ebcd8

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

Git LFS Details

  • SHA256: e3b900d0449806901fc29167f637130a6f048b4d9d97c70d6f5f1f6bf8a71098
  • Pointer size: 132 Bytes
  • Size of remote file: 1.85 MB
images/epic oil painting_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 338cdc2e5a4d88876624592a182a5c79cbe1042fc3ffa0ef0870a1816c96762d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.96 MB
images/epic oil painting_17_0.0.png ADDED

Git LFS Details

  • SHA256: 9a4e59018c9e941a2fa32cdcc2f7f6376790a4b0dabeb2b497a914e7795f1e72
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
images/epic oil painting_17_1.5.png ADDED

Git LFS Details

  • SHA256: 69d52acd65794e231171d22caf0390929bcf67ec1ae5095cd1b3125308cc25dd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/epic oil painting_17_3.0.png ADDED

Git LFS Details

  • SHA256: 712ae0673299d0bd16824afbdd8e8e86c6234ddfb633ef195fcdfe55ce90f501
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/epic oil painting_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 1868bd27a8a9ced6e4b4a48640d1936c6a8d13be368e82fd641a1d330a2379e9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/epic oil painting_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 99741aca95b9a41e91f127adb43c8c9b192eae6f0e16d82a59574a18ac30d992
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/epic oil painting_19_0.0.png ADDED

Git LFS Details

  • SHA256: b8874ff622485a6930469913cea5cb82c32e6492031828eb7d1aad56a597380f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/epic oil painting_19_1.5.png ADDED

Git LFS Details

  • SHA256: 34e4fdb0c05f1c2cb7ed78144a1d24ecf4bf905c4b016369393046d285a1c241
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/epic oil painting_19_3.0.png ADDED

Git LFS Details

  • SHA256: 91bde0e90eaad0f84117d1685ba59af3fc4e3569f28d755587e5d82b8b0a7211
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/epic oil painting_20_-1.5.png ADDED

Git LFS Details

  • SHA256: a56833857594b5d98b4b92453afad6226a4c6d0a5535a52d6a827af12a4bdfc6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/epic oil painting_20_-3.0.png ADDED

Git LFS Details

  • SHA256: e91909b453d3525468d204952e2679b59e722d9207bbdeacf9404b181726fbe8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/epic oil painting_20_0.0.png ADDED

Git LFS Details

  • SHA256: 753018737cd7682e1b3287e042918798f40988ac200a928e0db590834df9c6a1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/epic oil painting_20_1.5.png ADDED

Git LFS Details

  • SHA256: 6bfda00595aab45b39a8adb4c9a447ee57c42b9e222f702a54fd0791592a1423
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/epic oil painting_20_3.0.png ADDED

Git LFS Details

  • SHA256: e4abd61831fcd633996c3a9359c6f81481ae74fe306b0843904761a7da4a7cb1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/epic oil painting_21_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: aac6d3ca5d0aaf716cf7b41156f26ce42f2db13e5d64bf9419b635ef7f2d8d94
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/epic oil painting_21_0.0.png ADDED

Git LFS Details

  • SHA256: ef60f19bd1c098546cef30f25804d54884751bd416cb105f90687557bf6bd60a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/epic oil painting_21_1.5.png ADDED

Git LFS Details

  • SHA256: fc293ae07b4f1183d50a60f3e6366156cb9de2a3a890a78200b61e86b2032510
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/epic oil painting_21_3.0.png ADDED

Git LFS Details

  • SHA256: e8f177b66c6917d0fdf4624c507c19776669a0ab6ef4e0520757519f82a17032
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/epic oil painting_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 75ded7492f8dcc364efabcb030fe93a2db4cb92df46ee290ad91d83a94a60cb6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/epic oil painting_22_-3.0.png ADDED

Git LFS Details

  • SHA256: f27496d3d0a30ef3462b0991df509bace191206ccb512853a15570228fefce3c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/epic oil painting_22_0.0.png ADDED

Git LFS Details

  • SHA256: d0883dc17deefb66b3f390ea9fdaff5d2b1176acd3d3dcc700f85f94ecedb1cc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/epic oil painting_22_1.5.png ADDED

Git LFS Details

  • SHA256: 907e6a1f2a6db0643236adfb09266fe373d267219fefd6ccdfd012116ab8f46d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/epic oil painting_22_3.0.png ADDED

Git LFS Details

  • SHA256: 47e0a06a3aca750cac41554c958ac4dcaf0c36a35f3da060f19109c851d2c013
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB