rom1504 / dalle-service

Dalle service

Home Page:https://rom1504.github.io/dalle-service/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dalle-pytorch version, service not working

jays0606 opened this issue · 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

what specific weight do you mean ?

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)

did you retrain a model with the new version ?

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

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

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