nerdyrodent / VQGAN-CLIP

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

seed argument on random.sh #44

Closed rlallen-nps closed 2 years ago

rlallen-nps commented 2 years ago

When I use '--seed 42' on generate.py it performs as expected but when using random.py it doesn't appear to be using seed 42, or at least the print command isn't listing the same value. It doesn't make sense that it's not behaving the same. Any ideas?

rlallen-nps commented 2 years ago

Here's my line in the random.py where I'm calling generate.py: python generate.py --seed 42 -p "$TEXT" -o "/home/vq/VQGAN-CLIP/output/$RUNNAME/$TEXT".png -conf 'checkpoints/wikiart_16384.yaml' -ckpt 'checkpoints/wikiart_16384.ckpt' --size 512 512 I'm not referencing seed anywhere else in random.py

rlallen-nps commented 2 years ago

Nevermind! I had some kind of weird file edit queueing system which wasn't updating the files.