ntc-ai commited on
Commit
3a9f5a8
·
1 Parent(s): 5178106

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/eye-catching...drab/eye-catching_17_3.0.png"
6
+ widget:
7
+ - text: eye-catching
8
+ output:
9
+ url: images/eye-catching_17_3.0.png
10
+ - text: eye-catching
11
+ output:
12
+ url: images/eye-catching_19_3.0.png
13
+ - text: eye-catching
14
+ output:
15
+ url: images/eye-catching_20_3.0.png
16
+ - text: eye-catching
17
+ output:
18
+ url: images/eye-catching_21_3.0.png
19
+ - text: eye-catching
20
+ output:
21
+ url: images/eye-catching_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: "eye-catching"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - eye-catching (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/eye-catching_17_-3.0.png" width=256 height=256 /> | <img src="images/eye-catching_17_0.0.png" width=256 height=256 /> | <img src="images/eye-catching_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/eye-catching_19_-3.0.png" width=256 height=256 /> | <img src="images/eye-catching_19_0.0.png" width=256 height=256 /> | <img src="images/eye-catching_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/eye-catching_20_-3.0.png" width=256 height=256 /> | <img src="images/eye-catching_20_0.0.png" width=256 height=256 /> | <img src="images/eye-catching_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
+ eye-catching
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.eye-catching', weight_name='eye-catching.safetensors', adapter_name="eye-catching")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["eye-catching"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, eye-catching"
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 350+ 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
eye-catching.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b41dbae4bac898b30e65b49435cb4faed7252b73bac99067260ad8e0b41c7890
3
+ size 8789076
images/eye-catching_17_-1.5.png ADDED

Git LFS Details

  • SHA256: b97e602d2b3de7b87651a5f15fd12a68ba03d0136be34403f52955cc5f73382c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/eye-catching_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 111d515db99bc27af359b6c7ea10f2b9e1931c1488de50c95437745fa592038b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/eye-catching_17_0.0.png ADDED

Git LFS Details

  • SHA256: b7f44d74b2388999a8349575c05ee8854b0a8926f6d671f5f4ceae0f8112dec5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/eye-catching_17_1.5.png ADDED

Git LFS Details

  • SHA256: d8d2a39e2dbd8f527f29550214de5e8417efff0a19866a32c9f88404f1d1e299
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/eye-catching_17_3.0.png ADDED

Git LFS Details

  • SHA256: e0df3844dfac80b876788dee1edbb781f0a47ca332f0b09060c462cac943ae31
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/eye-catching_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 5ecde199a83c957f197b4cd1a1f30c6aa9ed030dfe64eb4d7bca757cdf5dd4a9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/eye-catching_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 0690700e6c15f431174228a362c903c0faf93caaf78ed3d586b537db79de88e8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/eye-catching_19_0.0.png ADDED

Git LFS Details

  • SHA256: b135d902f2338aaa863c653a26d604e88eb6812275ee6d09f1887a34a0b95a16
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/eye-catching_19_1.5.png ADDED

Git LFS Details

  • SHA256: a8511dc7580e5fefeea490df6d939c857884a44513588b4059e2ac1433a91651
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/eye-catching_19_3.0.png ADDED

Git LFS Details

  • SHA256: 316eceb9507566cab54afa156923d1ce79ac53b0ee4103ab55d87e9f8a6c0828
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/eye-catching_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 25d72e1dd02f3c6ce6121f19f8db2b61e24edb83a865fda41747066d37c7b4b1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/eye-catching_20_-3.0.png ADDED

Git LFS Details

  • SHA256: fbd9d7d153de3abf60dc1cff6239ad572000e3be3bf719543f987deb6807b609
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/eye-catching_20_0.0.png ADDED

Git LFS Details

  • SHA256: e78f1874bfa396b870265b2f848100cd26dbf5dca88e04f47b5dc71f17909025
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/eye-catching_20_1.5.png ADDED

Git LFS Details

  • SHA256: fb48b257ce240b3a215f0fbf1410af66396538af04bcd098c72150f7d4329e8b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/eye-catching_20_3.0.png ADDED

Git LFS Details

  • SHA256: ec559325176e005bac10644771eb9b5fd8456cf509630fab112fa919f034b68b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/eye-catching_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 1fbf6e12f4d22f824c1f0f659578eb0f888d3cc53ac729019e0c759f557e0221
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/eye-catching_21_-3.0.png ADDED

Git LFS Details

  • SHA256: abccfbeced98d5a86c2e89bde7478e3426ae2b3d3196b6bd250399213d2a4e0d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/eye-catching_21_0.0.png ADDED

Git LFS Details

  • SHA256: bc941e89a54736a67e87f6b09f069608e8bfb772ca047e4952fdab8183023a11
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/eye-catching_21_1.5.png ADDED

Git LFS Details

  • SHA256: 4389ab2ebc40a52fa17543794e5c6c782cc9e5a47d84a695f5b68aa0a9eb66f4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/eye-catching_21_3.0.png ADDED

Git LFS Details

  • SHA256: 5251ce2a841dbe7b47b7fba2fdeb19681eaa0962d5f4ff729f220bdc4fd02c13
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/eye-catching_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 5d2c95acbd5bb60e8c2bbffc23131fddf68f68ba504fbc5b7da1ef81b4ebf21e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/eye-catching_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 125c9953f4ee1adb0ddb072752ebe715f9cf41fc832c0e89d8c71d60fa39f40f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/eye-catching_22_0.0.png ADDED

Git LFS Details

  • SHA256: f32bbbb7b6e23feb8a7991d9d6e16d9bb692420db768d07a24513a137addaf54
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/eye-catching_22_1.5.png ADDED

Git LFS Details

  • SHA256: a90858028a301e6decfda2c1534c0af6c3f25049f649cf0db51e0436a983c053
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/eye-catching_22_3.0.png ADDED

Git LFS Details

  • SHA256: 99be73a246072ae9234bcf8589b79570ab5d907ccf98a5157d2f11d42bc5e160
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB