Max Tran
Max Tran
following, i got the same error, everytime im using this to remove background from video, it crash the main ComfyUI process
same, following
same, I also just stuck at Loading 1 new model, and the vram crash and goes back to 0
just the base64 encoded data of png
sorry i mean the string base64 of the bytecode of the image
ah yea sorry for using the wrong term of bytecode here, i meant to say the base64 string of the image instead of the actual png file. But yes thanks...
thanks! What would be the tradeoff between first converting NHWC to NCHW, then to PIL image, then serialize the PIL image to a buffer and base64 encode it versus serializing...
I found some example codes of 2 different methods mentioned above 1st approach ``` import torch import base64 import io from torchvision.transforms import ToPILImage # Example 4D NHWC tensor (batch...
following
Same, is this issue with Automatic1111?