DeOldify for Stable Diffusion WebUI:This is an extension for StableDiffusion's AUTOMATIC1111 web-ui that allows colorize of old photos and old video. It is based on deoldify.
python launch.py
Traceback (most recent call last):
File "/home/quant/myapps/oldphotos/stable-diffusion-webui/launch.py", line 1, in
from modules import launch_utils
ImportError: cannot import name 'launch_utils' from 'modules' (/home/abc/.virtualenvs/oldphotos/lib/python3.11/site-packages/modules.py)
In linux,
python launch.py Traceback (most recent call last): File "/home/quant/myapps/oldphotos/stable-diffusion-webui/launch.py", line 1, in
from modules import launch_utils
ImportError: cannot import name 'launch_utils' from 'modules' (/home/abc/.virtualenvs/oldphotos/lib/python3.11/site-packages/modules.py)
Thanks.