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("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("alvdansen/colorfulshadowsketch")

prompt = "A sleek cyberpunk assassin clad in an iridescent exoskeleton suit"
image = pipe(prompt).images[0]

Colorful Shadow Sketch

Prompt
A sleek cyberpunk assassin clad in an iridescent exoskeleton suit
Prompt
A mystical forest surrounded by shimmering will-o'-wisps
Prompt
A mechanical bird perched on a rusted clock tower
Prompt
A sleek cyberpunk assassin clad in an iridescent exoskeleton suit
Prompt
girl with blonde-brown hair and big round glasses holding a to go cup of coffee, white shirt

Model description

A model with very colorful linework and some understanding when it comes to light and shadow.

Download model

Weights for this model are available in Safetensors format.

Model release is for research purposes only. For commercial use, please contact me directly.

Download them in the Files & versions tab.

Downloads last month
4
Inference Providers NEW
Examples

Model tree for alvdansen/colorfulshadowsketch

Adapter
(8357)
this model