Here is the error message I see on Colab for this projet:
AttributeError Traceback (most recent call last)
in
14 txt2img=webui.wrap_gradio_gpu_call(modules.txt2img.txt2img),
15 img2img=webui.wrap_gradio_gpu_call(modules.img2img.img2img),
---> 16 run_extras=webui.wrap_gradio_gpu_call(webui.run_extras),
17 run_pnginfo=webui.run_pnginfo
18 )
AttributeError: module 'webui' has no attribute 'run_extras'
Here is the error message I see on Colab for this projet:
AttributeError Traceback (most recent call last)
in
14 txt2img=webui.wrap_gradio_gpu_call(modules.txt2img.txt2img),
15 img2img=webui.wrap_gradio_gpu_call(modules.img2img.img2img),
---> 16 run_extras=webui.wrap_gradio_gpu_call(webui.run_extras),
17 run_pnginfo=webui.run_pnginfo
18 )
AttributeError: module 'webui' has no attribute 'run_extras'