DeFooocus_colab.ipynb Suddenly Error and Need Help
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 1.7k
- 派生
- 408
- 平均合并
- 2 天 57 分钟
- 30 天内合并 PR
- 7
描述
Hi,
I am new to this kind of AI tools and have 0 knowledge or experience on it before, I just find it on google and just used it for less than 1 month but it is suddenly give me error state like this:
[DeFooocus] Preparing ...
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... done
error: subprocess-exited-with-error
× Building wheel for pygit2 (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Building wheel for pygit2 (pyproject.toml) ... error
ERROR: Failed building wheel for pygit2
error: failed-wheel-build-for-install
× Failed to build installable wheels for some pyproject.toml based projects
╰─> pygit2
/content
fatal: destination path 'DeFooocus' already exists and is not an empty directory.
/content/DeFooocus
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Installing build dependencies ... done
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
[DeFooocus] Starting ...
Already up-to-date
Update succeeded.
[System ARGV] ['entry_with_update.py', '--share', '--attention-split', '--always-high-vram', '--disable-offload-from-vram', '--all-in-fp16', '--theme', 'dark']
Python 3.12.11 (main, Jun 4 2025, 08:56:18) [GCC 11.4.0]
Fooocus version: 0.2
Error checking version for torchsde: No package metadata was found for torchsde
Installing requirements
Couldn't install requirements.
Command: "/usr/bin/python3" -m pip install -r "requirements_versions.txt" --prefer-binary
Error code: 1
stdout: Collecting torchsde==0.2.6 (from -r requirements_versions.txt (line 1))
Using cached torchsde-0.2.6-py3-none-any.whl.metadata (5.3 kB)
Collecting einops==0.4.1 (from -r requirements_versions.txt (line 2))
Using cached einops-0.4.1-py3-none-any.whl.metadata (10 kB)
Collecting transformers==4.30.2 (from -r requirements_versions.txt (line 3))
Using cached transformers-4.30.2-py3-none-any.whl.metadata (113 kB)
Collecting safetensors==0.3.1 (from -r requirements_versions.txt (line 4))
Using cached safetensors-0.3.1.tar.gz (34 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting accelerate==0.21.0 (from -r requirements_versions.txt (line 5))
Using cached accelerate-0.21.0-py3-none-any.whl.metadata (17 kB)
Collecting pyyaml==6.0 (from -r requirements_versions.txt (line 6))
Using cached PyYAML-6.0.tar.gz (124 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'error'
stderr: error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
CMD Failed requirements: install -r "requirements_versions.txt"
Total VRAM 15095 MB, total RAM 12978 MB
Forcing FP16.
Set vram state to: HIGH_VRAM
Device: cuda:0 Tesla T4 : native
VAE dtype: torch.float32
Using split optimization for cross attention
Traceback (most recent call last):
File "/content/DeFooocus/entry_with_update.py", line 46, in
from launch import *
File "/content/DeFooocus/launch.py", line 128, in
from webui import *
File "/content/DeFooocus/webui.py", line 10, in
import modules.async_worker as worker
File "/content/DeFooocus/modules/async_worker.py", line 3, in
from modules.patch import PatchSettings, patch_settings, patch_all
File "/content/DeFooocus/modules/patch.py", line 10, in
import ldm_patched.k_diffusion.sampling
File "/content/DeFooocus/ldm_patched/k_diffusion/sampling.py", line 6, in
import torchsde
ModuleNotFoundError: No module named 'torchsde'
what wrong with this? can someone help me? i already try steps from google to resolve it but is still like this. I also send email to google technical team but that is nothing until now
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从报告的 Python 3.12 安装输出以及经过 /content/DeFooocus/entry_with_update.py、launch.py 和 requirements_versions.txt 的 traceback 开始。先检查 pygit2 构建失败是否与此仓库有关,再确定预期的更改;要视为完成,需要一个可复现的、特定于仓库的失败以及明确的修复方案。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- devtools
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 15/100