Skip to content

Releases: zenafey/prodiapy

5.1.6

11 May 12:38
Compare
Choose a tag to compare

Full Changelog: 5.1.5...5.1.6

5.1.5

11 May 03:40
Compare
Choose a tag to compare

Full Changelog: 5.1.4...5.1.5

5.1.4

10 May 06:08
Compare
Choose a tag to compare

Full Changelog: 5.1.3...5.1.4

5.1.3 - photomaker added

09 May 20:02
Compare
Choose a tag to compare

5.1.2

27 Mar 07:35
Compare
Choose a tag to compare

fixed name of constants method

5.1.1 content_type hotfix

14 Mar 16:45
Compare
Choose a tag to compare

Fixed error when you used listing endpoints in async client

5.1 Release

13 Mar 16:43
Compare
Choose a tag to compare

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)