ntc-ai commited on
Commit
2d62a47
·
1 Parent(s): bb99de9

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/futuristic logo design.../futuristic logo design_17_3.0.png"
6
+ widget:
7
+ - text: futuristic logo design
8
+ output:
9
+ url: images/futuristic logo design_17_3.0.png
10
+ - text: futuristic logo design
11
+ output:
12
+ url: images/futuristic logo design_19_3.0.png
13
+ - text: futuristic logo design
14
+ output:
15
+ url: images/futuristic logo design_20_3.0.png
16
+ - text: futuristic logo design
17
+ output:
18
+ url: images/futuristic logo design_21_3.0.png
19
+ - text: futuristic logo design
20
+ output:
21
+ url: images/futuristic logo design_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: "futuristic logo design"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - futuristic logo design (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/futuristic logo design_17_-3.0.png" width=256 height=256 /> | <img src="images/futuristic logo design_17_0.0.png" width=256 height=256 /> | <img src="images/futuristic logo design_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/futuristic logo design_19_-3.0.png" width=256 height=256 /> | <img src="images/futuristic logo design_19_0.0.png" width=256 height=256 /> | <img src="images/futuristic logo design_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/futuristic logo design_20_-3.0.png" width=256 height=256 /> | <img src="images/futuristic logo design_20_0.0.png" width=256 height=256 /> | <img src="images/futuristic logo design_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
+ futuristic logo design
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.futuristic-logo-design', weight_name='futuristic logo design.safetensors', adapter_name="futuristic logo design")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["futuristic logo design"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, futuristic logo design"
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 620+ 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
futuristic logo design.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7257c0ccb803f36d08f0a041cf17f9a8a59137f4915ad53bc0b24f1d73504c48
3
+ size 8789076
images/futuristic logo design_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 6a0418dd837f450f95d7f7342fe72c4e49ceb602f1eac51310c04e2502e057b3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/futuristic logo design_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 6199a2aa2e494df746e54d29e18b48d5d8da2f75fadac6fafdc9d3ee15bc16e0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/futuristic logo design_17_0.0.png ADDED

Git LFS Details

  • SHA256: 963252c993cacfcf3c42a5aa5877b559a0961f4e2451cb32188d1b283c9e9a23
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/futuristic logo design_17_1.5.png ADDED

Git LFS Details

  • SHA256: 2add44312441a035881ed6948b84d426c6ee9d4a65c88e91821ec7dc1377747b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/futuristic logo design_17_3.0.png ADDED

Git LFS Details

  • SHA256: 709d423668ca3cd734199f39fc8db6bcb530538f2eefee97764c9a759fe51267
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/futuristic logo design_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 541910da6f2f913c75476e4187f039c16f259c602af1e294b91c93c51c9e0619
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/futuristic logo design_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 1bc3c56b9eb82d784383b1f71487fa53290726034bae6295c7a238311eaf5ccb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/futuristic logo design_19_0.0.png ADDED

Git LFS Details

  • SHA256: a0fd6cf1789d7b876674f4494fc4ee2959cd4cfdf855a9824dc8eec0912fa23c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/futuristic logo design_19_1.5.png ADDED

Git LFS Details

  • SHA256: 8f089d3229e6e87f3bc96faf84b55590d9a6ca640d9df97241c3d1da22722ea2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/futuristic logo design_19_3.0.png ADDED

Git LFS Details

  • SHA256: f6542c26347b49817f99be5107e2c468ac5c4bd9e8d50b174377622c3a52fd37
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/futuristic logo design_20_-1.5.png ADDED

Git LFS Details

  • SHA256: b07a8458ccc3096f56c1e7d5eb7cd42817dd56654abf9495f569207f267fd8f5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/futuristic logo design_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 27d398ad3f1b0016ab0672eb654c81a1a7207023a043f8baf681dd266a61e403
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/futuristic logo design_20_0.0.png ADDED

Git LFS Details

  • SHA256: 82892c3f141d88bd403789e2ee59fecdde61a50547a3025af65b4bd489c06774
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/futuristic logo design_20_1.5.png ADDED

Git LFS Details

  • SHA256: fb541b8ac6465547c08712f87540881faa24e9da4f5fa99600ba6f16a7af69ac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/futuristic logo design_20_3.0.png ADDED

Git LFS Details

  • SHA256: c5bbf971c40fb93edfe857533bc42990b1f064dc2ac7ab9dfad84762b1e890e4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/futuristic logo design_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 2c12b4895a66afeee4617bee8c330a67fcd41274fdc49490eadd294d8d47b812
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/futuristic logo design_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 7ffe3b51fcd43bb7ed2447755cb4833b9d90a2fdc31c711c5c4ebee63098bd48
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/futuristic logo design_21_0.0.png ADDED

Git LFS Details

  • SHA256: debd6ad9c1a691ead3886b0087873d729dd1921a65a76c3c70a40168865eeabd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/futuristic logo design_21_1.5.png ADDED

Git LFS Details

  • SHA256: aa2982c4d3b1c0c6a059dc3a9e9102fe0b25626e2a2b86d2477c3864f78447aa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/futuristic logo design_21_3.0.png ADDED

Git LFS Details

  • SHA256: 4ce9bd21f5d15bb27e421fb3654482aed077fc98050a686a5dcbbaa18a4da570
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/futuristic logo design_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 0b476da81e5141ad320788077840e5922910019f1aa3dc1701b2f671a9a8dbe1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/futuristic logo design_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 0d1567ea05ccd1af0d69ceaa1916d6ddcdbfa6e44f5828f4f45b21bc56ffdc7b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/futuristic logo design_22_0.0.png ADDED

Git LFS Details

  • SHA256: 61dfa55976ba96fbc9430ad124816965151695b611a9992c4c635a4ae6e7ccf6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/futuristic logo design_22_1.5.png ADDED

Git LFS Details

  • SHA256: 3004f320e03793d23dcf7c6bc5b7f09b9e1a0eab151855b8e5466efbdf7d5dac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/futuristic logo design_22_3.0.png ADDED

Git LFS Details

  • SHA256: c0be5f60ed414f4a0eac0351d26c4e88c75abf941a9b11311ad4297e92df71e3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB