Instructions to use bingbangboom/flux_dreamscape with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use bingbangboom/flux_dreamscape with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("bingbangboom/flux_dreamscape") prompt = "white-haired young man, extremely simple, large-scale blue, brightly colored board, dark white and light blue, in the style of BSstyle004" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,20 @@ tags:
|
|
| 5 |
- lora
|
| 6 |
- diffusers
|
| 7 |
- fal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
base_model: black-forest-labs/FLUX.1-dev
|
| 9 |
instance_prompt: in the style of BSstyle004
|
| 10 |
license: other
|
|
@@ -18,7 +32,9 @@ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICE
|
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
| 21 |
-
LoRA for
|
|
|
|
|
|
|
| 22 |
|
| 23 |
|
| 24 |
## Trigger words
|
|
@@ -34,4 +50,4 @@ Weights for this model are available in Safetensors format.
|
|
| 34 |
|
| 35 |
## Training at fal.ai
|
| 36 |
|
| 37 |
-
Training was done using [fal.ai/models/fal-ai/flux-lora-fast-training](https://fal.ai/models/fal-ai/flux-lora-fast-training).
|
|
|
|
| 5 |
- lora
|
| 6 |
- diffusers
|
| 7 |
- fal
|
| 8 |
+
widget:
|
| 9 |
+
- text: "white-haired young man, extremely simple, large-scale blue, brightly colored board, dark white and light blue, in the style of BSstyle004"
|
| 10 |
+
output:
|
| 11 |
+
url: images/1.jpg
|
| 12 |
+
- text: "a cat taking a nap on a work table, in the style of BSstyle004"
|
| 13 |
+
output:
|
| 14 |
+
url: images/2.jpg
|
| 15 |
+
- text: "a girl holding a large black raven close to her face, eerie and mysterious, in the style of BSstyle004"
|
| 16 |
+
output:
|
| 17 |
+
url: images/3.jpg
|
| 18 |
+
- text: "a seal holding a beach ball in a pool, in the style of BSstyle004"
|
| 19 |
+
output:
|
| 20 |
+
url: images/4.jpg
|
| 21 |
+
|
| 22 |
base_model: black-forest-labs/FLUX.1-dev
|
| 23 |
instance_prompt: in the style of BSstyle004
|
| 24 |
license: other
|
|
|
|
| 32 |
|
| 33 |
## Model description
|
| 34 |
|
| 35 |
+
Flux LoRA for a dreamscape illustration look. Use *in the style of BSstyle004* to trigger the model. Trained on a single image.
|
| 36 |
+
|
| 37 |
+
Sample Prompt: `white-haired young man, extremely simple, large-scale blue, brightly colored board, dark white and light blue, in the style of BSstyle004`
|
| 38 |
|
| 39 |
|
| 40 |
## Trigger words
|
|
|
|
| 50 |
|
| 51 |
## Training at fal.ai
|
| 52 |
|
| 53 |
+
Training was done using [fal.ai/models/fal-ai/flux-lora-fast-training](https://fal.ai/models/fal-ai/flux-lora-fast-training).
|