Instructions to use day-dream/HazyDream-FluxDev with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use day-dream/HazyDream-FluxDev 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("day-dream/HazyDream-FluxDev") prompt = "H4ZY5T#L3 motion Blurred artistic photograph featuring orange flowers overlaid with a figure in dark clothing against a green background" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
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("day-dream/HazyDream-FluxDev")
prompt = "H4ZY5T#L3 motion Blurred artistic photograph featuring orange flowers overlaid with a figure in dark clothing against a green background"
image = pipe(prompt).images[0]Hazy Dream

- Prompt
- H4ZY5T#L3 motion Blurred artistic photograph featuring orange flowers overlaid with a figure in dark clothing against a green background
.png)
- Prompt
- H4ZY5T#L3 A person sitting on a grassy slope reading, viewed through a fisheye lens or bubble against a blue sky background with light reflection visible
.png)
- Prompt
- H4ZY5T#L3 Silhouette of a person in profile standing by a window, with motion blur creating horizontal streaks of light across the image in warm golden tones

- Prompt
- H4ZY5T#L3 Blurry silhouette of a rider wearing a hat on horseback against a vivid red background
.png)
- Prompt
- H4ZY5T#L3 A figure standing in a field of wildflowers at night, wearing a light-colored button-up shirt with pockets, silhouetted against a dark blue and reddish background with a glowing effect around them

- Prompt
- H4ZY5T#L3 motion Blurred photograph showing surreal koi fish floating over a partially visible face against a dark background with green and red tones
Model description
Hazy Dream is a fine-tuned Flux Dev model that generates hazy dream-like visuals. It's best in creating atmospheric, retro-inspired imagery with soft gradients, film grain, and a nostalgic glow.
Prompting Tips
Works best with "silhouette", "figure", "motion blur", "hazy", and similar keywords. Example : Blurry silhouette standing against dark background with bright blue glow and orange-red light at the bottom
For best results, combine the Lora workflow with Ultimate SD Upscale using the same model + lora and upscale 2x.
Trigger words
You should use H4ZY5T#L3 to trigger the image generation.
Download model
Download them in the Files & versions tab.
- Downloads last month
- 3
Model tree for day-dream/HazyDream-FluxDev
Base model
black-forest-labs/FLUX.1-dev