xuduo35 / MakeLongVideo

Implementation of long video generation
MIT License
77 stars 8 forks source link

How should I use it #7

Closed zsh123abc closed 1 year ago

zsh123abc commented 1 year ago

How should I use it

xuduo35 commented 1 year ago

Refer to Readme.md

zsh123abc commented 1 year ago

Refer to Readme.md

May I ask if the Laion400m dataset is required

xuduo35 commented 1 year ago

No. Only video dataset is enough.

zsh123abc commented 1 year ago

No. Only video dataset is enough.

I need to generate a video. Do I need to train a model myself

xuduo35 commented 1 year ago

There is a pretrained weights you can try https://github.com/xuduo35/MakeLongVideo#inference. Just for fun, it's far from good.

zsh123abc commented 1 year ago

There is a pretrained weights you can try https://github.com/xuduo35/MakeLongVideo#inference. Just for fun, it's far from good.

I want to generate a video, but I'm not very proficient in operation

xuduo35 commented 1 year ago

Zeroscope is an option for you, https://huggingface.co/spaces/fffiloni/zeroscope

zsh123abc commented 1 year ago

Zeroscope is an option for you, https://huggingface.co/spaces/fffiloni/zeroscope

Thank you. If only I could deploy it locally for use

zsh123abc commented 1 year ago

Zeroscope is an option for you, https://huggingface.co/spaces/fffiloni/zeroscope

I am trying to deploy this project locally. Is this project deployable

zsh123abc commented 1 year ago

Zeroscope is an option for you, https://huggingface.co/spaces/fffiloni/zeroscope

Do you have time to guide me on how to deploy,Thank you

xuduo35 commented 1 year ago

Basic steps:

  1. git clone it
  2. pip install requirements.txt
  3. python app.py I'm afraid I have no time to go through all the details for you, you should learn all the skills yourself.