ComfyUI-BiRefNet-ZHO
ComfyUI-BiRefNet-ZHO copied to clipboard
'path_to_image' from 'utils'
File "D:\test\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet-ZHO\dataset.py", line 10, in
tried : update comfy, update node, download model already, pull 1000800 times. still red. can you help me , thank you and xie xie merci beaucoup.
thank you Andy.
Unable to load, prompt: from utils import check_download_model ImportError: cannot import name 'check_download_model' from 'utils' (D:\ComfyUI\utils_init_.py)
The same +1
1.rename utils -> myutils
2. open file dataset.py, line 10: from utils import path_to_image
3. edit to: from myutils import path_to_image
1.rename utils -> myutils 2. open file dataset.py, line 10: from utils import path_to_image 3. edit to: from myutils import path_to_image
tks. it's worked
tư lương ngọc 10 điểm không có nhưng. ^^
1.重命名 utils -> myutils 2. 打开文件 dataset.py,第 10 行:from utils import path_to_image 3. 编辑为:from myutils import path_to_image
Thank you for solving my problem
1.rename utils -> myutils 2. open file dataset.py, line 10: from utils import path_to_image 3. edit to: from myutils import path_to_image
thanks
File "/home/ubuntu/project/ComfyUI/custom_nodes/ComfyUI-BiRefNet-ZHO/dataset.py", line 10, in
1.rename utils -> myutils 2. open file dataset.py, line 10: from utils import path_to_image 3. edit to: from myutils import path_to_image 
1.重命名 utils -> myutils 2. 打开文件 dataset.py,第 10 行:from utils import path_to_image 3. 编辑为:from myutils import path_to_image 