Dr.Lt.Data

Results 794 comments of 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...

![ComfyUI_00004_ latent](https://github.com/comfyanonymous/ComfyUI/assets/128333288/69c6bdf4-b3c0-4356-8553-80a5267cc96d) 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. ![ComfyUI_00012_ latent](https://github.com/comfyanonymous/ComfyUI/assets/128333288/8e18c8ab-38f2-4c73-bec3-b5425bde83d6) ![ComfyUI_00011_ latent](https://github.com/comfyanonymous/ComfyUI/assets/128333288/f92859f1-a653-4f06-9af6-c6745639e104)

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...