Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
main
ViMax
/
tools
下载当前目录
F
faraz
Abstract image and video generator behind RenderBackend
a722cb5a
创建于
2月24日
历史提交
文件
最后提交记录
最后更新时间
__init__.py
Abstract image and video generator behind RenderBackend Introduce Protocol-based contracts (ImageGenerator, VideoGenerator) and a config-driven RenderBackend factory that replaces the duplicate ~70-line init_from_config boilerplate in both pipelines. Existing generators (Google, Yunwu/Doubao, Yunwu/Veo) satisfy the protocols by duck typing with zero changes to provider code.
3 个月前
image_generator_doubao_seedream_yunwu_api.py
update the API call method
6 个月前
image_generator_nanobanana_google_api.py
Implement rate limiting. Visit
https://aistudio.google.com/usage
to check your usage and limits.
6 个月前
image_generator_nanobanana_yunwu_api.py
update the API call method
6 个月前
protocols.py
Abstract image and video generator behind RenderBackend Introduce Protocol-based contracts (ImageGenerator, VideoGenerator) and a config-driven RenderBackend factory that replaces the duplicate ~70-line init_from_config boilerplate in both pipelines. Existing generators (Google, Yunwu/Doubao, Yunwu/Veo) satisfy the protocols by duck typing with zero changes to provider code.
3 个月前
render_backend.py
Abstract image and video generator behind RenderBackend Introduce Protocol-based contracts (ImageGenerator, VideoGenerator) and a config-driven RenderBackend factory that replaces the duplicate ~70-line init_from_config boilerplate in both pipelines. Existing generators (Google, Yunwu/Doubao, Yunwu/Veo) satisfy the protocols by duck typing with zero changes to provider code.
3 个月前
reranker_bge_silicon_api.py
update the API call method
6 个月前
video_generator_doubao_seedance_yunwu_api.py
update the API call method
6 个月前
video_generator_veo_google_api.py
Implement rate limiting. Visit
https://aistudio.google.com/usage
to check your usage and limits.
6 个月前
video_generator_veo_yunwu_api.py
update the API call method
6 个月前