Fabrice-TIERCELIN commited on
Commit
f5f94d4
·
verified ·
1 Parent(s): d20602b

No Tea cache

Browse files
Files changed (1) hide show
  1. app.py +17 -17
app.py CHANGED
@@ -1553,7 +1553,7 @@ with block:
1553
  ["692,224 px (not tested)", 832],
1554
  ["746,496 px (not tested)", 864],
1555
  ["921,600 px (not tested)", 960]
1556
- ], value=640, label="Resolution (width x height)", info="Do not affect the generation time")
1557
 
1558
  # 20250506 pftq: Reduced default distilled guidance scale to improve adherence to input video
1559
  cfg = gr.Slider(label="CFG Scale", minimum=1.0, maximum=32.0, value=1.0, step=0.01, info='Use this instead of Distilled for more detail/control + Negative Prompt (make sure Distilled set to 1). Doubles render time. Should not change.')
@@ -1609,7 +1609,7 @@ with block:
1609
  42, # seed
1610
  True, # auto_allocation
1611
  180, # allocation_time
1612
- 640, # resolution
1613
  1, # total_second_length
1614
  9, # latent_window_size
1615
  30, # steps
@@ -1645,7 +1645,7 @@ with block:
1645
  42, # seed
1646
  True, # auto_allocation
1647
  180, # allocation_time
1648
- 640, # resolution
1649
  1, # total_second_length
1650
  9, # latent_window_size
1651
  30, # steps
@@ -1654,7 +1654,7 @@ with block:
1654
  0.0, # rs
1655
  6, # gpu_memory_preservation
1656
  False, # enable_preview
1657
- True, # use_teacache
1658
  16, # mp4_crf
1659
  30 # fps_number
1660
  ],
@@ -1670,7 +1670,7 @@ with block:
1670
  42, # seed
1671
  True, # auto_allocation
1672
  180, # allocation_time
1673
- 640, # resolution
1674
  2, # total_second_length
1675
  9, # latent_window_size
1676
  30, # steps
@@ -1679,7 +1679,7 @@ with block:
1679
  0.0, # rs
1680
  6, # gpu_memory_preservation
1681
  False, # enable_preview
1682
- True, # use_teacache
1683
  16, # mp4_crf
1684
  30 # fps_number
1685
  ],
@@ -1695,7 +1695,7 @@ with block:
1695
  42, # seed
1696
  True, # auto_allocation
1697
  180, # allocation_time
1698
- 640, # resolution
1699
  2, # total_second_length
1700
  9, # latent_window_size
1701
  30, # steps
@@ -1704,7 +1704,7 @@ with block:
1704
  0.0, # rs
1705
  6, # gpu_memory_preservation
1706
  False, # enable_preview
1707
- True, # use_teacache
1708
  16, # mp4_crf
1709
  30 # fps_number
1710
  ],
@@ -1720,7 +1720,7 @@ with block:
1720
  42, # seed
1721
  True, # auto_allocation
1722
  180, # allocation_time
1723
- 640, # resolution
1724
  1, # total_second_length
1725
  9, # latent_window_size
1726
  30, # steps
@@ -1729,7 +1729,7 @@ with block:
1729
  0.0, # rs
1730
  6, # gpu_memory_preservation
1731
  False, # enable_preview
1732
- True, # use_teacache
1733
  16, # mp4_crf
1734
  30 # fps_number
1735
  ],
@@ -1745,7 +1745,7 @@ with block:
1745
  42, # seed
1746
  True, # auto_allocation
1747
  180, # allocation_time
1748
- 640, # resolution
1749
  1, # total_second_length
1750
  9, # latent_window_size
1751
  30, # steps
@@ -1781,7 +1781,7 @@ with block:
1781
  42, # seed
1782
  True, # auto_allocation
1783
  180, # allocation_time
1784
- 640, # resolution
1785
  1, # total_second_length
1786
  9, # latent_window_size
1787
  25, # steps
@@ -1790,7 +1790,7 @@ with block:
1790
  0.0, # rs
1791
  6, # gpu_memory_preservation
1792
  False, # enable_preview
1793
- True, # use_teacache
1794
  16, # mp4_crf
1795
  30 # fps_number
1796
  ],
@@ -1816,7 +1816,7 @@ with block:
1816
  True, # auto_allocation
1817
  180, # allocation_time
1818
  1, # batch
1819
- 640, # resolution
1820
  1, # total_second_length
1821
  9, # latent_window_size
1822
  30, # steps
@@ -1825,7 +1825,7 @@ with block:
1825
  0.0, # rs
1826
  6, # gpu_memory_preservation
1827
  False, # enable_preview
1828
- True, # use_teacache
1829
  False, # no_resize
1830
  16, # mp4_crf
1831
  5, # num_clean_frames
@@ -1842,7 +1842,7 @@ with block:
1842
  True, # auto_allocation
