narner / instruct-pix2pix-banana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🍌 instruct-pix2pix for banana

A working deployment of instruct-pix2pix for banana.dev.

Instant Deploy

instruct-pix2pix is available as a prebult model on Banana! See how to deploy in seconds.

Model Inputs

The model accepts the following inputs:

  • prompt (required)
  • image_url (required, should be 512x512 or another standard Stable Diffusion 1.5 resolution for best results)
  • negative_prompt (optional)
  • seed (optional)
  • guidance_scale (optional, default 7.5)
  • image_guidance_scale (optional, default 1.5)

Please see the instruct-pix2pix documentation for more information about these configuration options.

About

License:MIT License


Languages

Language:Python 81.6%Language:Dockerfile 18.4%