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

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

Important: This repository is deprecated and it is recommended to instead use the identical repository of the original author here: https://huggingface.co/Lykon/dreamshaper-7-inpainting

This is an inpainting model, which has been converted from the dreamshaper_7-inpainting.

Downloads last month
-
Safetensors
Model size
0.9B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support