OmPrakashSingh1704 commited on
Commit
88697bb
1 Parent(s): d8d3a1a
options/Banner_Model/__pycache__/Image2Image.cpython-310.pyc ADDED
Binary file (2.08 kB). View file
 
options/Banner_Model/__pycache__/Image2Image_2.cpython-310.pyc ADDED
Binary file (1.27 kB). View file
 
options/Banner_Model/__pycache__/Text2Banner.cpython-310.pyc ADDED
Binary file (720 Bytes). View file
 
options/Banner_Model/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (140 Bytes). View file
 
options/Video_model/Model.py CHANGED
@@ -38,7 +38,7 @@ def Video(image):
38
 
39
  # Set random seed for reproducibility
40
  generator = torch.manual_seed(42)
41
-
42
  os.makedirs(output_folder, exist_ok=True)
43
  base_count = len(glob(os.path.join(output_folder, "*.mp4")))
44
  video_path = os.path.join(output_folder, f"{base_count:06d}.mp4")
 
38
 
39
  # Set random seed for reproducibility
40
  generator = torch.manual_seed(42)
41
+ output_folder= "outputs"
42
  os.makedirs(output_folder, exist_ok=True)
43
  base_count = len(glob(os.path.join(output_folder, "*.mp4")))
44
  video_path = os.path.join(output_folder, f"{base_count:06d}.mp4")
options/Video_model/__pycache__/Model.cpython-310.pyc ADDED
Binary file (1.56 kB). View file
 
options/Video_model/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (139 Bytes). View file
 
options/__pycache__/Banner.cpython-310.pyc ADDED
Binary file (1.04 kB). View file
 
options/__pycache__/Video.cpython-310.pyc ADDED
Binary file (291 Bytes). View file