-
Notifications
You must be signed in to change notification settings - Fork 20
Description
I've been trying to run the latest version, just the last few updates. since the gradio update, and it crashes when loading the webui
Activating virtual environment...
Requirements are satisfied.
Starting the WebUI...Traceback (most recent call last):
File "F:\sdcppwebui\sd.cpp-webui\sdcpp_webui.py", line 11, in
from modules.interfaces.cli.txt2img_tab import (
File "F:\sdcppwebui\sd.cpp-webui\modules\interfaces\cli\txt2img_tab.py", line 12, in
from modules.ui.models import create_img_model_sel_ui
File "F:\sdcppwebui\sd.cpp-webui\modules\ui\models.py", line 8, in
from modules.loader import (
File "F:\sdcppwebui\sd.cpp-webui\modules\loader.py", line 4, in
import requests
ModuleNotFoundError: No module named 'requests'
I'm on python 3.11 atm and everything before has been running fine, I upgraded to 3.13 and tested that and it also crashed. back on python 3.11
I upgraded to the latest version again to test and it still has the crashing with the above error.
I tried with a git pull and from downloading directly and niether changed anything. both 'clean' installs.