yolain / ComfyUI-Easy-Use

In order to make it easier to use the ComfyUI, I have made some optimizations and integrations to some commonly used nodes.
GNU General Public License v3.0
933 stars 63 forks source link

Stable Cascade for Image2Image from Examples generate an error #61

Open rollingcookies opened 7 months ago

rollingcookies commented 7 months ago

This example not work :( https://github.com/yolain/ComfyUI-Easy-Use?tab=readme-ov-file#图生图

2024-02-23_01-15-29

Workflow is run without errors only when Encode_vae_name=None, but it's mean, what image on input "Image_to_latent_c" not been encoded and not used in process.

yolain commented 7 months ago

Probably because I set the default value of encode_vae_name to effnet_encoder and decode_vae_name to previewer In version 1.0.7, you need to have downloaded the effnet_encoder model and previewer model on huggingface and put it under the VAE directory. https://huggingface.co/stabilityai/stable-cascade/tree/main

yolain commented 7 months ago

I will be updating version 1.0.8 in the next couple days and compatible with cascade's latest checkpoint model. There will be no need for additional vae、clip models etc.

rollingcookies commented 7 months ago

I will be updating version 1.0.8 in the next couple days and compatible with cascade's latest checkpoint model. There will be no need for additional vae、clip models etc.

Thank you for your efforts. 🙏