Skip to content
New issue

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

Install fix, albumentations pydantic insightface, onnxruntime-gpu #2761

Merged
merged 4 commits into from
Apr 18, 2024

Commits on Apr 18, 2024

  1. fix insightface pydantic

    w-e-w committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    77d0eaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    400d648 View commit details
    Browse the repository at this point in the history
  3. onnxruntime / onnxruntime-gpu

    w-e-w committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a6ce04d View commit details
    Browse the repository at this point in the history
  4. albumentations==1.4.3

    dependency incompatibility compatibility with albumentations==1.4.4
    whitch requires
    - pydantic required: >=2.6.4
    
    webui 1.9 with gradio==3.41.2 / fastapi==0.94.0 requires
    - pydantic required: >=1.7.4,<3.0.0,!=2.0.1,!=2.0.0,!=1.8.1,!=1.8
    
    solution for now
    pin albumentations==1.4.3 as control net requirement
    which doesn't requires pydantic
    w-e-w committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    77a32a9 View commit details
    Browse the repository at this point in the history