mirror of
https://github.com/THUDM/CogVideo.git
synced 2025-04-05 19:41:59 +08:00
update ignore
This commit is contained in:
parent
e02608ae40
commit
e000b43cd4
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,4 +6,5 @@ master_ip
|
||||
logs/
|
||||
*.DS_Store
|
||||
.idea
|
||||
output*
|
||||
output*
|
||||
test*
|
@ -74,14 +74,14 @@ model:
|
||||
ucg_rate: 0.1
|
||||
target: sgm.modules.encoders.modules.FrozenT5Embedder
|
||||
params:
|
||||
model_dir: "/share/official_pretrains/hf_home/t5-v1_1-xxl"
|
||||
model_dir: "t5-v1_1-xxl"
|
||||
max_length: 226
|
||||
|
||||
first_stage_config:
|
||||
target: vae_modules.autoencoder.VideoAutoencoderInferenceWrapper
|
||||
params:
|
||||
cp_size: 1
|
||||
ckpt_path: "/share/official_pretrains/sat_home/cogvideox-5b-sat/vae/3d-vae.pt"
|
||||
ckpt_path: "cogvideox-5b-sat/vae/3d-vae.pt"
|
||||
ignore_keys: [ 'loss' ]
|
||||
|
||||
loss_config:
|
||||
|
Loading…
x
Reference in New Issue
Block a user