ntc-ai commited on
Commit
16769ef
·
1 Parent(s): 12ecc32

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
Product Photo.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3243321e78e14551376069b7a712518c7e8a302f9b721caf3ec9e4e7ab9e801f
3
+ size 8789076
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ language:
4
+ - en
5
+ thumbnail: "images/evaluate/Product Photo.../Product Photo_17_3.0.png"
6
+ widget:
7
+ - text: Product Photo
8
+ output:
9
+ url: images/Product Photo_17_3.0.png
10
+ - text: Product Photo
11
+ output:
12
+ url: images/Product Photo_19_3.0.png
13
+ - text: Product Photo
14
+ output:
15
+ url: images/Product Photo_20_3.0.png
16
+ - text: Product Photo
17
+ output:
18
+ url: images/Product Photo_21_3.0.png
19
+ - text: Product Photo
20
+ output:
21
+ url: images/Product Photo_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: "Product Photo"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - Product Photo (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/Product Photo_17_-3.0.png" width=256 height=256 /> | <img src="images/Product Photo_17_0.0.png" width=256 height=256 /> | <img src="images/Product Photo_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/Product Photo_19_-3.0.png" width=256 height=256 /> | <img src="images/Product Photo_19_0.0.png" width=256 height=256 /> | <img src="images/Product Photo_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/Product Photo_20_-3.0.png" width=256 height=256 /> | <img src="images/Product Photo_20_0.0.png" width=256 height=256 /> | <img src="images/Product Photo_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
+ Product Photo
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.Product-Photo', weight_name='Product Photo.safetensors', adapter_name="Product Photo")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["Product Photo"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, Product Photo"
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 970+ 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/Product Photo_17_-1.5.png ADDED

Git LFS Details

  • SHA256: a17b3ce4c00fd0b7c4c02f8d0e62eae83ed2af5f7ea423f354161137d5baee37
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
images/Product Photo_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 84547c72e9e72ed62dbf209796be6c7ae42794a8c259fe4f801c7bcad1aef16a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/Product Photo_17_0.0.png ADDED

Git LFS Details

  • SHA256: b1e3b05c809db343474acbaa335459aafb609ed90e13cf604ceff6d7bf83a073
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/Product Photo_17_1.5.png ADDED

Git LFS Details

  • SHA256: ee77d6a6b9e8af421e53bdea40bb514895f5db1dd6f987538b940c55c6ecd23c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/Product Photo_17_3.0.png ADDED

Git LFS Details

  • SHA256: 0bd11ecc23110d74346852b04edba903d054590f5d55d5e0aa9ae68ef84bd8d3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/Product Photo_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 3ef6286ce8adc394726e11f1a7a9bdf599effa0ec4a17fe523e29f1e7ed2878c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/Product Photo_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 444e49988ac7b50962cb3fb54ad6a3c17a8a418fdd0e964a11037ed89407ad05
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/Product Photo_19_0.0.png ADDED

Git LFS Details

  • SHA256: b767736ff973c5df0af16d6e8ee59ecc0ba1b23750a1cd395a6debe3d86e5e28
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/Product Photo_19_1.5.png ADDED

Git LFS Details

  • SHA256: 0d7c7cec00eb5163cd2bf3a1e3f63e3b0c2cf0742cba6458cc888071fb93d28b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/Product Photo_19_3.0.png ADDED

Git LFS Details

  • SHA256: 0d54c8a18f5f47227c5723d24a0fcb80219409ddba3c1d0494f3552b679ce5bf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/Product Photo_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 4f71b7f857455e6ab3f5f10f84a83095ec42c0b1af086ac8c7d9e6180796aa38
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/Product Photo_20_-3.0.png ADDED

Git LFS Details

  • SHA256: b7a6c5cf8e5f007da822046738854661a2401782687e8a7f4f1dc46a7e0acd7c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/Product Photo_20_0.0.png ADDED

Git LFS Details

  • SHA256: 6f3e374114d7ffbe63166bbd8fe3a6a3702a322c3dd4ec9b55ebc4ca74da8f1f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/Product Photo_20_1.5.png ADDED

Git LFS Details

  • SHA256: 5b556f8223c28a7a509d285a21e3b48864265249a555744e9b7ac458b41c5a87
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/Product Photo_20_3.0.png ADDED

Git LFS Details

  • SHA256: 52de0bd8524f6de6617a13b51a5457f28dde8288807eef197a628b3b2ea84864
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/Product Photo_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 3179c1e3fa4f0106a7675ce78c3cce76821493917bc3b2ce17cbe55500a58a04
  • Pointer size: 132 Bytes
  • Size of remote file: 1.31 MB
images/Product Photo_21_-3.0.png ADDED

Git LFS Details

  • SHA256: bb3da58617dee7310a8bb0990a7dd89cd585d3c2f290af352b26e5169f2a7cb2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/Product Photo_21_0.0.png ADDED

Git LFS Details

  • SHA256: de34db63b0a58a57e541a1bce3123ccc019a6d2daeb20e328ebca6e79de51bc6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/Product Photo_21_1.5.png ADDED

Git LFS Details

  • SHA256: e451c0a90c5baa04bb9e83856476b091e528dd604fb42eab9a86fd3553a8a920
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/Product Photo_21_3.0.png ADDED

Git LFS Details

  • SHA256: fe04556309bbf7198e60fa9ef24ea29079b5e2331a0b99bd442b6acf7d4b28e9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/Product Photo_22_-1.5.png ADDED

Git LFS Details

  • SHA256: d688d9450d0cc4b323534f64607b1f5870ec428fec69242f43098eac862ecca3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/Product Photo_22_-3.0.png ADDED

Git LFS Details

  • SHA256: b19e388fba2b30cb8555e6ab39b49dc569430d15129138d2dc7808116bb3f2e1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/Product Photo_22_0.0.png ADDED

Git LFS Details

  • SHA256: 75e6f40d29d9bf63fbb3f2aa6d66f0286bd85b3e01f8b6f51a2ee88ac3dc811f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB
images/Product Photo_22_1.5.png ADDED

Git LFS Details

  • SHA256: 76c2e9ac2583357edd2c03ade58139777488e34b1152049f6ecfda6f0bb4bf9a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
images/Product Photo_22_3.0.png ADDED

Git LFS Details

  • SHA256: caaa6149c0f08b82cae9fa2bcd90b5da4b4456c7d3fc5a2281ea268f4adc743e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB