-
Notifications
You must be signed in to change notification settings - Fork 150
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
Stopped working suddenly, can't visualize #54
Comments
Having the same issue. |
same here |
same |
same here as well :) |
me too!! |
same here |
Installed this extension for the very first time today, and have the exact same error at my end too. |
Its been 4 days. Any solution so far? |
Hey, I'm not part of the dev on this project and also had the same issue. I Hotfixed it by modifying the function : in Automatic1111\stable-diffusion-webui\venv\Lib\site-packages\gradio\components.py I just changed: The problem was the following : It's hardcoded as "png" with the new function and a default "png" in the old one so you should be fine by applying the hotfix I did. If they change the save_pil_to_file to allow multiple format it may become interesting to undo the hotfix in the future but it should be good for now at least. |
This repo probably didn't do anything wrong and probably can't do anything to fix the issue. I guess that the real problem is on Automatic1111\stable-diffusion-webui\modules\ui_tempdir.py, i'll be forwarding the issue. |
…nction that broke after updating gradio
@TimonFugier thanks so much. It works again. |
Downloaded for the first time, and I am having same error. Any ideas how to fix it? Tried to change to " return self.pil_to_temp_file(pil_image, dir)", but it didn't change anything. File "H:\SUPER SD 2.0 Dependencies\stable-diffusion-webui-master\venv\lib\site-packages\gradio\routes.py", line 422, in run_predict |
Modify file def save_pil_to_file(self, pil_image, dir=None, format="png"): |
This worked like a charm |
Thanks master!! |
i couldn't solve the problem i did the methods mentioned but it still continue |
The extension seems to have stopped working for me. Not sure when.
Whenever I press Visualize, I get an ERROR in the preview window:
The log outputs this:
And it has worked great up until now.
I'm on
with the latest version of two-shot:
The text was updated successfully, but these errors were encountered: