Hailan_Zhang

Results 2 issues of Hailan_Zhang

### Describe the bug 在测试的时候遇到错误 ### Reproduction ### Logs ```shell ``` ### System Info ImportError: cannot import name 'StableDiffusionBrushNetPipeline' from 'diffusers' (/home/uxxxxx/.conda/envs/BrushNet/lib/python3.9/site-packages/diffusers/__init__.py) ### Who can help? _No response_

bug

Traceback (most recent call last): File "/home/uxxxxxxxxx/PowerPaint/app.py", line 560, in controller = PowerPaintController(weight_dtype, args.checkpoint_dir, args.local_files_only, args.version) File "/home/uxxxxxxxxx/PowerPaint/app.py", line 141, in __init__ unet = UNet2DConditionModel.from_pretrained( File "/home/uxxxxxxxxx/.local/lib/python3.9/site-packages/huggingface_hub/utils/_validators.py", line 114, in...