nerdyrodent / VQGAN-CLIP

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

How to save generated art? #72

Closed nomadSky closed 2 years ago

nomadSky commented 2 years ago

Hi there! I'm completely new to this. Where are the images saved after generation? Sorry, if this question is stupid.

sgimmini commented 2 years ago

By default, images are saved in the root directory as output.png. If you included -vid, there is a directory created containing the steps for the video.

nomadSky commented 2 years ago

Thank you so much.