gitextract_f8afe7lc/ ├── A用户协议.txt ├── B使用教程+常见问题.txt ├── CODEOWNERS ├── LICENSE.txt ├── README.md ├── cache.json ├── config.json ├── configs/ │ ├── alt-diffusion-inference.yaml │ ├── instruct-pix2pix.yaml │ ├── v1-inference.yaml │ └── v1-inpainting-inference.yaml ├── environment-wsl2.yaml ├── launch.py ├── params.txt ├── requirements.txt ├── requirements_versions.txt ├── script.js ├── scripts/ │ ├── custom_code.py │ ├── img2imgalt.py │ ├── loopback.py │ ├── outpainting_mk_2.py │ ├── poor_mans_outpainting.py │ ├── postprocessing_codeformer.py │ ├── postprocessing_gfpgan.py │ ├── postprocessing_upscale.py │ ├── prompt_matrix.py │ ├── prompts_from_file.py │ ├── sd_upscale.py │ └── xyz_grid.py ├── style.css ├── styles.csv ├── tags/ │ └── temp/ │ ├── emb.txt │ └── wc.txt ├── test/ │ ├── __init__.py │ ├── basic_features/ │ │ ├── __init__.py │ │ ├── extras_test.py │ │ ├── img2img_test.py │ │ ├── txt2img_test.py │ │ └── utils_test.py │ ├── server_poll.py │ └── test_files/ │ └── empty.pt ├── textual_inversion_templates/ │ ├── hypernetwork.txt │ ├── none.txt │ ├── style.txt │ ├── style_filewords.txt │ ├── subject.txt │ └── subject_filewords.txt ├── tmp/ │ ├── stderr.txt │ ├── stdout.txt │ └── tagAutocompletePath.txt ├── ui-config.json ├── webui-macos-env.sh ├── webui-user.bat ├── webui-user.sh ├── webui.bat ├── webui.py └── webui.sh