mirror of
https://github.com/Stability-AI/generative-models.git
synced 2026-01-15 03:24:26 +01:00
sv4d: fix readme;
rename video exampel folder; add encode_t as input parameter.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
N_TIME: 5
|
||||
N_VIEW: 8
|
||||
N_FRAMES: 40
|
||||
ENCODE_N_A_TIME: 8
|
||||
|
||||
model:
|
||||
target: sgm.models.diffusion.DiffusionEngine
|
||||
@@ -68,7 +67,6 @@ model:
|
||||
is_ae: True
|
||||
n_cond_frames: ${N_FRAMES}
|
||||
n_copies: 1
|
||||
en_and_decode_n_samples_a_time: ${ENCODE_N_A_TIME}
|
||||
encoder_config:
|
||||
target: sgm.models.autoencoder.AutoencoderKLModeOnly
|
||||
params:
|
||||
@@ -133,7 +131,6 @@ model:
|
||||
is_ae: True
|
||||
n_cond_frames: ${N_VIEW}
|
||||
n_copies: 1
|
||||
en_and_decode_n_samples_a_time: ${ENCODE_N_A_TIME}
|
||||
sigma_sampler_config:
|
||||
target: sgm.modules.diffusionmodules.sigma_sampling.ZeroSampler
|
||||
|
||||
@@ -144,7 +141,6 @@ model:
|
||||
is_ae: True
|
||||
n_cond_frames: ${N_TIME}
|
||||
n_copies: 1
|
||||
en_and_decode_n_samples_a_time: ${ENCODE_N_A_TIME}
|
||||
encoder_config:
|
||||
target: sgm.models.autoencoder.AutoencoderKLModeOnly
|
||||
params:
|
||||
|
||||
Reference in New Issue
Block a user