Flow-Style-VTON
Flow-Style-VTON copied to clipboard
Bad results
I tried with your list environment and the results are still coming bad :( Please guide me Python: 3.6.13 Torch: 1.1.0 Torchvision: 0.3.0 cuda 11.4
also sometimes get this error. RuntimeError: CUDA error: no kernel image is available for execution on the device
You're getting this error because torch-1.1.0 is not compatible with cuda-11.4. Try the following command for torch.
pip install torch==1.10.1+cu111 torchvision==0.11.2+cu111 torchaudio==0.10.1 -f https://download.pytorch.org/whl/torch_stable.html