mirror of
https://github.com/Stability-AI/generative-models.git
synced 2025-12-18 22:04:20 +01:00
SV4D 2.0 bug fix
This commit is contained in:
committed by
GitHub
parent
0ad7de9a5c
commit
f87e52e72c
@@ -186,7 +186,7 @@ def sample(
|
|||||||
v0 = 0
|
v0 = 0
|
||||||
view_indices = np.arange(V) + 1
|
view_indices = np.arange(V) + 1
|
||||||
t0_list = (
|
t0_list = (
|
||||||
range(0, n_frames, T)
|
range(0, n_frames, T-1)
|
||||||
if sv4d2_model == "sv4d2"
|
if sv4d2_model == "sv4d2"
|
||||||
else range(0, n_frames - T + 1, T - 1)
|
else range(0, n_frames - T + 1, T - 1)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user