CoolFace
Modelpublic

RedHatAI/Kimi-K3-FP8-BLOCK

sourceHugging Faceotherupdated 9d agoView on Hugging Face
12likes2.6kdownloads
preprocessor_config.json38 linesDownload Raw Back to root
1{2  "media_proc_cfg": {3    "in_patch_limit": 65536,4    "patch_size": 14,5    "image_mean": [6      0.5,7      0.5,8      0.59    ],10    "image_std": [11      0.5,12      0.5,13      0.514    ],15    "merge_kernel_size": 2,16    "fixed_output_tokens": null,17    "patch_limit_on_one_side": 512,18    "in_patch_limit_each_frame": 16384,19    "in_patch_limit_video": 655360,20    "sample_fps": 8.0,21    "max_num_frames_each_video": null,22    "temporal_merge_kernel_size": 4,23    "timestamp_mode": "hh:mm:ss.fff",24    "transparent_bg_config": {25      "pattern": "chessboard",26      "chessboard_square_size": 8,27      "chessboard_square_on_top_left": true,28      "chessboard_white_value": 255,29      "chessboard_gray_value": 18030    },31    "transparent_bg_fill_stage": "after_resize",32    "config_type": "media_proc.processors.moonvit.MoonViTMediaProcessorConfig"33  },34  "auto_map": {35    "AutoProcessor": "kimi_k3_processor.KimiK3Processor",36    "AutoImageProcessor": "kimi_k3_vision_processing.KimiK3VisionProcessor"37  }38}