Closed gxbsyxh closed 7 months ago
Thank you for your attention. You can try running "pip install ms-swift -U", or follow our installation instructions to reconfigure the environment
感谢您的关注。您可以尝试运行“pip install ms-swift -U”,或按照我们的安装说明重新配置环境 感谢您忙碌中来回复,但是它依然没有工作,comfyui便携版本,不管是在系统cmd,还是在\ComfyUI_windows_portable\python_embeded 下都一样,在python_embeded下操作会出现其它错误如下: Preparing metadata (setup.py) ... error error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "
note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed
× Encountered error while generating package metadata. ╰─> See above for output.
note: This is an issue with the package mentioned above, not pip. hint: See above for details.
It seems that "aliyunsdkcore" is not installed. This part may be related to the configuration of comfyui rather than the MagicTime environment. We haven't tried deploying it on comfyui yet, but in theory it should be feasible. Maybe you can refer to this issue.
Someone has successfully run MagicTime on ComfyUI, you can refer to it. ComfyUI-MagicTimeWrapper (by @Jukka Seppänen)
我在comfyui中安装成功了,使用的是comfyui-MagicTimeWrapper这个插件。 我用的是官方整合包,在整合包右键-在终端打开并安装:.\python_embeded\python.exe -m pip install aliyun-python-sdk-core-v3==2.13.10 然后安装依赖就会成功:python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-MagicTimeWrapper\requirements.txt
Thanks for your feedback.