ntc-ai commited on
Commit
1bc4776
·
1 Parent(s): e974a93

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/photoshopped.../photoshopped_17_3.0.png"
6
+ widget:
7
+ - text: photoshopped
8
+ output:
9
+ url: images/photoshopped_17_3.0.png
10
+ - text: photoshopped
11
+ output:
12
+ url: images/photoshopped_19_3.0.png
13
+ - text: photoshopped
14
+ output:
15
+ url: images/photoshopped_20_3.0.png
16
+ - text: photoshopped
17
+ output:
18
+ url: images/photoshopped_21_3.0.png
19
+ - text: photoshopped
20
+ output:
21
+ url: images/photoshopped_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: "photoshopped"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - photoshopped (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/photoshopped_17_-3.0.png" width=256 height=256 /> | <img src="images/photoshopped_17_0.0.png" width=256 height=256 /> | <img src="images/photoshopped_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/photoshopped_19_-3.0.png" width=256 height=256 /> | <img src="images/photoshopped_19_0.0.png" width=256 height=256 /> | <img src="images/photoshopped_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/photoshopped_20_-3.0.png" width=256 height=256 /> | <img src="images/photoshopped_20_0.0.png" width=256 height=256 /> | <img src="images/photoshopped_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
+ photoshopped
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.photoshopped', weight_name='photoshopped.safetensors', adapter_name="photoshopped")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["photoshopped"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, photoshopped"
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 580+ 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/photoshopped_17_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: abc310839d9ac073e5753ff120e7fb695b819dff12405ca74ef1444843539749
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/photoshopped_17_0.0.png ADDED

Git LFS Details

  • SHA256: 7badb23d966a0177c1ae672954cb00b058a130dcfe618a1c4e70a92b616e968e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/photoshopped_17_1.5.png ADDED

Git LFS Details

  • SHA256: de26a7ac2eaa2aecd59f68c6771d0ee00def3b28991b8e3d01495e552741bfd7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/photoshopped_17_3.0.png ADDED

Git LFS Details

  • SHA256: a062024b0f1c933971495530104c3ecb0a0ddce99b064a64a4deb9b3c5285405
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/photoshopped_19_-1.5.png ADDED

Git LFS Details

  • SHA256: f8beb4a3fc17721c47375dacdb03545cb3dacfc66c23b82678875568927b6925
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/photoshopped_19_-3.0.png ADDED

Git LFS Details

  • SHA256: fe1183fbb7edb0fb2bfcdc107c50c0d28b50be5c599cb5da3be7b99157ae9ec7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/photoshopped_19_0.0.png ADDED

Git LFS Details

  • SHA256: 885c62965e6a8d77e44e49d5ae57632a541815301d2e30f930de51db3f5ae9f8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/photoshopped_19_1.5.png ADDED

Git LFS Details

  • SHA256: 374483c16ee42ed6a6a6e86dcf3c69c585dead916c88128b82953b4ddf0f8235
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/photoshopped_19_3.0.png ADDED

Git LFS Details

  • SHA256: 37b80634f9736a4026912bf06ede8085511b5ae5537c69aaffb54ff3906748d7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/photoshopped_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 6b5e44114eee649999980930142591a2f4981818303911ba5b6ac82263a19d18
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/photoshopped_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 183ae2f998b593d04d0acff9db00e9077da045b6eb4c2af993e09d31504dcc74
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
images/photoshopped_20_0.0.png ADDED

Git LFS Details

  • SHA256: 6922eca81fa58d3b455e77711e2302b5fabdc5513f1524590f0f0657a63543b0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/photoshopped_20_1.5.png ADDED

Git LFS Details

  • SHA256: 6e79733d1245b8b69dd88862bfc56ce4ca85ff9c494108d56e440458e4a9acde
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/photoshopped_20_3.0.png ADDED

Git LFS Details

  • SHA256: 16fd3f8033b2b949198e1f3026f8955c00105252773a89aede9e6be8311b8bf0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/photoshopped_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 23d8de119154f3258d974449fc069483dac3bd848f036136904577ac5a833e06
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/photoshopped_21_-3.0.png ADDED

Git LFS Details

  • SHA256: b7398ad28a8a93de1a6e193929000a41f87ce38389c467e6f9d7bc52fe7f9cce
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/photoshopped_21_0.0.png ADDED

Git LFS Details

  • SHA256: 84c7e8fc177b9d67531f0391544347315271dcda96348c921544f142a226b3d4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/photoshopped_21_1.5.png ADDED

Git LFS Details

  • SHA256: 62de977a400e23f93e30d48ba5ea377812c26b62977e68d545de5b575ef6156e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/photoshopped_21_3.0.png ADDED

Git LFS Details

  • SHA256: 47c49dd5d7fa38bfe053e405fdfa7c55be921d672857acbd53a88f257f0d0d85
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/photoshopped_22_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 5a47a098528f65f9407b1929783208f93baf78da98d531908168877a88f528d9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/photoshopped_22_0.0.png ADDED

Git LFS Details

  • SHA256: a799a99207ff8248ad18313700824469f6513636840d8435004ba1c8f57959ac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/photoshopped_22_1.5.png ADDED

Git LFS Details

  • SHA256: c6bcf7e528cb81967dfc48f9b32b1a61edef62cc9d20e7313cf7f8df597d10f9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/photoshopped_22_3.0.png ADDED

Git LFS Details

  • SHA256: dadc6775af4f7f2ad4460a38412283784fbfd924563686167b2a0b14759fa448
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
photoshopped.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5f1a09f922d9c4d5ac1491684e94d0e33c309ebf2a3483438d5a884ebb60e7f
3
+ size 8789076