hollowstrawberry / kohya-colab

Accessible Google Colab notebooks for Stable Diffusion Lora training, based on the work of kohya-ss and Linaqruf
GNU General Public License v3.0
561 stars 80 forks source link

Not sure if this affects anything but I am getting this when running. #66

Closed ghost closed 8 months ago

ghost commented 8 months ago

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. torchaudio 2.1.0+cu118 requires torch==2.1.0, but you have torch 2.0.1+cu118 which is incompatible. torchdata 0.7.0 requires torch==2.1.0, but you have torch 2.0.1+cu118 which is incompatible. torchtext 0.16.0 requires torch==2.1.0, but you have torch 2.0.1+cu118 which is incompatible. torchvision 0.16.0+cu118 requires torch==2.1.0, but you have torch 2.0.1+cu118 which is incompatible.

hollowstrawberry commented 8 months ago

I can't fix this yet because colab updated its torch version which as far as I can tell is incompatible with any xformers version.

Shouldn't affect anything except installation speed.

ghost commented 8 months ago

I can't fix this yet because colab updated its torch version which as far as I can tell is incompatible with any xformers version.

Shouldn't affect anything except installation speed.

good to know

victorbianconi commented 8 months ago

@hollowstrawberry are you for hire for a gig? Sorry if I comment here but I can't find any contact info.

hollowstrawberry commented 8 months ago

@hollowstrawberry are you for hire for a gig? Sorry if I comment here but I can't find any contact info.

I'm always up for training Loras, but I think I can't join a new gig at the moment.

You can contact me at samruxb@gmail.com

hollowstrawberry commented 8 months ago

This issue had been solved for now.