dalle-service icon indicating copy to clipboard operation
dalle-service copied to clipboard

dalle-pytorch version, service not working

Open jays0606 opened this issue 4 years ago • 7 comments

dalle-pytorch version has been updated, and the weights from the checkpoint is different from the model. Version dalle-pytorch==0.14.3 works. Consider updating requirements.txt

I've run the backend server, and entered the url into your front url. The url loads fine, but when I hit enter, nothing comes up even though I'd waited quite a while

jays0606 avatar Aug 21 '21 02:08 jays0606

what specific weight do you mean ?

rom1504 avatar Sep 08 '21 08:09 rom1504

I think the name of the model checkpoints (key in key:value) is different from the name of the keys imported from dalle-pytorch. Try pip installing the latest dalle-pytorch, and see if it works.

(The backend server works)

jays0606 avatar Sep 08 '21 08:09 jays0606

did you retrain a model with the new version ?

rom1504 avatar Sep 08 '21 08:09 rom1504

did you retrain a model with the new version ?

No I haven't retrained anything. The model I'd loaded was from the checkpoint listed in your github

jays0606 avatar Sep 08 '21 09:09 jays0606

Do you mean https://github.com/robvanvolt/DALLE-models/tree/main/models/taming_transformer ? Let's fix it there then

rom1504 avatar Sep 08 '21 09:09 rom1504

Yes, it is from that link. Ok good idea!

jays0606 avatar Sep 08 '21 09:09 jays0606

Hi, was the model 16L_64HD_8H_512I_128T_cc12m_cc3m_3E from dalle_back.ipynb fixed to match current dalle-pytorch version?

aalbersk avatar Jul 05 '22 09:07 aalbersk