Dr.Lt.Data
Dr.Lt.Data
> If you want to keep the data with not loss you can use .bmp format as a no compression row format. https://en.wikipedia.org/wiki/BMP_file_format The reason I chose PNG is not...
I'm planning to improve it by applying a method demonstrated on how to decode without a VAE that was introduced last night. Instead of using a logo, I want to...
> The consideration of using latent to RGB as a preview is solely intended as a convenient method for individuals who have no intention of connecting VAE for image visualization...
> 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...
I applied the result of `latent_to_rgb` as the default preview and added a text at the bottom explaining the format called "ComfyUI LATENT." Additionally, I applied the `optimize` option for...
 Changed the upscale method to nearest-exact in order to achieve a more pronounced feeling of latent rawness.
> I was not aware latent can be extracted like that without vae, frankly image looks quite amazing. I was the same. It was possible with a very simple code...
Simplified based on this https://github.com/comfyanonymous/ComfyUI/pull/713 Remove **image_opt** from node and reduce size upper bound from 512 to 256.  
You need to update `ComfyUI-sampler-lcm-alternative` custom node.
https://github.com/comfyanonymous/ComfyUI/pull/731 Actually, I have already implemented and tested the functionality to some extent. The problem arises with nodes that receive multiple inputs. In the first loop, it can wait until...