Upload folder using huggingface_hub
Browse files- README.md +65 -0
- dolby-flux.safetensors +3 -0
- dolby-flux_000000250.safetensors +3 -0
- dolby-flux_000000500.safetensors +3 -0
- dolby-flux_000000750.safetensors +3 -0
- dolby-flux_000001000.safetensors +3 -0
- samples/1729788475592__000001100_0.jpg +0 -0
- samples/1729788513253__000001100_1.jpg +0 -0
- samples/1729788550928__000001100_2.jpg +0 -0
README.md
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- flux
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
- ai-toolkit
|
9 |
+
widget:
|
10 |
+
- text: "Imagine this adorable dog as the star of a cozy beachside caf\xE9. Describe\
|
11 |
+
\ a sunny afternoon where it sits patiently at a table, enjoying a special\
|
12 |
+
\ dog-friendly treat while its owner sips coffee. Explore the atmosphere of\
|
13 |
+
\ the caf\xE9, filled with laughter, the aroma of fresh pastries, and the\
|
14 |
+
\ sound of waves in the background, dolby_hk"
|
15 |
+
output:
|
16 |
+
url: samples/1729788475592__000001100_0.jpg
|
17 |
+
- text: Envision this dog as an adventurous underwater explorer equipped with a
|
18 |
+
tiny, high-tech diving suit. Picture it swimming alongside colorful fish and
|
19 |
+
vibrant coral reefs, its eyes wide with wonder. Describe its playful interactions
|
20 |
+
with friendly sea creatures and the excitement of discovering hidden treasures
|
21 |
+
beneath the waves,dolby_hk
|
22 |
+
output:
|
23 |
+
url: samples/1729788513253__000001100_1.jpg
|
24 |
+
- text: "Imagine this fluffy black dog embarking on a seaside adventure! Describe\
|
25 |
+
\ its excitement as it enjoys a boat ride, feeling the wind in its fur and\
|
26 |
+
\ the spray of the ocean. Explore its curiosity about the sights and sounds\
|
27 |
+
\ around it\u2014seagulls flying overhead, the gentle rocking of the boat,\
|
28 |
+
\ and the vast blue horizon,dolby_hk"
|
29 |
+
output:
|
30 |
+
url: samples/1729788550928__000001100_2.jpg
|
31 |
+
base_model: black-forest-labs/FLUX.1-dev
|
32 |
+
instance_prompt: dolby_hk
|
33 |
+
license: other
|
34 |
+
license_name: flux-1-dev-non-commercial-license
|
35 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
36 |
+
---
|
37 |
+
|
38 |
+
# dolby-flux
|
39 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
40 |
+
<Gallery />
|
41 |
+
|
42 |
+
## Trigger words
|
43 |
+
|
44 |
+
You should use `dolby_hk` to trigger the image generation.
|
45 |
+
|
46 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
47 |
+
|
48 |
+
Weights for this model are available in Safetensors format.
|
49 |
+
|
50 |
+
[Download](/chau9ho/dolby-flux/tree/main) them in the Files & versions tab.
|
51 |
+
|
52 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
53 |
+
|
54 |
+
```py
|
55 |
+
from diffusers import AutoPipelineForText2Image
|
56 |
+
import torch
|
57 |
+
|
58 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
59 |
+
pipeline.load_lora_weights('chau9ho/dolby-flux', weight_name='dolby-flux.safetensors')
|
60 |
+
image = pipeline('Imagine this adorable dog as the star of a cozy beachside café. Describe a sunny afternoon where it sits patiently at a table, enjoying a special dog-friendly treat while its owner sips coffee. Explore the atmosphere of the café, filled with laughter, the aroma of fresh pastries, and the sound of waves in the background, dolby_hk').images[0]
|
61 |
+
image.save("my_image.png")
|
62 |
+
```
|
63 |
+
|
64 |
+
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)
|
65 |
+
|
dolby-flux.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed49f67caaae2e7379eb9d622c70764b248678046e6c65b5d6c4258aeab885a6
|
3 |
+
size 171969400
|
dolby-flux_000000250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:393f95c6bf2f86fda3f12b80882ab00f52a1268446bdf22fde29095bfaf2bc54
|
3 |
+
size 171969400
|
dolby-flux_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b90576bda8f2aa1a4c119dddd9caab9c835c8c9fa4802769bbd085e27d12e8ae
|
3 |
+
size 171969400
|
dolby-flux_000000750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f401b41959cec22e669534382be15df66b0fc83be6a8f5304fd82431a2c86dd
|
3 |
+
size 171969400
|
dolby-flux_000001000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa9bf1feaf5a510a8e4c2f7572607cac3873291bd949f93b45368e48e7934a19
|
3 |
+
size 171969400
|
samples/1729788475592__000001100_0.jpg
ADDED
samples/1729788513253__000001100_1.jpg
ADDED
samples/1729788550928__000001100_2.jpg
ADDED