Skip to content

Conversation

@chainyo
Copy link
Owner

@chainyo chainyo commented May 8, 2023

  • Add StableDiffusionImg2ImgPipeline, StableDiffusionImageVariationPipeline, StableDiffusionUpscalePipeline along the StableDiffusionPipeline
  • Add the task parameter to choose which pipeline to run
  • Change pipeline output type from np.ndarray -> PIL.Image
  • Add a download function to download image when it's used as input
  • Change image return format JPEG -> PNG
  • Add an input pipeline check to ensure prompt/image are present for each pipeline
  • Add a GET endpoint to check the API task status
  • Add a way for the bot to check the API task loaded, and raise error if task is not implemented for the bot

@chainyo chainyo added the enhancement New feature or request label May 8, 2023
@chainyo chainyo merged commit 152a826 into main May 8, 2023
@chainyo chainyo deleted the add-img-to-img branch May 8, 2023 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants