glide-the

Results 18 issues of glide-the

## Description initialize config with LocalSearchConfig and GlobalSearchConfig ## Proposed Changes settings.yaml: graphrag/index/init_content.py ## Checklist - [X] I have tested these changes locally. - [X] I have reviewed the code...

### Refactor CogVideoXWrapper to ComfyUI standards github: https://github.com/THUDM/CogVideo ``` @article{yang2024cogvideox, title={CogVideoX: Text-to-Video Diffusion Models with An Expert Transformer}, author={Yang, Zhuoyi and Teng, Jiayan and Zheng, Wendi and Ding, Ming and...

Fix the damn jitter issue already The known issue is that RIFE may experience precision overflow on different devices, resulting in incorrect image colors.

支持了从SAT权重文件 导出的lora权重,脚本在CogVideoX仓库 tools/export_sat_lora_weight.py 加载后使用 load_cogvideox_lora.py 推理 https://github.com/user-attachments/assets/85bdcec1-6cc1-4b85-a3c6-ee419048ca08

# feat: Implement pack_data_preprocess parameter and integrate with frontend - Added `pack_data_preprocess` parameter to control input handling during training. - When set to `True`, it disables the use of `cutoff_len`...

example client [apikey](https://open.bigmodel.cn/usercenter/proj-mgmt/apikeys) ``` import weaviate headers = { "X-Zhipuai-Api-Key": 'apikey' } client = weaviate.connect_to_local(headers=headers) print(client.is_ready()) ``` generative_config [model support](https://bigmodel.cn/dev/howuse/model) ``` from weaviate.classes.config import Configure, Property, DataType, VectorDistances client.collections.create( "OpenVid_1M",...

### Fix: Resolved "Cannot find tokenizer merges in model file" Issue This PR addresses the tokenizer merge issue (`cannot find tokenizer merges in model file`) when loading certain models, especially...

python

### What's being changed: Added ZhipuAI's API online interface description document ### Type of change: - [X] **Documentation** updates (non-breaking change to fix/update documentation) ### How Has This Been Tested?...