LAION-AI / dalle2-laion

Pretrained Dalle2 from laion
499 stars 66 forks source link

All Models Out of Date(Possible downgrade feature?) #18

Closed JustAHippo closed 1 year ago

JustAHippo commented 1 year ago

All the current models get downloaded for 1.1.0, but the latest version is 1.4.6. It would be great to have an option to downgrade the version of DALLE2-pytorch so these are compatible for the current moment!

Veldrovive commented 1 year ago

DALLE2-pytorch should be manually downgraded with pip install DALLE2-pytorch==1.1.0 since messing with library versions inside another library is a recipe for disaster. What I can add is a message for how to change to the correct version inside that version mismatch message.

Veldrovive commented 1 year ago

The command for switching to the correct dalle2-pytorch version is now printed out after the warning message. a13198cc8b0c5ad4d340af675365c06bed1b8355

rom1504 commented 1 year ago

Why can't we put ==1.1.0 in setup.py ?