ntc-ai commited on
Commit
5ba0b3e
·
1 Parent(s): 8e8fc9c

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/fireworks...night/fireworks_17_3.0.png"
6
+ widget:
7
+ - text: fireworks
8
+ output:
9
+ url: images/fireworks_17_3.0.png
10
+ - text: fireworks
11
+ output:
12
+ url: images/fireworks_19_3.0.png
13
+ - text: fireworks
14
+ output:
15
+ url: images/fireworks_20_3.0.png
16
+ - text: fireworks
17
+ output:
18
+ url: images/fireworks_21_3.0.png
19
+ - text: fireworks
20
+ output:
21
+ url: images/fireworks_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: "fireworks"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - fireworks (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/fireworks_17_-3.0.png" width=256 height=256 /> | <img src="images/fireworks_17_0.0.png" width=256 height=256 /> | <img src="images/fireworks_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/fireworks_19_-3.0.png" width=256 height=256 /> | <img src="images/fireworks_19_0.0.png" width=256 height=256 /> | <img src="images/fireworks_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/fireworks_20_-3.0.png" width=256 height=256 /> | <img src="images/fireworks_20_0.0.png" width=256 height=256 /> | <img src="images/fireworks_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
+ fireworks
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.fireworks', weight_name='fireworks.safetensors', adapter_name="fireworks")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["fireworks"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, fireworks"
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 480+ 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
fireworks.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f7f4d83062af6a30f6aa267860c723af6157ac004c03b52099bbf5c3b4a29d2
3
+ size 8789076
images/fireworks_17_-1.5.png ADDED

Git LFS Details

  • SHA256: d80c271c10337099b2d45d19835a1cca2cb07615b1dbf97e49f03bec9c4dc95a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/fireworks_17_-3.0.png ADDED

Git LFS Details

  • SHA256: ed851dc3cfad1aef19aed9090931fa0b0d3bb5dd35cf1868cf4c25a88e8c31b9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/fireworks_17_0.0.png ADDED

Git LFS Details

  • SHA256: 1f5814c28e3dd2061ed0c30c4e82ea5684c6e7276544ecb755f30553fd5bda7d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/fireworks_17_1.5.png ADDED

Git LFS Details

  • SHA256: b4144424f8048cc18258a84cc3b56643b6b5bb3748d8ad24c3b9aed921c4b456
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
images/fireworks_17_3.0.png ADDED

Git LFS Details

  • SHA256: fb3ffa151ee86bb7a119591a8d41d52ef454abe91404ec10cc8e27cc77031aa1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/fireworks_19_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: c22118d29b0745eb42ec8b8f29ad682ab399b637b95026f91d17272cfe5767da
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/fireworks_19_0.0.png ADDED

Git LFS Details

  • SHA256: 83e874e6894ac99f0a0822e1a3b6a5ba30f728f5e287a61d5def6ce2d99cc359
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/fireworks_19_1.5.png ADDED

Git LFS Details

  • SHA256: 717c6223ef518f88d5c898899788df0b3d21c4e5bb8d738f979512b33dd9d3cd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/fireworks_19_3.0.png ADDED

Git LFS Details

  • SHA256: 95bbe1d5301fb36925643deec09c839e8beb128981cd88c60a41cba5b716919e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/fireworks_20_-1.5.png ADDED

Git LFS Details

  • SHA256: b2949bf17b68c3bc6ecb0296d2cbb1f16d30c71273573298072a0bf0b3a0e5ef
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/fireworks_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 51508422e163443982c647c8e3d15611d3449c0ef2ef4e50bea8321b73b7f40b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/fireworks_20_0.0.png ADDED

Git LFS Details

  • SHA256: 0d88371bd546b7cb25f5d06c10ac44bd0659018ed886e67355f1f770fffc7d0d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/fireworks_20_1.5.png ADDED

Git LFS Details

  • SHA256: 8522bbabac4c7a78d97f1530d5f69c95b66a747afab51b824fdb479bd38de622
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/fireworks_20_3.0.png ADDED

Git LFS Details

  • SHA256: 3e5cbbd993a7484320cda0048f56fe73df3481f452c0a441df6d9d8175e4ec33
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/fireworks_21_-1.5.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: abfd9bbba7856b32324bb4404157849d3f6e46f5d12614fb6f2d72661fb616d8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/fireworks_21_0.0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 6a3d485dde1edf6bb810859425fa77a60e50d26363590a017b856e59077dbbcd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/fireworks_21_3.0.png ADDED

Git LFS Details

  • SHA256: cd2c78834ecd84e54d055be00787834b3001974a6221d79a2b4a86f4ebf9f007
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/fireworks_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 2299c04cac322f698022d491a578db14377dec9ddeba2f9ed1f0dbe7be6415c4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/fireworks_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 549577ffb17bebacefaa6cf98d382ac025f27f8864340a56705c2f2da428d117
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/fireworks_22_0.0.png ADDED

Git LFS Details

  • SHA256: d305da5a37220dc5bfc46467c59aadbba0ba07b1b390fe45712eb46e64703915
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/fireworks_22_1.5.png ADDED

Git LFS Details

  • SHA256: 6b748824b4c6964b6aaba143b75e9eed9d493e95c27a675cc2b715507bda4e04
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/fireworks_22_3.0.png ADDED

Git LFS Details

  • SHA256: 5773814bff3147157f2af0db9a58284d10c5d325956e3653372f6806b8fd0dbc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB