Instructions to use busetolunay/fiona_8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use busetolunay/fiona_8 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("busetolunay/fiona_8") prompt = "full body shot , [trigger] is playing tennis,wearing a white tracksuit , white sneakers." 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("busetolunay/fiona_8")
prompt = "full body shot , [trigger] is playing tennis,wearing a white tracksuit , white sneakers."
image = pipe(prompt).images[0]fiona_flux_lora_v8
Model trained with AI Toolkit by Ostris

- Prompt
- full body shot , [trigger] is playing tennis,wearing a white tracksuit , white sneakers.

- Prompt
- Full-body view of [trigger] ,she is dressed in a dark purple sweater, a pointed witch hat with a silver buckle, a brown belt around her waist, andfitted blue jeans. She’s flying on a broom, high above the clouds, with her eyes focused forward.

- Prompt
- full body shot, [trigger] is doing yoga

- Prompt
- medium close-up shot, [trigger] is playing piano, wearing a dress and glam make up
Trigger words
You should use fi0na to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 22
Model tree for busetolunay/fiona_8
Base model
black-forest-labs/FLUX.1-dev