Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
character
werewolf
furry
fantasy
wolf
mythology
creature
fiction
Instructions to use RalFinger/werewolf-lora-1-5-sdxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use RalFinger/werewolf-lora-1-5-sdxl with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("RalFinger/werewolf-lora-1-5-sdxl") prompt = "(werewolf:1.2), snow, snowing, (ice), icicles, frozen, chilling, chilled, ominous, horror, creepy, tall, wearing body armor made of human bones, (skull:0.9), (ribcage:1.2), piercings, fur details, fur pattern, (lightning strike), (lightning), storm, cloudy sky, backlighting, forest, nighttime, mist, fog, full moon, detailed claws, glowing, ominous aura Halo, jewelry, necklace, gold chains, (gold spikes), (fangs), smile, snarl, punk, wild hair, chromatic aberration, depth of field, soft lighting, masterpiece, best quality, intricate, tone mapped, highly detailed, artstation, concept art, smooth, sharp focus, dramatic lighting, highly detailed artwork, cinematic, hyper realistic painting, trending on Artstation, 8K, incredible shadows, realistic, (highly detailed background:1.0) " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Ctrl+K