Instructions to use alvdansen/Painted-illustration with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alvdansen/Painted-illustration 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("alvdansen/Painted-illustration") prompt = " Victorian-era woman with auburn hair styled in elegant curls, wearing a high-collared dress with intricate lace details" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Painted Illustration

- Prompt
- Victorian-era woman with auburn hair styled in elegant curls, wearing a high-collared dress with intricate lace details

- Prompt
- A space explorer in a white spacesuit with a blue visor, floating outside a spaceship, holding a laser tool, with a backdrop of distant stars and galaxies

- Prompt
- A cyborg girl with metallic limbs and a holographic interface projected from her wrist, wearing a sleek, silver bodysuit, standing in a futuristic laboratory filled with advanced technology

- Prompt
- A man with dark curly hair and a well-groomed beard, wearing a tailored grey suit with a red tie, standing in front of a modern skyscraper, holding a briefcase

- Prompt
- A woman with bright pink hair styled in a bob cut, wearing a leather
Model description
Another painted illustration model - this one with more defined linework and features.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 10
Model tree for alvdansen/Painted-illustration
Base model
stabilityai/stable-diffusion-xl-base-1.0