ffxvs / sd-webui-complete-setup

Jupyter notebook for Stable Diffusion Web UI and Stable Diffusion Web UI Forge.
https://ffxvs.github.io/sd-webui-complete-setup/
MIT License
13 stars 0 forks source link

Error Launching Web UI #6

Open firofame opened 1 month ago

firofame commented 1 month ago

Screenshot 2024-05-30 at 7 27 53 PM

FileNotFoundError                         Traceback (most recent call last)
Cell In[8], line 19
     14 cors = 'https://huchenlei.github.io'
     17 ################################################################################################################
---> 19 launchWebui()

Cell In[3], line 175, in launchWebui()
    172     get_ipython().system('python launch.py {args} --exit')
    173     get_ipython().system('pip install -q pillow==9.5.0')
--> 175 with open(blocksPath, 'r') as file:
    176     content = file.read()
    178 pattern = re.compile(r'print\(\s*strings\.en\["RUNNING_LOCALLY_SEPARATED"\]\.format\(\s*self\.protocol, self\.server_name, self\.server_port\s*\)\s*\)')

File /usr/local/lib/python3.10/dist-packages/IPython/core/interactiveshell.py:324, in _modified_open(file, *args, **kwargs)
    317 if file in {0, 1, 2}:
    318     raise ValueError(
    319         f"IPython won't let you open fd={file} by default "
    320         "as it is likely to crash IPython. If you know what you are doing, "
    321         "you can use builtins' open."
    322     )
--> 324 return io_open(file, *args, **kwargs)

FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.10/dist-packages/gradio/blocks.py'

it was working fine few days ago.

ffxvs commented 1 month ago

Try running it again

devingfx commented 1 month ago

Running again, n again, n again.... no more luck !

ffxvs commented 1 month ago

Running again, n again, n again.... no more luck !

I've tested all the notebooks and haven't had any problems. Make sure you use the latest notebooks. To update the notebooks, delete all notebooks starting with sd_webui_, sd15_, sdxl_ before starting the machine.

You can verify all notebooks version here updates.json