open-mmlab / mmagic

OpenMMLab Multimodal Advanced, Generative, and Intelligent Creation Toolbox. Unlock the magic πŸͺ„: Generative-AI (AIGC), easy-to-use APIs, awsome model zoo, diffusion models, for text-to-image generation, image/video restoration/enhancement, etc.
https://mmagic.readthedocs.io/en/latest/
Apache License 2.0
6.95k stars 1.06k forks source link

[Feature] The code and documentation are really terrible[Docs] #2112

Open TheHonestBob opened 10 months ago

TheHonestBob commented 10 months ago

Branch

main branch https://mmagic.readthedocs.io/en/latest/

πŸ“š The doc issue

when I use MMagicInferencer, I cannot specify any parameters, or in other words, after reading many levels of source code, I still cannot know which parameters I should pass in. For example, during VSR inference tasks, I cannot specify fps. For a 1920 * 1080 video with only 25 frames, it is OOM on a 24G 4090

Suggest a potential alternative/fix

No response

limhasic commented 7 months ago

Even though it hasn't been made yet, isn't it great to be able to gather all the references and get an idea of ​​what's out there?

kvnsng commented 5 months ago

Running into same OOM issues using MMagicInferencer... Any documentations on how to limit overloading the memory?