-
Notifications
You must be signed in to change notification settings - Fork 19
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
Running autoedit.py results in error #6
Comments
Fixed the issue by deleting line 474 of autoedit.py, and changing the line after from.
to
I'll see if I can make a PR when I get home later today. EDIT: |
New error after fixing the lines above:
|
Okay, I rebuilt the repo with the autoedit branch and after trial and error with different python versions, 3.8 seems to work but I ran out of GPU and didn't have time to tweak the prompt to see if I could make it run with the limited 16gb I was working with. Either way I'm closing this. |
This is for the AutoEdit branch. Autoedit itself runs fine without input however if I give it an input image of 256x256 in either png or npy format it spits out the following error:
I have tried using various models and settings with no success. |
Running the script by itself works fine but with the setting --edit and a PNG file I get the following error:
|
@KnoBuddy Thanks so much for documenting all this. Sorry, indeed I've been making a lot of fixes over the past week. The original guided-diffusion codebase from OpenAI that this is based on is incredibly esoteric and brittle - so fixing one bug can sometimes result in others. I'll look into this soon. |
python autoedit.py --edit test.png --model_path inpaint.pt
The text was updated successfully, but these errors were encountered: