Skip to content

5.1 Release

Compare
Choose a tag to compare
@zenafey zenafey released this 13 Mar 16:43
· 10 commits to main since this release

Changes

  • Async mode: to get async client you should import it from prodiapy.aio
  • wiki: now there is wiki in the code, showing source of methods and classes
  • small code improvements
  • due to dynamic changing models, samplers, loras lists constants.py was removed
  • due to almost similar nature of StableDiffusion and StableDiffusionXL they were united into StableDiffusionGeneral with model_architecture parameted (sd and sdxl are still here)