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
30 stars 1 forks source link

setting up webui? #16

Closed leviackermann59 closed 1 week ago

leviackermann59 commented 1 week ago

sorry for this noob question, i keep getting this error when i use the new notebook for forge 'python: can't open file '/notebooks/stable-diffusion-webui-forge/webui.py': [Errno 2] No such file or directory' there is no 'setup webui' cell for the new notebook tho

ffxvs commented 1 week ago

What's the output when you running the 1.1. Initialization cell ?

And please try runnning this code on a new cell then copy the output :

import os
print(os.environ.get('BRANCH_ID'))
print(os.environ.get('WEBUI_ID'))
print(os.environ.get('WEBUI_DIR'))
print(os.environ.get('PLATFORM_ID'))
print(os.environ.get('CONTAINER_VERSION'))