mirror of
https://git.datalinker.icu/kijai/ComfyUI-CogVideoXWrapper.git
synced 2025-12-08 20:34:23 +08:00
https://huggingface.co/Kijai/CogVideoX_GGUF/blob/main/CogVideoX_5b_I2V_GGUF_Q4_0.safetensors
27 lines
766 B
JSON
27 lines
766 B
JSON
{
|
|
"activation_fn": "gelu-approximate",
|
|
"attention_bias": true,
|
|
"attention_head_dim": 64,
|
|
"dropout": 0.0,
|
|
"flip_sin_to_cos": true,
|
|
"freq_shift": 0,
|
|
"in_channels": 32,
|
|
"max_text_seq_length": 226,
|
|
"norm_elementwise_affine": true,
|
|
"norm_eps": 1e-05,
|
|
"num_attention_heads": 48,
|
|
"num_layers": 42,
|
|
"out_channels": 16,
|
|
"patch_size": 2,
|
|
"sample_frames": 49,
|
|
"sample_height": 60,
|
|
"sample_width": 90,
|
|
"spatial_interpolation_scale": 1.875,
|
|
"temporal_compression_ratio": 4,
|
|
"temporal_interpolation_scale": 1.0,
|
|
"text_embed_dim": 4096,
|
|
"time_embed_dim": 512,
|
|
"timestep_activation_fn": "silu",
|
|
"use_learned_positional_embeddings": true,
|
|
"use_rotary_positional_embeddings": true
|
|
} |