Spaces:
Running
Running
Rename app.py to @misc{qvq-72b-preview, title = {QVQ: To See the World with Wisdom}, url = {https://qwenlm.github.io/blog/qvq-72b-preview/}, author = {Qwen Team}, month = {December}, year = {2024} } @article{Qwen2VL, title={Qwen2-VL: Enhancing Vision-Language Model's Perception of the World at Any Resolution}, author={Wang, Peng and Bai, Shuai and Tan, Sinan and Wang, Shijie and Fan, Zhihao and Bai, Jinze and Chen, Keqin and Liu, Xuejing and Wang, Jialin and Ge, Wenbin and Fan, Yang and Dang, Kai and Du, Mengfei and Ren, Xuancheng and Men, Rui and Liu, Dayiheng and Zhou, Chang and Zhou, Jingren and Lin, Junyang}, journal={arXiv preprint arXiv:2409.12191}, year={2024} }
#2
by
muhamedkishta
- opened
app.py β @misc{qvq-72b-preview, title = {QVQ: To See the World with Wisdom}, url = {https:/qwenlm.github.io/blog/qvq-72b-preview/}, author = {Qwen Team}, month = {December}, year = {2024} } @article{Qwen2VL, title={Qwen2-VL: Enhancing Vision-Language Model's Perception of the World at Any Resolution}, author={Wang, Peng and Bai, Shuai and Tan, Sinan and Wang, Shijie and Fan, Zhihao and Bai, Jinze and Chen, Keqin and Liu, Xuejing and Wang, Jialin and Ge, Wenbin and Fan, Yang and Dang, Kai and Du, Mengfei and Ren, Xuancheng and Men, Rui and Liu, Dayiheng and Zhou, Chang and Zhou, Jingren and Lin, Junyang}, journal={arXiv preprint arXiv:2409.12191}, year={2024} }
RENAMED
@@ -4,3 +4,12 @@ pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.1-I2V-14B-720P")
|
|
4 |
|
5 |
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
|
6 |
image = pipe(prompt).images[0]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
|
6 |
image = pipe(prompt).images[0]
|
7 |
+
from diffusers import DiffusionPipeline
|
8 |
+
|
9 |
+
pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.1-I2V-14B-720P")
|
10 |
+
|
11 |
+
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
|
12 |
+
image = pipe(prompt).images[0]
|
13 |
+
pip install qwen-vl-utils
|
14 |
+
|
15 |
+
|