GPTVer8 commited on
Commit
70b136d
·
1 Parent(s): 6b766ac
HoloCine_inference_full_attention.py CHANGED
@@ -5,7 +5,7 @@ from diffsynth.pipelines.wan_video_holocine import WanVideoHoloCinePipeline, Mod
5
 
6
  # ---------------------------------------------------
7
  # Helper Functions
8
- # ---------------------------------------------------
9
 
10
  def enforce_4t_plus_1(n: int) -> int:
11
  """Forces an integer 'n' to the closest 4t+1 form."""
 
5
 
6
  # ---------------------------------------------------
7
  # Helper Functions
8
+ # ---------------------------------------------------
9
 
10
  def enforce_4t_plus_1(n: int) -> int:
11
  """Forces an integer 'n' to the closest 4t+1 form."""
HoloCine_inference_sparse_attention.py CHANGED
@@ -5,7 +5,7 @@ from diffsynth.pipelines.wan_video_holocine import WanVideoHoloCinePipeline, Mod
5
 
6
  # ---------------------------------------------------
7
  # Helper Functions
8
- # ---------------------------------------------------
9
 
10
  def enforce_4t_plus_1(n: int) -> int:
11
  """Forces an integer 'n' to the closest 4t+1 form."""
 
5
 
6
  # ---------------------------------------------------
7
  # Helper Functions
8
+ # ---------------------------------------------------
9
 
10
  def enforce_4t_plus_1(n: int) -> int:
11
  """Forces an integer 'n' to the closest 4t+1 form."""
requirements.txt CHANGED
@@ -14,3 +14,4 @@ ftfy
14
  pynvml
15
  pandas
16
  accelerate
 
 
14
  pynvml
15
  pandas
16
  accelerate
17
+
setup.py CHANGED
@@ -2,6 +2,7 @@ import os
2
  from setuptools import setup, find_packages
3
  import pkg_resources
4
 
 
5
  # Path to the requirements file
6
  requirements_path = os.path.join(os.path.dirname(__file__), "requirements.txt")
7
 
 
2
  from setuptools import setup, find_packages
3
  import pkg_resources
4
 
5
+
6
  # Path to the requirements file
7
  requirements_path = os.path.join(os.path.dirname(__file__), "requirements.txt")
8
 
teaser.png CHANGED

Git LFS Details

  • SHA256: 4caef56203febaeeebb492e1d3cc4415a3c97020622966cab148e7cec865ad2f
  • Pointer size: 133 Bytes
  • Size of remote file: 17.9 MB

Git LFS Details

  • SHA256: b7d1335ff2a5c5dd1687d9f504bbf63f905e379d114c81dbb476ca7b5c4aa096
  • Pointer size: 132 Bytes
  • Size of remote file: 2.36 MB