Upload yellow_cat_on_park_bench.png
Browse filespipe = StableDiffusionInpaintPipeline.from_pretrained(
"models/runwayml/stable-diffusion-inpainting",
)
prompt = "Face of a yellow cat, high resolution, sitting on a park bench"
image = pipe(prompt=prompt, image=image,
mask_image=mask_image).images[0]
image.save("./outputs/inpainting/yellow_cat_on_park_bench.png")
yellow_cat_on_park_bench.png
ADDED
Git LFS Details
|