jeffreyrobeson

Results 24 comments of jeffreyrobeson

The problem has been solved

(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 No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' C:\Users\Administrator\pinokio\bin\miniconda\envs\ootd\lib\site-packages\torch\utils\cpp_extension.py:359: UserWarning: Error checking compiler version for cl:...

conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia

(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...

(ootd) PS E:\software\OOTDiffusion\run> python run_ootd.py --model_path E:\software\OOTDiffusion\run\examples\model\model_1.png --cloth_path E:\software\OOTDiffusion\run\examples\garment\02305_00.jpg --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: 'cp1' codec can't decode bytes in position 0--1: No...

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