├── README.md ├── UNetStructureStr.txt ├── csv └── preset.tsv ├── install.py ├── requirements.txt ├── scripts ├── mbw_util │ └── preset_weights.py └── runtime_block_merge.py └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashen-sensored/sd-webui-runtime-block-merge/HEAD/README.md -------------------------------------------------------------------------------- /UNetStructureStr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashen-sensored/sd-webui-runtime-block-merge/HEAD/UNetStructureStr.txt -------------------------------------------------------------------------------- /csv/preset.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashen-sensored/sd-webui-runtime-block-merge/HEAD/csv/preset.tsv -------------------------------------------------------------------------------- /install.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashen-sensored/sd-webui-runtime-block-merge/HEAD/install.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | natsort -------------------------------------------------------------------------------- /scripts/mbw_util/preset_weights.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashen-sensored/sd-webui-runtime-block-merge/HEAD/scripts/mbw_util/preset_weights.py -------------------------------------------------------------------------------- /scripts/runtime_block_merge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashen-sensored/sd-webui-runtime-block-merge/HEAD/scripts/runtime_block_merge.py -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------