gulou

Results 6 comments of gulou

add data source, and automatic download

> F:\ComfyUI>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --lowvram --force-fp16 ** ComfyUI startup ** Platform: Windows ** Python version: 3.11.6 > > I draw a mask, click save to node, but it doesn’t...

> 因为我里面只有5美元,跑你这里的实例代码都跑不通 assert not isinstance(response, OpenAIResponse) 还有导入包的时候,也报错 from metagpt.software_company import SoftwareCompany Exception: Project root not found.

> 意思就是我要先手动安装一下torch,然后再去手动安装其他包吗?

> 是的。activate新建的environment之后先安装torch: pip install torch==1.12.0+cu113 torchvision==0.13.0+cu113 torchaudio==0.12.0 --extra-index-url https://download.pytorch.org/whl/cu113 然后pip install所有的packages。flash-attn会花比较久的时间可以考虑单独装。conda activate VideoComposer 然后可以用下面这个command: pip install absl-py==1.4.0 aiohttp==3.8.4 aiosignal==1.3.1 aliyun-python-sdk-core==2.13.36 aliyun-python-sdk-kms==2.16.0 asttokens==2.2.1 async-timeout==4.0.2 attrs==22.2.0 backcall==0.2.0 cachetools==5.3.0 cffi==1.15.1 chardet==5.1.0 charset-normalizer==3.1.0 clean-fid==0.1.35...