Instructions to use IronFelix/Zena with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use IronFelix/Zena 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("IronFelix/Zena") prompt = "A hand-drawn caricature in a line art style. Close-up of a LucyLawlessasZena001 Xena Warrior Princess, wearing a costume and holding a big battle golden Chakram ring in her hand, standing in front of a backdrop of fire. She has a crooked grin on her face and a determined expression, as if she is ready to take on any challenge.. LucyLawlessasZena001 <lora:lucylawlessaszena001:1.9>" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Zena

- Prompt
- A hand-drawn caricature in a line art style. Close-up of a LucyLawlessasZena001 Xena Warrior Princess, wearing a costume and holding a big battle golden Chakram ring in her hand, standing in front of a backdrop of fire. She has a crooked grin on her face and a determined expression, as if she is ready to take on any challenge.. LucyLawlessasZena001 <lora:lucylawlessaszena001:1.9>
Trigger words
You should use lucylawlessaszena001 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
- 2
Model tree for IronFelix/Zena
Base model
black-forest-labs/FLUX.1-dev