Releases: zenafey/prodiapy
Releases · zenafey/prodiapy
5.1.6
5.1.5
Full Changelog: 5.1.4...5.1.5
5.1.4
Full Changelog: 5.1.3...5.1.4
5.1.3 - photomaker added
Full Changelog: 5.1.2...5.1.3
5.1.2
5.1.1 content_type hotfix
Fixed error when you used listing endpoints in async client
5.1 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)