Instructions to use alvdansen/colorfulshadowsketch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alvdansen/colorfulshadowsketch 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/colorfulshadowsketch") prompt = "A sleek cyberpunk assassin clad in an iridescent exoskeleton suit" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
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
Model tree for alvdansen/colorfulshadowsketch
Base model
stabilityai/stable-diffusion-xl-base-1.0