dribnet / pixray

neural image generation
Other
402 stars 53 forks source link

Pixray missing pixray.reset_settings() in Pixray PixelDraw demo colab #4

Closed LulzRose closed 3 years ago

LulzRose commented 3 years ago

When trying to run the pixray pixel draw demo I am receiving this error? Is their a fix?

`AttributeError Traceback (most recent call last)

in () 30 31 # these are good settings for pixeldraw ---> 32 pixray.reset_settings() 33 pixray.add_settings(prompts=prompts, aspect=aspect) 34 pixray.add_settings(quality="better", scale=2.5) AttributeError: module 'pixray' has no attribute 'reset_settings'`
dribnet commented 3 years ago

Try restarting the co-lab and running all cells again (using the co-lab menus). In my experience this error is the result of not restarting the co-lab after the first setup cell is run.

dribnet commented 3 years ago

closing but feel free to reopen if this happens outside of the setup cell not being rerun