Skip to content

Commit

Permalink
Rope-Opal-03a
Browse files Browse the repository at this point in the history
* (fixed) Image swapping bug
* (fixed) Error on clearing VRAM
  • Loading branch information
Hillobar authored Feb 27, 2024
1 parent 9296717 commit 1e06905
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rope/GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -1719,7 +1719,6 @@ def save_image(self):
def clear_mem(self):
self.widget['RestorerSwitch'].set(False)
self.widget['OccluderSwitch'].set(False)
self.widget['MouthParserSwitch'].set(False)
self.widget['FaceParserSwitch'].set(False)
self.widget['CLIPSwitch'].set(False)
self.widget['SwapFacesButton'].set(False)
Expand Down

0 comments on commit 1e06905

Please sign in to comment.