AlekseyCalvin commited on
Commit
aba8c4f
·
verified ·
1 Parent(s): 1c2d316

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -5,7 +5,7 @@ import re
5
  import torch
6
  from PIL import Image
7
 
8
- def parse_weight_string(string, max_frames):
9
  string = re.sub(r'\s+', '', str(string))
10
  keyframes = {}
11
  parts = string.split(',')
 
5
  import torch
6
  from PIL import Image
7
 
8
+ def parse_weight_schedule(string, max_frames):
9
  string = re.sub(r'\s+', '', str(string))
10
  keyframes = {}
11
  parts = string.split(',')