How to use LyliaEngine/bismuthIllustrious_v70 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("OnomaAIResearch/Illustrious-xl-early-release-v0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/bismuthIllustrious_v70") prompt = "1girl, blue eyes, black hair, huge breasts, katana, fighting stance, front view, looking at viewer, long katana, dark atmosphere, blank gaze, blood on katana, blood on steel, dripping blood, masterpiece, best quality, highly detailed, good quality, newest" image = pipe(prompt).images[0]
The community tab is the place to discuss and collaborate with the HF community!