alembics / disco-diffusion

Other
7.46k stars 1.13k forks source link

Add quick settings widget panel #93

Open LazarLazarov opened 2 years ago

LazarLazarov commented 2 years ago

This adds a quick settings panel (using ipython's widgets) to more easily tweak settings for iterative design: image

PS. The cutn variable was hardcoded to 16 so I've added it as a parameter.

Not sure how merges work for Colab notebooks, so let me know what I can do to help ease the process :+1:

aletts commented 2 years ago

This looks cool. The main consideration I have at this point is whether or not colab-convert can convert this .ipynb->.py->.ipynb without losing the data. @MSFTserver : You'll likely be interested in this to see if colab-convert can generally handle this stuff.