Skip to content

Releases: chainyo/picaisso

v1.2.0

08 May 10:12
Compare
Choose a tag to compare

Changes from #6 @chainyo

  • 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 the image when it's used as input
  • Change image return format JPEG -> PNG
  • Add an input pipeline check to ensure prompt/image is 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 an error if the task is not implemented for the bot

v1.1.0

03 May 21:33
Compare
Choose a tag to compare

v1.0.1

03 May 09:49
Compare
Choose a tag to compare
  • Add tomsd optimization to accelerate the inference time

v1.0.0

25 Apr 07:15
Compare
Choose a tag to compare

First release

  • Fully functional API hosting a StableDiffusion model with authentication.
  • Discord Bot to interact with the API
  • Deploy with Docker