Ravenna Flux

- Prompt
- High-resolution, photorealistic portrait of a beautiful woman in a classic black and white maid outfit. Ultra-detailed textures and natural lighting bring out the lifelike colors and realistic shadows on her attire.

- Prompt

- Prompt
Model description
A lunaris character\
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('Taka1265/ravenna-flux', weight_name='Ravenna_Flux-000001.safetensors')
image = pipeline('Your custom prompt').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 3
Model tree for Taka1265/ravenna-flux
Base model
black-forest-labs/FLUX.1-dev