Spaces:
Running
Running
Commit
·
bd84d37
1
Parent(s):
8a3bdc1
image
Browse files
options/Video_model/Model.py
CHANGED
@@ -41,6 +41,7 @@ def Video(
|
|
41 |
if randomize_seed:
|
42 |
seed = random.randint(0, max_64_bit_int)
|
43 |
generator = torch.manual_seed(seed)
|
|
|
44 |
|
45 |
os.makedirs(output_folder, exist_ok=True)
|
46 |
base_count = len(glob(os.path.join(output_folder, "*.mp4")))
|
|
|
41 |
if randomize_seed:
|
42 |
seed = random.randint(0, max_64_bit_int)
|
43 |
generator = torch.manual_seed(seed)
|
44 |
+
image=Image.fromarray(image)
|
45 |
|
46 |
os.makedirs(output_folder, exist_ok=True)
|
47 |
base_count = len(glob(os.path.join(output_folder, "*.mp4")))
|
options/Video_model/__pycache__/Model.cpython-310.pyc
CHANGED
Binary files a/options/Video_model/__pycache__/Model.cpython-310.pyc and b/options/Video_model/__pycache__/Model.cpython-310.pyc differ
|
|