1843
  180, # allocation_time
1844
  1, # batch
1845
- 640, # resolution
1846
  1, # total_second_length
1847
  9, # latent_window_size
1848
  30, # steps
@@ -1851,7 +1851,7 @@ with block:
1851
  0.0, # rs
1852
  6, # gpu_memory_preservation
1853
  False, # enable_preview
1854
- True, # use_teacache
1855
  False, # no_resize
1856
  16, # mp4_crf
1857
  5, # num_clean_frames
 
1553
  ["692,224 px (not tested)", 832],
1554
  ["746,496 px (not tested)", 864],
1555
  ["921,600 px (not tested)", 960]
1556
+ ], value=672, label="Resolution (width x height)", info="Do not affect the generation time")
1557
 
1558
  # 20250506 pftq: Reduced default distilled guidance scale to improve adherence to input video
1559
  cfg = gr.Slider(label="CFG Scale", minimum=1.0, maximum=32.0, value=1.0, step=0.01, info='Use this instead of Distilled for more detail/control + Negative Prompt (make sure Distilled set to 1). Doubles render time. Should not change.')
 
1609
  42, # seed
1610
  True, # auto_allocation
1611
  180, # allocation_time
1612
+ 672, # resolution
1613
  1, # total_second_length
1614
  9, # latent_window_size
1615
  30, # steps
 
1645
  42, # seed
1646
  True, # auto_allocation
1647
  180, # allocation_time
1648
+ 672, # resolution
1649
  1, # total_second_length
1650
  9, # latent_window_size
1651
  30, # steps
 
1654
  0.0, # rs
1655
  6, # gpu_memory_preservation
1656
  False, # enable_preview
1657
+ False, # use_teacache
1658
  16, # mp4_crf
1659
  30 # fps_number
1660
  ],
 
1670
  42, # seed
1671
  True, # auto_allocation
1672
  180, # allocation_time
1673
+ 672, # resolution
1674
  2, # total_second_length
1675
  9, # latent_window_size
1676
  30, # steps
 
1679
  0.0, # rs
1680
  6, # gpu_memory_preservation
1681
  False, # enable_preview
1682
+ False, # use_teacache
1683
  16, # mp4_crf
1684
  30 # fps_number
1685
  ],
 
1695
  42, # seed
1696
  True, # auto_allocation
1697
  180, # allocation_time
1698
+ 672, # resolution
1699
  2, # total_second_length
1700
  9, # latent_window_size
1701
  30, # steps
 
1704
  0.0, # rs
1705
  6, # gpu_memory_preservation
1706
  False, # enable_preview
1707
+ False, # use_teacache
1708
  16, # mp4_crf
1709
  30 # fps_number
1710
  ],
 
1720
  42, # seed
1721
  True, # auto_allocation
1722
  180, # allocation_time
1723
+ 672, # resolution
1724
  1, # total_second_length
1725
  9, # latent_window_size
1726
  30, # steps
 
1729
  0.0, # rs
1730
  6, # gpu_memory_preservation
1731
  False, # enable_preview
1732
+ False, # use_teacache
1733
  16, # mp4_crf
1734
  30 # fps_number
1735
  ],
 
1745
  42, # seed
1746
  True, # auto_allocation
1747
  180, # allocation_time
1748
+ 672, # resolution
1749
  1, # total_second_length
1750
  9, # latent_window_size
1751
  30, # steps
 
1781
  42, # seed
1782
  True, # auto_allocation
1783
  180, # allocation_time
1784
+ 672, # resolution
1785
  1, # total_second_length
1786
  9, # latent_window_size
1787
  25, # steps
 
1790
  0.0, # rs
1791
  6, # gpu_memory_preservation
1792
  False, # enable_preview
1793
+ False, # use_teacache
1794
  16, # mp4_crf
1795
  30 # fps_number
1796
  ],
 
1816
  True, # auto_allocation
1817
  180, # allocation_time
1818
  1, # batch
1819
+ 672, # resolution
1820
  1, # total_second_length
1821
  9, # latent_window_size
1822
  30, # steps
 
1825
  0.0, # rs
1826
  6, # gpu_memory_preservation
1827
  False, # enable_preview
1828
+ False, # use_teacache
1829
  False, # no_resize
1830
  16, # mp4_crf
1831
  5, # num_clean_frames
 
1842
  True, # auto_allocation
1843
  180, # allocation_time
1844
  1, # batch
1845
+ 672, # resolution
1846
  1, # total_second_length
1847
  9, # latent_window_size
1848
  30, # steps
 
1851
  0.0, # rs
1852
  6, # gpu_memory_preservation
1853
  False, # enable_preview
1854
+ False, # use_teacache
1855
  False, # no_resize
1856
  16, # mp4_crf
1857
  5, # num_clean_frames