nerdyrodent / VQGAN-CLIP

Just playing with getting VQGAN+CLIP running locally, rather than having to use colab.
Other
2.61k stars 427 forks source link

Can't go past iteration 1500 #25

Closed ryudrigo closed 3 years ago

ryudrigo commented 3 years ago

Temporary solution is to pass in a 'cpe' argument that is any value greater the 'i' argument. As in:

python generate.py -i 2000 -p "vase" -cpe 3000

Error message points to generate.py line 620 Code is trying to go to the next story step when prompt is a single sentence.

nerdyrodent commented 3 years ago

Thanks! Now defaults to 0.