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

Convert not working on shell file #85

Closed luisarandas closed 2 years ago

luisarandas commented 2 years ago

Hello @nerdyrodent! Thanks for this repository.

I'm running into an error when trying to make videos using the zoom.sh. I get errors on line 21/22 - 30/31. Code:

convert "$FILENAME" -distort SRT 1.01,0 -gravity center "$FILENAME" # Zoom
convert "$FILENAME" -distort SRT 1 -gravity center "$FILENAME"  # Rotate
convert "$FILENAME" -distort SRT 1.01,0 -gravity center "$FILENAME" # Zoom
convert "$FILENAME" -distort SRT 1 -gravity center "$FILENAME"  # Rotate

And the errors:

./zoom.sh: line 30: convert: command not found
./zoom.sh: line 31: convert: command not found

A bit wierd really. Any idea? Thanks

nerdyrodent commented 2 years ago

I''ll update the readme to note you need imagemagick.