Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NameError: name 'model_config' is not defined #8

Closed
dada78 opened this issue Apr 21, 2022 · 1 comment
Closed

NameError: name 'model_config' is not defined #8

dada78 opened this issue Apr 21, 2022 · 1 comment

Comments

@dada78
Copy link

dada78 commented Apr 21, 2022

HI guys,
I am running v5 in the browser and was wondering how to fix this error? I was running the process and a beautiful picture appeared and then I wake up to this with no picture saved. I am running ColabPro. Thanks!

`---------------------------------------------------------------------------
NameError Traceback (most recent call last)
in ()
40 timestep_respacing = f'ddim{steps}'
41 diffusion_steps = (1000//steps)*steps if steps < 1000 else steps
---> 42 model_config.update({
43 'timestep_respacing': timestep_respacing,
44 'diffusion_steps': diffusion_steps,

NameError: name 'model_config' is not defined`

@MohamadZeina
Copy link
Owner

Hey, this repo is for my local port of Disco Diffusion, issues with the colab are best handled by the people who made it.

That said, you could be getting disconnected. Colab Pro Plus has background execution but normal Pro will cut you off after inactivity. Some searching will show you ways around this, but I've never used these.

Closing this issue as not relevant though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants