Files
sd-webui-aspect-ratio-helper/scripts/sd_webui_aspect_ratio_helper.py
544146 c4d2e7ec9e Refactor repository
- Split code up, so it can be easily unit tested
- Add unit tests for utility functions
- Add different display options for percentages
- Add contribution section on README.md
2023-03-20 15:27:12 +00:00

4 lines
96 B
Python

from aspect_ratio_helper.main import AspectRatioStepScript
__all__ = ['AspectRatioStepScript']