Skip to content

Commit

Permalink
Set installer SHA to 3.0.2 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
C0untFloyd committed Sep 10, 2023
1 parent 8ee0853 commit 7d2db75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def install_dependencies():
# Install Git and clone repo
run_cmd("conda install -y -k git")
run_cmd("git clone https://github.com/C0untFloyd/roop-unleashed.git")
run_cmd("git checkout fa8184d8ad404bb839fd364c5aff37f889404709")
run_cmd("git checkout 8ee085322158c4eeb0cd0126a49949f1acf0f7df")
# Install the webui dependencies
update_dependencies()

Expand Down

0 comments on commit 7d2db75

Please sign in to comment.