-
Notifications
You must be signed in to change notification settings - Fork 305
kohya-LoRA-trainer-XL pillow and torch error #347
Comments
Same dependency issue here |
replace xformers code to |
Thank you so much,it works! |
It has an error but can still be trained |
change to |
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
imageio 2.31.6 requires pillow<10.1.0,>=8.3.2, but you have pillow 10.2.0 which is incompatible.
torchvision 0.17.1+cu121 requires torch==2.2.1, but you have torch 2.1.0 which is incompatible.
ValueError: Could not find the operator torchvision::nms. Please make sure you have already
registered the operator and (if registered from C++) loaded it via torch.ops.load_library.
The text was updated successfully, but these errors were encountered: