Spaces:
Runtime error
Runtime error
Fix "CUDA has been initialized before importing the `spaces` package"
#13
by
chris-rannou
HF Staff
- opened
Diffusers package initializes CUDA leading to the "CUDA has been initialized before importing the spaces
package" error.
Moving up the spaces
import fixes the issue