How to use from the
Use from the
Diffusers library
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("Jonjew/ArueshalaeDemonArmor")

prompt = "detailed digital painting depicting a fantasy warrior with demonic features. The subject is a female warrior with short, dark hair, sharp, pointed horns on her head, and large, bat-like wings with black membranes and dark red veins. She wears ornate, black and silver skimpy armor with intricate designs, including a chest plate, shoulder guards, and gauntlets. Her armor features a mix of leather and metal, with a flowing, dark blue cloak that billows behind her. She is half naked., Bold, iconic, dynamic, dramatic, complex background, gorgeous, extremely intricate details"
image = pipe(prompt).images[0]

Not-For-All-Audiences

This repository has been marked as containing sensitive content and may contain potentially harmful and sensitive information.

View model card