huggingface / huggingface/controlnet_aux

Entry Not Found for url: (...) ZoeD_M12_N.pt

Open
#108 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
497
Forks
104
PR merge metrics
No merged PRs in 30d

Description

Getting this error:
`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')
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.