aswordok

Results 16 comments of aswordok

> 你好,请问出现如下报错该如何解决。感谢! > > ``` > python setup.py bdist_wheel > > > torch.__version__ = 2.7.1+cu128 > > > D:\miniconda3\envs\tabdl\Lib\site-packages\setuptools\__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. > !! > > ********************************************************************************...

> GUI在程序右上角可以打开开机自启。但是由于存在提权弹窗的原因,在安装了Easytier的远程计算机重启的时候,没人去点那个。 > The same question.

> same error. `Command '['ninja', '-v', '-j', '12']' returned non-zero exit ` -v Correction --version , or -V. Here the original author typed the wrong code.

The same question. C:\Windows\System32>mamba activate 3d (3d) D:\+AI\myComfyUI>python -c "import torch; print(torch.cuda.get_device_capability())" (8, 9) (3d) D:\+AI\myComfyUI>set TORCH_CUDA_ARCH_LIST=8.9 (3d) D:\+AI\myComfyUI>python -c "import nvdiffrast.torch as dr;print(dr);glctx = dr.RasterizeGLContext()" D:\+AI\miniconda3\envs\3d\Lib\site-packages\torch\utils\cpp_extension.py:1964: UserWarning: TORCH_CUDA_ARCH_LIST is...

https://github.com/kijai/ComfyUI-WanAnimatePreprocess 安装这个

win11 torch 2.7.0 + cuda 12.8 + python 3.12.3 (int4) D:\+AI\myComfyUI\Comfyint4\tmp\flash-attention>set DISTUTILS_USE_SDK=1 (int4) D:\+AI\myComfyUI\Comfyint4\tmp\flash-attention>python setup.py bdist_wheel torch.__version__ = 2.7.0+cu128 D:\+AI\mamba\envs\int4\Lib\site-packages\setuptools\__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should...