Replies: 4 comments 3 replies
-
|
Would help to know what specific issues you are seeing! Common problems we troubleshoot at RevolutionAI (https://revolutionai.io):
Can you share the error message or describe what is happening? That will help narrow down the fix. |
Beta Was this translation helpful? Give feedback.
-
|
Happy to help troubleshoot! At RevolutionAI (https://revolutionai.io) we support SD deployments. Please share:
Quick checks: # Python version
python --version
# GPU detection
python -c "import torch; print(torch.cuda.is_available())"
# VRAM
nvidia-smiCommon fixes:
What specific issue are you seeing? |
Beta Was this translation helpful? Give feedback.
-
|
This error: pyproject_hooks / setuptools / get_requires_for_build_wheel A Python package failed to build Python 3.10.x ONLY Delete this folder completely: It will rebuild the environment automatically. Open CMD in the WebUI folder: Then start again: webui-user.bat ;) |
Beta Was this translation helpful? Give feedback.
-
|
i get this repo not found info: please complete authentication in your browser... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having a real hard time trying to get this to work. I've tried multiple guides, and chat gpt, but i keep getting errors, and going trough a loop. i get this error the most
ModuleNotFoundError: No module named 'pkg_resources'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed to build 'https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zip' when getting requirements to build wheel
Press any key to continue . . .
the problem is, i hade a working version last week, but because of a hard drive crash, i had to reinstall everything. now I'm having the time from hell and stressing hard over this.
Beta Was this translation helpful? Give feedback.
All reactions