LiManyuan663
LiManyuan663
Help Help!
好像和bitsandbytes库冲突了 ``` Could not load bitsandbytes native library: module 'jtorch.cuda' has no attribute 'get_device_capability' Traceback (most recent call last): File "/root/miniconda3/envs/peft/lib/python3.9/site-packages/bitsandbytes/cextension.py", line 109, in lib = get_native_library() File "/root/miniconda3/envs/peft/lib/python3.9/site-packages/bitsandbytes/cextension.py", line...
when I use stable-diffusion-2-1(768ema), something wrong happened. It seems that 768ema can't correctly sample noise and inverse image. but 2-1-base works well. Is there any differences between them? How can...