jina-ai / discoart

🪩 Create Disco Diffusion artworks in one line
Other
3.84k stars 247 forks source link

Omit intermediate steps #169

Closed SearchingForSea closed 1 year ago

SearchingForSea commented 1 year ago

How to omit intermediate steps when generating pictures and keep only the final product?

hanxiao commented 1 year ago

save_step=-1

check docs, from discoart import cheatsheet; cheatsheet()

SearchingForSea commented 1 year ago

OK