Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Hillobar authored Dec 23, 2023
1 parent e8902e1 commit d85fc98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rope/VideoManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,6 @@ def swap_core(self, img, kps, s_e, parameters, frame): # img = RGB

if parameters['StrengthState']:
alpha = np.mod(parameters['StrengthAmount'][0], 100)*0.01
print(alpha)
if alpha==0:
alpha=1
# Blend the images
Expand Down

0 comments on commit d85fc98

Please sign in to comment.