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
Hi.
I am getting this error:
ImportError Traceback (most recent call last) Cell In[12], [line 8](vscode-notebook-cell:?execution_count=12&line=8) [6](vscode-notebook-cell:?execution_count=12&line=6) from PIL import Image, ImageOps [7](vscode-notebook-cell:?execution_count=12&line=7) from diffusers import StableDiffusionInpaintPipeline, DiffusionPipeline, StableDiffusionXLPipeline, StableDiffusionPipeline, StableDiffusionXLInpaintPipeline, DDIMScheduler, StableDiffusionControlNetPipeline, ControlNetModel, AutoencoderKL, StableDiffusionXLControlNetPipeline, DDIMScheduler, KDPM2AncestralDiscreteScheduler, DPMSolverSinglestepScheduler, DPMSolverMultistepScheduler, DPMSolverSDEScheduler, EulerAncestralDiscreteScheduler ----> [8](vscode-notebook-cell:?execution_count=12&line=8) from controlnet_aux import ZoeDetector, AnylineDetector [9](vscode-notebook-cell:?execution_count=12&line=9) from datetime import datetime [10](vscode-notebook-cell:?execution_count=12&line=10) from diffusers.utils import load_image ImportError: cannot import name 'AnylineDetector' from 'controlnet_aux' (/home/levent/anaconda3/lib/python3.12/site-packages/controlnet_aux/__init__.py)
Is there a specific version of controlnet-aux that I am supposed to install to use this?
The text was updated successfully, but these errors were encountered:
Hi, latest release has it, so v0.0.9
Sorry, something went wrong.
No branches or pull requests
Hi.
I am getting this error:
Is there a specific version of controlnet-aux that I am supposed to install to use this?
The text was updated successfully, but these errors were encountered: