Bakhtiyor Sulaymonov
abdcd2b17d
Merge branch 'main' into macos-compatibility
2025-03-06 12:36:18 +05:00
Yingda Chen
d0a086800a
Update prompt_extend.py
2025-03-06 13:11:22 +08:00
Bakhtiyor Sulaymonov
bd180d1136
Merge branch 'main' into macos-compatibility
2025-03-05 11:09:01 +05:00
Steven-SWZhang
d18cc1b397
update diffusers
2025-03-04 20:17:26 +08:00
Steven-SWZhang
1ccdcaee27
Merge branch 'main' of https://github.com/Wan-Video/Wan2.1
2025-03-04 17:43:12 +08:00
Steven-SWZhang
b11c960542
support diffusers
2025-03-04 17:42:50 +08:00
Bakhtiyor Sulaymonov
f7bd4d149f
Merge branch 'main' into macos-compatibility
2025-03-04 13:43:53 +05:00
Chengxi Guo
5cb59ec52b
fix resolution if reload webpage ( #86 )
...
Signed-off-by: mymusise <mymusise1@gmail.com>
2025-03-04 16:41:03 +08:00
Chris Z
9d54043a67
Update README.md ( #167 )
...
change discord link to avoid expire
2025-03-04 16:39:37 +08:00
Alan May
82c18d91a1
fix: correct Chinese ISO language code typo ( #10 )
...
Fix incorrect Chinese language ISO code abbreviation
from CH to ZH
2025-03-03 17:04:13 +08:00
Bakhtiyor Sulaymonov
ac1bcfa7e3
Merge branch 'main' into macos-compatibility
2025-03-03 10:55:42 +05:00
zyckk4
2ef4e2184e
Fix an error saving videos on Windows ( #128 )
2025-03-03 13:48:19 +08:00
Didier Durand
a326079926
Update README.md: fixing spelling errors / typos ( #88 )
...
Hi,
As title says: fixing some issues in the README text. See commit diff for all details.
Best,
Didier
2025-02-28 09:42:41 +08:00
Bakhtiyor Sulaymonov
7ae505886c
Merge remote-tracking branch 'myfork/macos-compatibility' into macos-compatibility
2025-02-27 18:56:27 +05:00
Bakhtiyor Sulaymonov
5cb67c67e8
Fix MPS compatibility for I2V by adjusting device usage and dtype
2025-02-27 18:55:10 +05:00
Bakhtiyor Sulaymonov
e0317b2587
Merge branch 'main' into macos-compatibility
2025-02-27 17:50:17 +05:00
Bakhtiyor Sulaymonov
68ae7184df
Merge main branch and resolve conflicts in README.md
2025-02-27 12:21:11 +05:00
Bakhtiyor Sulaymonov
2beb726132
Update README.md
...
Add model files download step
2025-02-27 11:38:29 +05:00
Bakhtiyor Sulaymonov
60ecbf4380
Update README with macOS setup and usage instructions
2025-02-27 11:38:29 +05:00
Bakhtiyor Sulaymonov
cf578ab14b
Adapted model for macOS with M1 Pro chip and other improvements
2025-02-27 11:38:29 +05:00
Yingda Chen
b562f86ec5
add modelscope download cli
2025-02-27 11:38:28 +05:00
WanX-Video
3f0dde1f81
update gradio ( #58 )
2025-02-27 11:38:28 +05:00
cocktailpeanut
18818168ff
os.path.sep instead of / ( #12 )
2025-02-27 11:38:28 +05:00
Adrian Corduneanu
e2287e5126
Update text2video.py to reduce GPU memory by emptying cache ( #44 )
...
* Update text2video.py to reduce GPU memory by emptying cache
If offload_model is set, empty_cache() must be called after the model is moved to CPU to actually free the GPU. I verified on a RTX 4090 that without calling empty_cache the model remains in memory and the subsequent vae decoding never finishes.
* Update text2video.py only one empty_cache needed before vae decode
2025-02-27 11:38:28 +05:00
章谨
6797c48002
update comfyui
2025-02-27 12:56:36 +08:00
Bakhtiyor Sulaymonov
b6a0d1e594
Update README with macOS setup and usage instructions
2025-02-26 22:27:34 +05:00
Bakhtiyor Sulaymonov
58726520f8
Adapted model for macOS with M1 Pro chip and other improvements
2025-02-26 22:20:28 +05:00
Bakhtiyor Sulaymonov
04bf7390fe
Merge remote-tracking branch 'myfork/main'
2025-02-26 22:18:27 +05:00
Bakhtiyor Sulaymonov
9d3d4d784f
Check for cuda is available for macos
2025-02-26 22:18:18 +05:00
Yingda Chen
190e928681
add modelscope download cli
2025-02-26 22:31:12 +08:00
Yingda Chen
8d75c013ac
add modelscope download cli
2025-02-26 22:31:12 +08:00
WanX-Video
d7b01803de
update gradio ( #58 )
2025-02-26 20:33:18 +08:00
WanX-Video
4169800a95
update gradio ( #58 )
2025-02-26 20:33:18 +08:00
cocktailpeanut
89b065f4fe
os.path.sep instead of / ( #12 )
2025-02-26 18:57:30 +08:00
cocktailpeanut
4c503a8bc2
os.path.sep instead of / ( #12 )
2025-02-26 18:57:30 +08:00
Adrian Corduneanu
0e3c42a830
Update text2video.py to reduce GPU memory by emptying cache ( #44 )
...
* Update text2video.py to reduce GPU memory by emptying cache
If offload_model is set, empty_cache() must be called after the model is moved to CPU to actually free the GPU. I verified on a RTX 4090 that without calling empty_cache the model remains in memory and the subsequent vae decoding never finishes.
* Update text2video.py only one empty_cache needed before vae decode
2025-02-26 18:56:57 +08:00
Adrian Corduneanu
fb6dbad54c
Update text2video.py to reduce GPU memory by emptying cache ( #44 )
...
* Update text2video.py to reduce GPU memory by emptying cache
If offload_model is set, empty_cache() must be called after the model is moved to CPU to actually free the GPU. I verified on a RTX 4090 that without calling empty_cache the model remains in memory and the subsequent vae decoding never finishes.
* Update text2video.py only one empty_cache needed before vae decode
2025-02-26 18:56:57 +08:00
WanX-Video
9ab8f963c8
Update requirements.txt
2025-02-26 12:02:30 +08:00
WanX-Video
73648654c5
Update requirements.txt
2025-02-26 12:02:30 +08:00
WanX-Video
656b9157c7
Update README.md
2025-02-26 11:18:26 +08:00
WanX-Video
a815a48c3e
Update README.md
2025-02-26 11:18:26 +08:00
WanX-Video
c132cc08a4
Update README.md
2025-02-25 22:54:11 +08:00
WanX-Video
04e8653c99
Update README.md
2025-02-25 22:54:11 +08:00
WanX-Video-1
5512ca4b33
init upload
2025-02-25 22:27:54 +08:00
WanX-Video-1
65386b2e03
init upload
2025-02-25 22:07:47 +08:00