From 9d54043a677be942c0a0ad95ffa75b1026672f70 Mon Sep 17 00:00:00 2001 From: Chris Z <535257617@qq.com> Date: Tue, 4 Mar 2025 16:39:37 +0800 Subject: [PATCH 1/2] Update README.md (#167) change discord link to avoid expire --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23d5664..0511a54 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

- 💜 Wan    |    🖥️ GitHub    |   🤗 Hugging Face   |   🤖 ModelScope   |    📑 Paper (Coming soon)    |    📑 Blog    |   💬 WeChat Group   |    📖 Discord   + 💜 Wan    |    🖥️ GitHub    |   🤗 Hugging Face   |   🤖 ModelScope   |    📑 Paper (Coming soon)    |    📑 Blog    |   💬 WeChat Group   |    📖 Discord  
----- @@ -401,4 +401,4 @@ We would like to thank the contributors to the [SD3](https://huggingface.co/stab ## Contact Us -If you would like to leave a message to our research or product teams, feel free to join our [Discord](https://discord.gg/p5XbdQV7) or [WeChat groups](https://gw.alicdn.com/imgextra/i2/O1CN01tqjWFi1ByuyehkTSB_!!6000000000015-0-tps-611-1279.jpg)! +If you would like to leave a message to our research or product teams, feel free to join our [Discord](https://discord.gg/AKNgpMK4Yj) or [WeChat groups](https://gw.alicdn.com/imgextra/i2/O1CN01tqjWFi1ByuyehkTSB_!!6000000000015-0-tps-611-1279.jpg)! From 5cb59ec52bbaa8dae73c1adbeeb64645f30568f6 Mon Sep 17 00:00:00 2001 From: Chengxi Guo Date: Tue, 4 Mar 2025 16:41:03 +0800 Subject: [PATCH 2/2] fix resolution if reload webpage (#86) Signed-off-by: mymusise --- gradio/i2v_14B_singleGPU.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gradio/i2v_14B_singleGPU.py b/gradio/i2v_14B_singleGPU.py index fd94236..35c1e08 100644 --- a/gradio/i2v_14B_singleGPU.py +++ b/gradio/i2v_14B_singleGPU.py @@ -80,6 +80,7 @@ def load_model(value): ) print("done", flush=True) return '480P' + return value def prompt_enc(prompt, img, tar_lang):