lllyasviel / lllyasviel/stable-diffusion-webui-forge
ModuleNotFoundError: No module named 'gguf'
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
just merged latest commit, upon restart received following:
venv "T:\auto1111\stable-diffusion-webui-amdgpu-forge\venv\Scripts\Python.exe"
WARNING: ZLUDA works best with SD.Next. Please consider migrating to SD.Next.
fatal: No names found, cannot describe anything.
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Version: f2.0.1v1.10.1-1.10.1
Commit hash: d7f548d54e116d9458c512f157baf170708d84b4
ROCm: agents=['gfx1031']
ROCm: version=6.2, using agent gfx1031
ZLUDA support: experimental
ZLUDA load: path='T:\auto1111\stable-diffusion-webui-amdgpu-forge\.zluda' nightly=False
Installing requirements
Traceback (most recent call last):
File "T:\auto1111\stable-diffusion-webui-amdgpu-forge\launch.py", line 54, in
main()
File "T:\auto1111\stable-diffusion-webui-amdgpu-forge\launch.py", line 42, in main
prepare_environment()
File "T:\auto1111\stable-diffusion-webui-amdgpu-forge\modules\launch_utils.py", line 627, in prepare_environment
from modules import devices
File "T:\auto1111\stable-diffusion-webui-amdgpu-forge\modules\devices.py", line 3, in
from backend import memory_management
File "T:\auto1111\stable-diffusion-webui-amdgpu-forge\backend\memory_management.py", line 10, in
from backend import stream, utils
File "T:\auto1111\stable-diffusion-webui-amdgpu-forge\backend\utils.py", line 1, in
import gguf
ModuleNotFoundError: No module named 'gguf'
Press any key to continue . . .
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the traceback entry points in modules/launch_utils.py, modules/devices.py, backend/memory_management.py, and backend/utils.py, then inspect how the project installs requirements during prepare_environment(). Reproduce the restart failure and identify the dependency or installation step responsible for making gguf importable; done means the reported startup path no longer raises ModuleNotFoundError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100