Skip to content
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

Error in unifield_pipeline_img2mvimg.py #101

Open
snowflakewang opened this issue Sep 12, 2024 · 1 comment
Open

Error in unifield_pipeline_img2mvimg.py #101

snowflakewang opened this issue Sep 12, 2024 · 1 comment

Comments

@snowflakewang
Copy link

In the custum_3d_diffusion/custum_pipeline/unifield_pipeline_img2mvimg.py, There is an error related to

noise_pred = self.unet(latent_model_input, t, encoder_hidden_states=image_embeddings, condition_latents=cond_latents, noisy_condition_input=False, cond_pixels_clip=image_pixels).sample.

The error is TypeError: forward() got an unexpected keyword argument 'condition_latents'.

I have used diffusers==0.27.2. And these arguments: condition_latents, noisy_condition_input, cond_pixels_clip, are quite unfamiliar in diffusers.

I want to know how to fix.

Thanks a lot!

@josepmy
Copy link

josepmy commented Sep 16, 2024

@snowflakewang diffusers>=0.26.3 check requeriments, on 0.27.2 I guess this params aren't supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants