-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TGATE v0.1.1 encounter ValueError when performing multiple forward inferences #10
Comments
same. |
1731 if ip_adapter_image is not None or ip_adapter_image_embeds is not None: ValueError: not enough values to unpack (expected 2, got 1) |
your T-GATE can only be used in sd1.5 sd2.1 |
@colorjam which model and which pipeline do you use? We will shortly have a try in our local node. |
There might be some customized pipelines based on the same model. However, they may also revise the We sincerely thank you for your attention, recognition, understanding, and potential contribution. |
@HaozheLiu-ST StableDiffusionPipeline and https://huggingface.co/runwayml/stable-diffusion-v1-5, the entire code is as follows:
|
@HaozheLiu-ST I found some issues with the current code:
|
Hi @colorjam and @greasebig, thanks again for your attention. We have addressed this issue. Please update the |
Hi @greasebig, if you still have problems with these pipelines, please give me your completed code and log files. BTW, if you want to contribute TGATE to other pipelines, please feel free to open a PR. We welcome all contributions from the community. |
Hi! Thank you for the amazing work.
I encounter the ValueError when performing multiple forward inferences:
Here's the testing code I used:
Hope you can resolve this issue.
The text was updated successfully, but these errors were encountered: