crappypatty

Results 4 comments of crappypatty

mine got the same issue after the line: "Replace CrossAttention.forward to use xformers". the error said that xformers module is not found.

> I've had to work around this a few times before by compiling xformers from source instead. > > xformers is cursed and precompiled wheels are not super portable between...

try setting this as a system variable on Environmental Variables: Variable name= PYTHON_CUDA_ALLOC_CONF Variable value= max_split_size_mb:1024

> > try setting this as a system variable on Environmental Variables: Variable name= PYTHON_CUDA_ALLOC_CONF Variable value= max_split_size_mb:1024 > > it's not working for this case, seems some where system...