Coder Social home page Coder Social logo

Comments (5)

67372a avatar 67372a commented on August 24, 2024

Same issue, I attempted adding the missing modules to the app folder, which I kept doing step by step as new missing module errors appeared, until I hit the following:

Error: No module named '_overlapped'

It seems like there are missing dependencies that need to be bundled with the release for Windows.

Windows 10 Pro 22H2, Build 19045.2251
Python 3.10.6 (64-bit)

from safe-and-stable-ckpt2safetensors-conversion-tool-gui.

67372a avatar 67372a commented on August 24, 2024

Ah, looks like this targets python 3.7, as per the conda.yaml.

from safe-and-stable-ckpt2safetensors-conversion-tool-gui.

67372a avatar 67372a commented on August 24, 2024

The following works for me:

  1. Install Anaconda
  2. Clone repo locally
  3. Import env using conda.yaml in repo
  4. Using Anaconda prompt, activate the env (note, all of the following is assuming the env is activate and commands are run in its active prompt)
  5. cd to the repo directory
  6. Run pip -r requirements.txt in the repo directory
  7. pytorch_lightning is still not included, as such run pip install pytorch_lightning
  8. Finally, python ./run_app_gui.py to start the GUI

After this, I was able to successfully convert a ckpt to st, still need to test the result.

from safe-and-stable-ckpt2safetensors-conversion-tool-gui.

67372a avatar 67372a commented on August 24, 2024

Results seem fine testing with Anything v3 pruned fp16.

from safe-and-stable-ckpt2safetensors-conversion-tool-gui.

diStyApps avatar diStyApps commented on August 24, 2024

Thank you,
Yes i was aware of that. i just had some issues compiling pytorch_lightning with pyinstaller on other project.
But its working fine now. i will requirements file.

from safe-and-stable-ckpt2safetensors-conversion-tool-gui.

Related Issues (20)

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.