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("digiplay/xiaomeige_outlineColor_v10", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

Model info: Outline Color | 勾线彩画净

https://civitai.com/models/378117/outline-color-or

outlineColor_v10.safetensors

Author Civitai.com Page:

https://civitai.com/user/xiaomeige

Author's DEMO images:

9babb9290ddcd16a73a6651c7f63aa9f3615924ec17159c773a2b4b780605fe5.png

Downloads last month
556
Safetensors
Model size
0.9B params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using digiplay/xiaomeige_outlineColor_v10 32