-
Notifications
You must be signed in to change notification settings - Fork 15
ModuleNotFoundError: import of wandb halted; None in sys.modules #8
Comments
Hi, please provide me the steps you set up env. |
Prompt executed in 77.14 seconds Prompt executed in 37.51 seconds |
sorry, but looks likely your environment is quite different from mine, and just I mentioned in Readme, it is highly recommended to use a fresh new bundle downloaded from ComfyUI GitHub release page here https://github.com/comfyanonymous/ComfyUI/releases and keep the folder structure as default, this is what I tested on my end. |
I'm using a comfyUI launcher from Chinese developer Qiuye, python version is 3.10. I installed all the requirements manually in a python environment following your readme, except for the python version 3.10. I followed your installation instructions! |
it seems occur same error as me! I think it maybe the wandb version is not suitable for the Unique 3D nodes |
感觉秋叶启动器和这个项目不兼容,只要使用秋叶来安装这个项目都无法成功启动 |
应该是的,我自己没有使用任何的启动器 |
我今天照着您写的步骤,在秋叶启动器的python环境中操作了一遍,还是卡在了wandb的报错上,是不是这个库的版本问题,不兼容?其他问题都已经解决了 |
我这周找时间在秋叶里试一下吧 |
问一下秋叶启动器的官方下载地址是什么?我搜了一圈全都是转载网盘的,不像是官方地址 |
没有什么官方下载地址,大家都是从B站上UP主秋叶的页面给的网盘链接下载的 |
秋叶启动器夸克网盘【下载链接】 |
Encountered the same error, using qiuye integration package, python3.10,win11, cu121 |
可以把import wandb这句话移到下面用它的地方 |
@yogurt7771 感谢,已更新代码 |
I don't quite understand why this project requires wandb. Does this project involves training? |
@wfjsw thanks for sharing, this part comes from the original implementation https://github.com/AiuniAI/Unique3D, could you share your thoughts in this original repo? |
A brief look shows that wandb is absolutely not necessary. The custom models does not implement validation and in turns |
怎么样了大佬 |
Originally posted in 2kpr/ComfyUI-UltraPixel#12 (comment) |
OS:win11
Cuda:12.1
torch:2.2.2
tensorRT:10.0.16
wandb:0.17.3
PyTorch version 2.2.2+cu121 available.
!!! Exception during processing!!! import of wandb halted; None in sys.modules
Traceback (most recent call last):
File "E:\ComfyUI-aki-v1.3\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "E:\ComfyUI-aki-v1.3\execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "E:\ComfyUI-aki-v1.3\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Unique3D\run.py", line 101, in run
from .app.custom_models.mvimg_prediction import run_mvprediction
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Unique3D\app\custom_models\mvimg_prediction.py", line 21, in
from ..custom_models.utils import load_pipeline
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Unique3D\app\custom_models\utils.py", line 6, in
from custum_3d_diffusion import modules
File "E:\ComfyUI-aki-v1.3/custom_nodes/ComfyUI-Unique3D\custum_3d_diffusion\modules.py", line 14, in
from custum_3d_diffusion.trainings import base, image2mvimage_trainer, image2image_trainer
File "E:\ComfyUI-aki-v1.3/custom_nodes/ComfyUI-Unique3D\custum_3d_diffusion\trainings\base.py", line 11, in
import wandb
ModuleNotFoundError: import of wandb halted; None in sys.modules
done anyone know how to solve it?
The text was updated successfully, but these errors were encountered: