stable-diffusion-webui/scripts/webui/webui.py
hlky 5a10bdbd47
proposed streamlit code organization changes
I want people of all skill levels to be able to contribute
This is one way the code could be split up with the aim of making it easy to understand and contribute especially for people on the lower end of the skill spectrum
All i've done is split things, I think renaming and reorganising is still needed
2022-09-08 17:57:38 +01:00

4 lines
66 B
Python

from ui.layout import *
if __name__ == '__main__':
layout()