Skip to content

Commit cfd1815

Browse files
authored
docs: fix wrong hf space link & remove deprecated schedule (#96)
1 parent c92a25e commit cfd1815

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a href='https://github.com/fudan-generative-vision/hallo'><img src='https://img.shields.io/github/stars/fudan-generative-vision/hallo?style=social'></a>
2424
<a href='https://fudan-generative-vision.github.io/hallo/#/'><img src='https://img.shields.io/badge/Project-HomePage-Green'></a>
2525
<a href='https://arxiv.org/pdf/2406.08801'><img src='https://img.shields.io/badge/Paper-Arxiv-red'></a>
26-
<a href='https://huggingface.co/fudan-generative-ai/hallo'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-Model-yellow'></a>
26+
<a href='https://huggingface.co/spaces/fudan-generative-ai/hallo'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-Model-yellow'></a>
2727
<a href='https://huggingface.co/fudan-generative-ai/hallo'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-Demo-yellow'></a>
2828
<a href='https://www.modelscope.cn/models/fudan-generative-vision/Hallo/summary'><img src='https://img.shields.io/badge/Modelscope-Model-purple'></a>
2929
<a href='assets/wechat.jpeg'><img src='https://badges.aleen42.com/src/wechat.svg'></a>
@@ -239,7 +239,6 @@ options:
239239
| :----: | :---------------------------------------------------------------------------------------------------- | :--------: |
240240
|| **[Inference source code meet everyone on GitHub](https://github.com/fudan-generative-vision/hallo)** | 2024-06-15 |
241241
|| **[Pretrained models on Huggingface](https://huggingface.co/fudan-generative-ai/hallo)** | 2024-06-15 |
242-
| 🚧 | **[Optimizing Performance on images with a resolution of 256x256.]()** | 2024-06-23 |
243242
| 🚀 | **[Improving the model's performance on Mandarin Chinese]()** | 2024-06-25 |
244243
| 🚀 | **[Releasing data preparation and training scripts]()** | 2024-06-28 |
245244

@@ -250,7 +249,6 @@ options:
250249
- [x] Bug: Output video may lose several frames. [#41](https://github.com/fudan-generative-vision/hallo/issues/41)
251250
- [ ] Bug: Sound volume affecting inference results (audio normalization).
252251
- [ ] ~~Enhancement: Inference code logic optimization~~. This solution doesn't show significant performance improvements. Trying other approaches.
253-
- [ ] Enhancement: Enhancing performance on low resolutions(256x256) to support more efficient usage.
254252

255253
</details>
256254

0 commit comments

Comments
 (0)