based9based / roop

Based9Based version of ROOP, No NSFW Filter, No ERRORS ;)
GNU General Public License v3.0
175 stars 141 forks source link

not working on my device #9

Open MJFadeaway28 opened 5 months ago

MJFadeaway28 commented 5 months ago

fatal: destination path 'roop' already exists and is not an empty directory. /content/roop/roop ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

ANDiTKO commented 5 months ago

Make sure you run this command in the root directory of the project. Open your file manager (Windows File explorer or Finder) and browse to the main roop project directory. There should be a file named "requirements.txt". Then run the install in that directory and you should not have that issue.

Or try deleting everything. Then:

git clone https://github.com/based9based/roop.git
cd roop
pip install -r requirements.txt

and then you should be able to run it by: python run.py