leavelet0/monet
Viewer • Updated • 763 • 27 • 1
How to use leavelet0/flux_monet 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("leavelet0/flux_monet")
prompt = "a rocket launch at dusk, the spacecraft's thrust cloud dissolving into impressionistic swirls of fiery oranges and soft lavender, loose brushstrokes capturing the explosive energy merging with the twilight sky"
image = pipe(prompt).images[0]

Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Base model
black-forest-labs/FLUX.1-dev