emma7033 commited on
Commit
55d708e
1 Parent(s): 016a4b0

Upload yellow_cat_on_park_bench.png

Browse files

pipe = 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")

Files changed (1) hide show
  1. yellow_cat_on_park_bench.png +3 -0
yellow_cat_on_park_bench.png ADDED

Git LFS Details

  • SHA256: c30fe35eb8cb9c9a7bbf499606f231900e7cddae1ac2ab9bdaf61fca3abdd4ca
  • Pointer size: 131 Bytes
  • Size of remote file: 476 kB