We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to convert Marigold (https://huggingface.co/prs-eth/marigold-v1-0) which has a custom pipeline (https://github.com/huggingface/diffusers/blob/main/examples/community/marigold_depth_estimation.py).
When I run python_coreml_stable_diffusion.torch2coreml I get the error:
python_coreml_stable_diffusion.torch2coreml
AttributeError: module diffusers has no attribute MarigoldPipeline
How can I specify the custom pipeline and convert?
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to convert Marigold (https://huggingface.co/prs-eth/marigold-v1-0) which has a custom pipeline (https://github.com/huggingface/diffusers/blob/main/examples/community/marigold_depth_estimation.py).
When I run
python_coreml_stable_diffusion.torch2coreml
I get the error:How can I specify the custom pipeline and convert?
Thanks.
The text was updated successfully, but these errors were encountered: