Giter Club home page Giter Club logo

Comments (7)

bmaltais avatar bmaltais commented on July 28, 2024

Hi, this is usually related to an installation issue. Make sure you do not have python modules installed locally that could conflict with the ones installed in the venv:

  1. Open a new powershell terminal and make sure no venv is active.
  2. Run the following commands
pip freeze > uninstall.txt
pip uninstall -r uninstall.txt

Then redo the installation instruction within the kohya_ss venv.

from kohya_ss.

nub2927 avatar nub2927 commented on July 28, 2024

Hi, this is usually related to an installation issue. Make sure you do not have python modules installed locally that could conflict with the ones installed in the venv:

1. Open a new powershell terminal and make sure no venv is active.

2. Run the following commands
pip freeze > uninstall.txt
pip uninstall -r uninstall.txt

Then redo the installation instruction within the kohya_ss venv.

same problem arises even after installing this,
this is on its own venv without anything else being used

from kohya_ss.

nub2927 avatar nub2927 commented on July 28, 2024

what python version is this proven to run on?

from kohya_ss.

bmaltais avatar bmaltais commented on July 28, 2024

Hi, this is usually related to an installation issue. Make sure you do not have python modules installed locally that could conflict with the ones installed in the venv:

1. Open a new powershell terminal and make sure no venv is active.

2. Run the following commands
pip freeze > uninstall.txt
pip uninstall -r uninstall.txt

Then redo the installation instruction within the kohya_ss venv.

same problem arises even after installing this, this is on its own venv without anything else being used

Humm... I wonder if the issue is not related to spaces in the file path... Let me check the code...
Are you running from a powershell script or a CDM window?
The error almost make it appear as if it is not finding the file specified...
What happen if you manually run the command it is outputing before the error?
the command should start with ./venv/Scripts/python.exe finetune/merge_captions_to_metadata.py
Copy the whole thing and try to run it... does it work?

from kohya_ss.

derto42 avatar derto42 commented on July 28, 2024

Have very similar issue. Any breakthroughs?

from kohya_ss.

SpacyRainbow avatar SpacyRainbow commented on July 28, 2024

Had this issue today, unsure what to do

from kohya_ss.

SpacyRainbow avatar SpacyRainbow commented on July 28, 2024

Had this issue today, unsure what to do

fixed it, windows protection blocked folder access. i allowed it and it worked

from kohya_ss.

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.