Update sync.yml

This commit is contained in:
hlky 2022-08-28 23:49:29 +01:00
parent 64ca78ca76
commit 783b7c6691

14
.github/sync.yml vendored
View File

@ -1,11 +1,21 @@
hlky/stable-diffusion:
- source: webui.py
dest: scripts/webui.py
- source: webui_playground.py
dest: scripts/webui_playground.py
- source: relauncher.py
dest: scripts/relauncher.py
- source: txt2img.yaml
dest: txt2img.yaml
- source: webui.yaml
dest: configs/webui/webui.yaml
- source: readme.md
dest: readme.md
- source: scripts/frontend/__init__.py
dest: scripts/frontend/__init__.py
- source: scripts/frontend/css_and_js.py
dest: scripts/frontend/css_and_js.py
- source: scripts/frontend/frontend.py
dest: scripts/frontend/frontend.py
- source: scripts/frontend/ui_functions.py
dest: scripts/frontend/ui_functions.py