WAS
WAS
Related to this, you need to make sure node inputs accept their type, **and** `*`. It works for inputs, but not when evaluating the input where "INPUT_TYPE" != "*". This...
Absolutely should not use PNG. It's a massive wasteful format, that even with optimization, will only save you anywhere form nothing to 10%. One of the main points here was...
I added PNG support to my class earlier, and also a form of PNG compression. Loss of colors heavily impacts PNG filesize. It could be applied to latent to RGB...
You mean connecting a optional image to store as the preview? Shouldn't need VAE there. That is probably better than a placeholder image. My idea was an overlay of some...
> And is the suggestion to enhance the pixelated image generated by latent to RGB for the preview by applying post-processing techniques such as blur and upscale? I think a...
Mind just making this a plugin that hijacks latent saving in ComfyUI? I don't think Comfy is interested unfortunately.
> DPMSolverMultistepScheduler wasn't [merged ](https://github.com/huggingface/diffusers/pull/1132) into the 0.7.2 patch. The available schedulers in 0.7.x are [here ](https://huggingface.co/docs/diffusers/v0.7.0/en/api/schedulers) DPMSolverMultistepScheduler is [included ](https://huggingface.co/docs/diffusers/main/en/api/schedulers#diffusers.DPMSolverMultistepScheduler) in the current [0.8.0dev0](https://github.com/huggingface/diffusers/blob/main/src/diffusers/schedulers/scheduling_dpmsolver_multistep.py) files Oh that's so strange....
I've tried this, uninstalling, and even `pip install --upgrade git+ https://github.com/huggingface/diffusers.git` to be sure. Something must not be being removed right with pip on windows or something. I even forked...
``` - `diffusers` version: 0.8.0.dev0 - Platform: Windows-10-10.0.22621-SP0 - Python version: 3.9.13 - PyTorch version (GPU?): 1.13.0+cu117 (True) - Huggingface_hub version: 0.10.1 - Transformers version: 4.24.0 - Using GPU in...
The canvas background is a image, not CSS color. It should probably have a override so you can provide your own image base64 string @comfyanonymous . Here is a version...