├── .gitignore ├── 0001-Adding-after_ui_callback-for-scripts.patch ├── LICENSE ├── README.md ├── cfg_denoised_callback-ea9bd9fc.patch ├── screenshots ├── 20230213.png └── 20230303.png ├── scripts ├── sketch_helper.py └── two_shot.py └── style.css /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miZyind/sd-webui-latent-couple/HEAD/.gitignore -------------------------------------------------------------------------------- /0001-Adding-after_ui_callback-for-scripts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miZyind/sd-webui-latent-couple/HEAD/0001-Adding-after_ui_callback-for-scripts.patch -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miZyind/sd-webui-latent-couple/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miZyind/sd-webui-latent-couple/HEAD/README.md -------------------------------------------------------------------------------- /cfg_denoised_callback-ea9bd9fc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miZyind/sd-webui-latent-couple/HEAD/cfg_denoised_callback-ea9bd9fc.patch -------------------------------------------------------------------------------- /screenshots/20230213.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miZyind/sd-webui-latent-couple/HEAD/screenshots/20230213.png -------------------------------------------------------------------------------- /screenshots/20230303.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miZyind/sd-webui-latent-couple/HEAD/screenshots/20230303.png -------------------------------------------------------------------------------- /scripts/sketch_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miZyind/sd-webui-latent-couple/HEAD/scripts/sketch_helper.py -------------------------------------------------------------------------------- /scripts/two_shot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miZyind/sd-webui-latent-couple/HEAD/scripts/two_shot.py -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miZyind/sd-webui-latent-couple/HEAD/style.css --------------------------------------------------------------------------------