-
Notifications
You must be signed in to change notification settings - Fork 169
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
Latest code causes app.py to quit without error #22
Comments
The latest updates seems to have fixed the above error (or it may still be there, but this new error happens earlier). Running Adding some debug code shows it is now Tracing that further shows it is Even trying the latest dev release of diffusers, ie Any ideas to fix this? |
Can you tell me how to change the code for it to debug and print errors? I'm trying to solve another bug at ./infer/views_to_mesh.py on my own instead of waiting for busy devs to read my issue #20 Thx in advance! |
Just go through and add new lines |
For those with my above error(s) you can roll back to the working commit with
Hoping the devs can get the latest scripts working again. |
OK, after doing this I can pinpoint the part of the code that likely caused it to quit:
Seems like my bug is related to your 1st bug (this part starting with |
OK, well hoprfully the dev(s) can fix these issues. |
I can't get that commit's views_to_mesh.py running, and I'm not sure now if what I said about that is a false positive because another snippet of code from the most updated repo might be bad too:
And running it sometimes might lead to |
Since the last code update, app.py starts, shows
then quits without error.
Adding more debug prints shows it is this line
from infer import seed_everything, save_gif
Specifically the seed_everything import.
Debugging that further shows it is the
random.seed(seed)
line in utils.py that kills the script.The text was updated successfully, but these errors were encountered: