The script directly references CUDA which is not available when running on a Macbook (e.g. M1)
This was addressed in some forks of the original txt2img scripts, see for example https://github.com/lstein/stable-diffusion
Would be great to adopt the same changes to allow the script to run on Mac (CPU only, sadly)
The script directly references
CUDAwhich is not available when running on a Macbook (e.g. M1)This was addressed in some forks of the original
txt2imgscripts, see for example https://github.com/lstein/stable-diffusionWould be great to adopt the same changes to allow the script to run on Mac (CPU only, sadly)