Hi everyone,
I’m trying to train a diffuser model for image generation using the Diffusers library, following the code from Hugging Face. However, I’m encountering an error when trying to use the Colab GPU:
FileNotFoundError: [Errno 2] No such file or directory: ‘nvidia-smi’
What might be causing this error? Is it related to the GPU setup on Colab, or is there something wrong with my environment configuration?
Also, is it actually feasible to train a diffuser model on Colab, given its GPU limitations? Any advice on the best way to approach this would be greatly appreciated!