brushpenbob
commited on
Commit
•
1d49a75
1
Parent(s):
fa3603d
Upload folder using huggingface_hub
Browse files- 26147539.jpeg +3 -0
- 26147540.jpeg +3 -0
- 26147541.jpeg +3 -0
- 26165888.jpeg +3 -0
- Flux_DarkGlow.safetensors +3 -0
- README.md +56 -22
26147539.jpeg
ADDED
Git LFS Details
|
26147540.jpeg
ADDED
Git LFS Details
|
26147541.jpeg
ADDED
Git LFS Details
|
26165888.jpeg
ADDED
Git LFS Details
|
Flux_DarkGlow.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:529a4797abe83b1ebf63bdd1f917a1eb35e7030798f35b366efa91a29df9973c
|
3 |
+
size 19285096
|
README.md
CHANGED
@@ -1,44 +1,78 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
tags:
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
widget:
|
9 |
-
- text:
|
|
|
10 |
output:
|
11 |
-
url:
|
12 |
-
|
|
|
|
|
13 |
output:
|
14 |
-
url:
|
15 |
-
|
|
|
|
|
16 |
output:
|
17 |
-
url:
|
18 |
-
|
|
|
|
|
19 |
output:
|
20 |
-
url:
|
21 |
-
|
22 |
-
instance_prompt: darkprotostyle
|
23 |
|
24 |
---
|
25 |
-
|
|
|
26 |
|
27 |
<Gallery />
|
28 |
|
29 |
-
## Model description
|
30 |
|
31 |
-
upscaled dataset from my original stable, diffusion XL model
|
32 |
|
33 |
-
https://youtu.be/QynE0UGQhRs
|
34 |
|
35 |
-
## Trigger words
|
36 |
|
37 |
-
|
38 |
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
## Download model
|
41 |
|
42 |
Weights for this model are available in Safetensors format.
|
43 |
|
44 |
-
[Download](/brushpenbob/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: other
|
3 |
+
license_name: bespoke-lora-trained-license
|
4 |
+
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=False&allowCommercialUse=RentCivit&allowDerivatives=False&allowDifferentLicense=False
|
5 |
tags:
|
6 |
+
- text-to-image
|
7 |
+
- stable-diffusion
|
8 |
+
- lora
|
9 |
+
- diffusers
|
10 |
+
- template:sd-lora
|
11 |
+
- migrated
|
12 |
+
- style
|
13 |
+
- glow
|
14 |
+
- the protoart
|
15 |
+
- protoart
|
16 |
+
- dark glow
|
17 |
+
|
18 |
+
base_model: black-forest-labs/FLUX.1-dev
|
19 |
+
instance_prompt: darkprotostyle
|
20 |
widget:
|
21 |
+
- text: ' '
|
22 |
+
|
23 |
output:
|
24 |
+
url: >-
|
25 |
+
26147541.jpeg
|
26 |
+
- text: ' '
|
27 |
+
|
28 |
output:
|
29 |
+
url: >-
|
30 |
+
26147539.jpeg
|
31 |
+
- text: ' '
|
32 |
+
|
33 |
output:
|
34 |
+
url: >-
|
35 |
+
26147540.jpeg
|
36 |
+
- text: ' '
|
37 |
+
|
38 |
output:
|
39 |
+
url: >-
|
40 |
+
26165888.jpeg
|
|
|
41 |
|
42 |
---
|
43 |
+
|
44 |
+
# Flux DarkGlow
|
45 |
|
46 |
<Gallery />
|
47 |
|
|
|
48 |
|
|
|
49 |
|
|
|
50 |
|
|
|
51 |
|
52 |
+
## Model description
|
53 |
|
54 |
+
<p>upscaled dataset from my original stable, diffusion XL model</p><p></p><div data-youtube-video><iframe width="640" height="480" allowfullscreen="true" autoplay="false" disablekbcontrols="false" enableiframeapi="false" endtime="0" ivloadpolicy="0" loop="false" modestbranding="false" origin playlist src="https://www.youtube.com/embed/QynE0UGQhRs" start="0"></iframe></div>
|
55 |
+
|
56 |
+
## Trigger words
|
57 |
+
You should use `darkprotostyle` to trigger the image generation.
|
58 |
+
|
59 |
|
60 |
## Download model
|
61 |
|
62 |
Weights for this model are available in Safetensors format.
|
63 |
|
64 |
+
[Download](/brushpenbob/flux-darkglow/tree/main) them in the Files & versions tab.
|
65 |
+
|
66 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
67 |
+
|
68 |
+
```py
|
69 |
+
from diffusers import AutoPipelineForText2Image
|
70 |
+
import torch
|
71 |
+
|
72 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
|
73 |
+
pipeline.load_lora_weights('brushpenbob/flux-darkglow', weight_name='Flux_DarkGlow.safetensors')
|
74 |
+
image = pipeline('`darkprotostyle`').images[0]
|
75 |
+
```
|
76 |
+
|
77 |
+
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|
78 |
+
|