Add support for checkpoint merging

This commit is contained in:
William Moorehouse
2022-09-25 19:22:12 -04:00
parent ca3e5519e8
commit 91643f651d
3 changed files with 53 additions and 2 deletions

View File

@@ -85,7 +85,8 @@ def webui():
txt2img=wrap_gradio_gpu_call(modules.txt2img.txt2img),
img2img=wrap_gradio_gpu_call(modules.img2img.img2img),
run_extras=wrap_gradio_gpu_call(modules.extras.run_extras),
run_pnginfo=modules.extras.run_pnginfo
run_pnginfo=modules.extras.run_pnginfo,
run_modelmerger=modules.extras.run_modelmerger
)
demo.launch(