diff --git a/README.md b/README.md index 3565f8ae..9720bc1b 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ + @@ -64,6 +65,8 @@ Explore [more examples](https://fudan-generative-vision.github.io/hallo). ## πŸ“° News +- **`2024/06/21`**: πŸš€πŸš€πŸš€ Cloned a Gradio demo on [πŸ€—Huggingface space](https://huggingface.co/spaces/fudan-generative-ai/hallo). +- **`2024/06/20`**: 🌟🌟🌟 Received numerous contributions from the community, including a [Windows version](https://github.com/sdbds/hallo-for-windows), [ComfyUI](https://github.com/AIFSH/ComfyUI-Hallo), [WebUI](https://github.com/fudan-generative-vision/hallo/pull/51), and [Docker template](https://github.com/ashleykleynhans/hallo-docker). - **`2024/06/15`**: ✨✨✨ Released some images and audios for inference testing on [πŸ€—Huggingface](https://huggingface.co/datasets/fudan-generative-ai/hallo_inference_samples). - **`2024/06/15`**: πŸŽ‰πŸŽ‰πŸŽ‰ Launched the first version on 🫑[GitHub](https://github.com/fudan-generative-vision/hallo). @@ -236,7 +239,6 @@ options: | :----: | :---------------------------------------------------------------------------------------------------- | :--------: | | βœ… | **[Inference source code meet everyone on GitHub](https://github.com/fudan-generative-vision/hallo)** | 2024-06-15 | | βœ… | **[Pretrained models on Huggingface](https://huggingface.co/fudan-generative-ai/hallo)** | 2024-06-15 | -| 🚧 | **[Optimizing Inference Performance]()** | 2024-06-23 | | 🚧 | **[Optimizing Performance on images with a resolution of 256x256.]()** | 2024-06-23 | | πŸš€ | **[Improving the model's performance on Mandarin Chinese]()** | 2024-06-25 | | πŸš€ | **[Releasing data preparation and training scripts]()** | 2024-06-28 | @@ -244,10 +246,10 @@ options:
Other Enhancements -- [ ] Enhancement: Test and ensure compatibility with Windows operating system. [#39](https://github.com/fudan-generative-vision/hallo/issues/39) -- [ ] Bug: Output video may lose several frames. [#41](https://github.com/fudan-generative-vision/hallo/issues/41) +- [x] Enhancement: Test and ensure compatibility with Windows operating system. [#39](https://github.com/fudan-generative-vision/hallo/issues/39) +- [x] Bug: Output video may lose several frames. [#41](https://github.com/fudan-generative-vision/hallo/issues/41) - [ ] Bug: Sound volume affecting inference results (audio normalization). -- [ ] Enhancement: Inference code logic optimization. +- [ ] ~~Enhancement: Inference code logic optimization~~. This solution doesn't show significant performance improvements. Trying other approaches. - [ ] Enhancement: Enhancing performance on low resolutions(256x256) to support more efficient usage.