-
Notifications
You must be signed in to change notification settings - Fork 51
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
no image preview running in google colab #28
Comments
Thanks for this great node package! I have the same problem. The vanilla preview node is showing the image but the ttn nodes imageOutput and pipeKSampler are showing no output without "--preview-method". With "preview-method auto" the sampler shows a grainy image and the imageOutput still shows no image. I am using the latest main commit / ac188ae. |
This is very strange, since it should be outputting in the same way the default preview does... |
Thanks! Only for clarification, I am using a local Linux machine. It might be a Linux related problem. Please tell me if i can support you with further information. |
same problem, running on ubuntu 18.04 in local server. |
Yeah, so far, I'm liking this better than the efficiency package, but there's no preview working on Ubuntu 22.04 either. |
Do the images get saved correctly at least? I'm in the middle of a major update so I'll see if I can finally squash this issue alongside it. Anymore info you think is relevant would be helpful |
Yes, the preview images are saving to the temp directory as they should. There aren't any errors showing up in the terminal, but I'm not well-versed on debugging ComyUI either. I imagine this is probably an issue with a library version. For example, I had to downgrade my Pillow version in order to get XY plot working. |
I can validate that on a Linux system the images don't show up in the Ksampler. The images are being created in /stable-diffusion/temp/ttNpreview_0000X.png I just ran 4 tests and have images 1-4 present, but not displayed in Comfy. |
I install using git clone in colab but image preview doesn't work, and run comfyui with "--preview-method auto"
The text was updated successfully, but these errors were encountered: