GithubHelp home page GithubHelp logo

Comments (3)

Maki9009 avatar Maki9009 commented on September 26, 2024

the GUI still says its installing animatediff lol

from ai-friends.

Skquark avatar Skquark commented on September 26, 2024

Trying to decipher that error message. For the first one "Access is denied: '...\cv2\cv2.pyd' Check the permissions." can really only mean one thing, that you're not launching the app as an Administrator. Is it possible your antivirus blocked or disinfected the bat file? That could explain the other problem you were having too. When you run the script from shortcut, do you get the window asking to run as administrator? I hope that's the reason, because I can't think of another fix for that one simply running opencv..
The error "copier 8.2.0 requires pydantic>=2.0.3", but in the animatediff setup it's specifying "pydantic >= 1.10.0, < 2.0.0", I'm not installing copier explicitly. I hate version conflicts that I have no control over, maybe I can install copier==8.1.0 before pydantic and it'll accept. I don't know difference and it works in Colab, but will see what I can do.
Next error was running "rm -rf {sd_models}", which was a step in the original AnimateDiff install which I can probably just comment out or replace with shutil.rmtree(sd_models), but not sure why we're removing the folder there.
I'll commit those little fixes later, hope it'll make a difference. Thanks for your patience...

from ai-friends.

Skquark avatar Skquark commented on September 26, 2024

Those errors should be all fixed, hopefully all's good. Please let me know if you're still getting errors with it while using in Desktop. Thanks...

from ai-friends.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.