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
Getting this error: Entry Not Found for url: https://huggingface.co/lllyasviel/ControlNet/resolve/main/ZoeD_M12_N.pt
Entry Not Found for url: https://huggingface.co/lllyasviel/ControlNet/resolve/main/ZoeD_M12_N.pt
When trying to run this:
from diffusers import ControlNetModel, StableDiffusionXLControlNetPipeline, AutoencoderKL from diffusers import DDIMScheduler, EulerAncestralDiscreteScheduler from PIL import Image import torch import random import numpy as np import cv2 from controlnet_aux import MidasDetector, ZoeDetector processor_zoe = ZoeDetector.from_pretrained('lllyasviel/ControlNet') processor_midas = MidasDetector.from_pretrained('lllyasviel/ControlNet')
The text was updated successfully, but these errors were encountered:
Hi, why are you using that repo? Is there somewhere an example that says to use them like that?
The examples in this repo's README work and are the correct way to use them:
zoe = ZoeDetector.from_pretrained("lllyasviel/Annotators") midas = MidasDetector.from_pretrained("lllyasviel/Annotators")
Sorry, something went wrong.
Thanks, it's from this example: https://huggingface.co/xinsir/controlnet-depth-sdxl-1.0
thanks, I'll try to ask them to change it to a correct one.
No branches or pull requests
Getting this error:
Entry Not Found for url: https://huggingface.co/lllyasviel/ControlNet/resolve/main/ZoeD_M12_N.pt
When trying to run this:
The text was updated successfully, but these errors were encountered: