You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is.
WARNING [2024-02-07 05:[15](https://github.com/siliconflow/onediff/actions/runs/7810062569/job/21302887535?pr=634#step:29:16):45] manager.py:96 - Pydantic version 1.10.12 is too low, please upgrade to 2.5.2 or higher.
Traceback (most recent call last):
File "/src/onediff/examples/text_to_image_deep_cache_sdxl_enterprise.py", line 64, in <module>
from onediffx.deep_cache import StableDiffusionXLPipeline
File "/src/onediff/onediff_diffusers_extensions/onediffx/deep_cache/__init__.py", line 3, in <module>
from .pipeline_stable_diffusion_xl import StableDiffusionXLPipeline
File "/src/onediff/onediff_diffusers_extensions/onediffx/deep_cache/pipeline_stable_diffusion_xl.py", line 53, in <module>
from .models.unet_2d_condition import UNet2DConditionModel
File "/src/onediff/onediff_diffusers_extensions/onediffx/deep_cache/models/unet_2d_condition.py", line 32, in <module>
from diffusers.models.embeddings import (
ImportError: cannot import name 'PositionNet' from 'diffusers.models.embeddings' (/usr/local/lib/python3.10/dist-packages/diffusers/models/embeddings.py)
Describe the bug
A clear and concise description of what the bug is.
PositionNet is renamed in diffusers 0.26:
huggingface/diffusers#6244
Your environment
OS
OneDiff git commit id
4da2270
OneFlow version info
Run
python -m oneflow --doctor
and paste it here.How To Reproduce
Steps to reproduce the behavior(code or script):
The complete error message
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: