jeffreyrobeson

Results 24 comments of jeffreyrobeson

可以参考https://aimusic.so/

How to install ComfyUI OOTDiffusion on Windows 10?

(ootd) E:\software\OOTDiffusion\run>python run_ootd.py --model_path E:\software\OOTDiffusion\run\examples\model\ --cloth_path E:\software\OOTDiffusion\run\examples\garment\ --scale 2.0 --sample 4 C:\Users\Administrator\pinokio\bin\miniconda\envs\ootd\lib\site-packages\torch\utils\cpp_extension.py:381: UserWarning: Error checking compiler version for cl: [WinError 2] 系统找不到指定的文件。 warnings.warn(f'Error checking compiler version for {compiler}: {error}') Traceback...

(ootd) E:\software\OOTDiffusion\run>python run_ootd.py --model_path E:\software\OOTDiffusion\run\examples\model\ --cloth_path E:\software\OOTDiffusion\run\examples\garment\ --scale 2.0 --sample 4 Traceback (most recent call last): File "E:\software\OOTDiffusion\run\run_ootd.py", line 10, in from preprocess.humanparsing.aigc_run_parsing import Parsing File "E:\software\OOTDiffusion\preprocess\humanparsing\aigc_run_parsing.py", line 7, in...

pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117 (ootd) E:\software\OOTDiffusion\run>python -c "import torch; print(torch.cuda.is_available())" True

How can I solve this problem?

pip uninstall torch pip uninstall torchvision conda clean -a pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117 conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia python -c "import torch;...