Xyloraflashpublic
This is a Lora trained on a anime character called Xyzeko. He is a young man called with spiky red hair and intense, focused redeyes. He has fair skin and wears a white polo shirt with red trim and a logo on the chest, paired with a brown belt. The artwork is clean and crisp, typical of modern anime illustrations.
Trigger words
You should use xyzeko
to trigger the image generation.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('botwinnik/xyLoraFlashPublic', weight_name='lora.safetensors')
image = pipeline('your prompt').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 2
Model tree for botwinnik/xyLoraFlashPublic
Base model
black-forest-labs/FLUX.1-dev