ControlNet
ControlNet copied to clipboard
Questions about the environment.yaml file of the environment
Hello. I see that the python version in the environment.yaml file in your project is python=3.8.5 CudaToolkit is - CUDATOOLKIToToolkit=11.3 pytorch is - pytorch = 1.12.1 The cudatoolkit in my system is CUDA Toolkit 11.8 pytorch is also based on the CUDA Toolkit. Then the pytorch corresponding to CUDA Toolkit 11.8 should be Stable (2.0.0) When I execute conda env create -f environment.yaml Will there be problems? Or should I change these values? Thank you for your answer.