krummrey

Results 25 comments of krummrey

Most maintainers find a way to get an abstraction from Cuda that allows other platforms (like M1) to execute the code. 😪

They are two dimensional? Just use R for X and G for Y. 8 Bit normalized should be precision enough? -127 to +127?

Has anyone looked into this?

Is there a way to get around nvcc? ``` ## ComfyUI-Manager: EXECUTE => ['/Applications/Data/Packages/ComfyUI/venv/bin/python3', 'install.py'] Installing packages... Error getting CUDA version: [Errno 2] No such file or directory: 'nvcc' [warning]...

I tried that. had to install librosa, numexpr and deforum. now i'm stuck at: ``` from diffusers.models.unet_2d_condition import UNet2DConditionModel ModuleNotFoundError: No module named 'diffusers.models.unet_2d_condition' ``` But that has already been...