sygil-webui/.github/sync.yml

19 lines
572 B
YAML
Raw Normal View History

hlky/stable-diffusion:
- source: webui.py
2022-08-24 22:50:34 +03:00
dest: scripts/webui.py
2022-08-29 01:49:29 +03:00
- source: webui_playground.py
dest: scripts/webui_playground.py
2022-08-25 02:17:50 +03:00
- source: relauncher.py
dest: scripts/relauncher.py
2022-08-25 17:02:19 +03:00
- source: txt2img.yaml
dest: txt2img.yaml
2022-08-26 14:24:48 +03:00
- source: webui.yaml
dest: configs/webui/webui.yaml
2022-08-29 01:53:07 +03:00
- source: frontend/__init__.py
dest: frontend/__init__.py
- source: frontend/css_and_js.py
dest: frontend/css_and_js.py
- source: frontend/frontend.py
dest: frontend/frontend.py
- source: frontend/ui_functions.py
dest: frontend/ui_functions.py