YiYi Xu

Results 502 comments of YiYi Xu

@fabiorigano is this ready for a review?

@fabiorigano >I think that prepare_ip_adapter_image_embeds would become too specific for this use case if we have to support an ip_adapter_images containing both images and insightface embeddings. good news is that...

@fabiorigano >I tested the multi-adapter feature by separately extracting and then concatenating the image embeddings of Face ID XL and another IP Adapter, Plus Face SDXL can you combine face-id...

@fabiorigano can we support it without adding more argument or code to the pipelines? e.g. ideally can use a script to create `ip_adapter_image_embeds` and just pass it to the pipelines.

great work as always! thanks a lot :) @fabiorigano

just saw this PR https://github.com/huggingface/diffusers/pull/7132 I think it is correctly done there I'm closing this PR for now. Feel free to leave any questions and we will continue the discussion...

hi @ballenvironment you can load the checkpoint you have like this https://huggingface.co/docs/diffusers/main/en/api/pipelines/stable_cascade#loading-original-checkpoints-with-fromsinglefile

@Beinsezii I swapped back to the previous checkpoint here https://huggingface.co/stabilityai/stable-cascade/discussions/50 can you test out to see if this checkpoint is better? ```python import torch from diffusers import StableCascadeDecoderPipeline from diffusers.utils.testing_utils...