Git Product home page Git Product logo

Comments (12)

patrickjonesdotca avatar patrickjonesdotca commented on July 17, 2024 1

Turns out the problem was just me. It takes a while and without any progressbar it seems to hang but it still working.
Continuing on.

from text-to-video-finetuning.

charuj avatar charuj commented on July 17, 2024 1

The following ensures the install happens in the right place (i.e. this is how to get the location to persist when doing cd in Google Colab):

!git clone https://github.com/ExponentialML/Text-To-Video-Finetuning.git
%cd Text-To-Video-Finetuning
!git lfs install
!git clone https://huggingface.co/damo-vilab/text-to-video-ms-1.7b ./models/model_scope_diffusers/

notice the %cd ...

from text-to-video-finetuning.

patrickjonesdotca avatar patrickjonesdotca commented on July 17, 2024

I made a quick attempt at it but kept getting

Error: Failed to call git rev-parse --git-dir: exit status 128
Git LFS initialized.

from text-to-video-finetuning.

patrickjonesdotca avatar patrickjonesdotca commented on July 17, 2024

The other problem I ran into was it not installing the models correctly in the proper directory because each command seems to run from root and not from last known location:

!git clone https://github.com/ExponentialML/Text-To-Video-Finetuning.git
!cd Text-To-Video-Finetuning
!git lfs install
!git clone https://huggingface.co/damo-vilab/text-to-video-ms-1.7b ./models/model_scope_diffusers/

Which means the process just hangs

from text-to-video-finetuning.

nyancatpoopcat avatar nyancatpoopcat commented on July 17, 2024

The other problem I ran into was it not installing the models correctly in the proper directory because each command seems to run from root and not from last known location:

!git clone https://github.com/ExponentialML/Text-To-Video-Finetuning.git
!cd Text-To-Video-Finetuning
!git lfs install
!git clone https://huggingface.co/damo-vilab/text-to-video-ms-1.7b ./models/model_scope_diffusers/

Which means the process just hangs

Did you find a fix for the issues yet? Because I don't have a PC rn and I don't know how to run the code anyways.

from text-to-video-finetuning.

patrickjonesdotca avatar patrickjonesdotca commented on July 17, 2024

Still looking. Not sure why git is hanging but can replicate the issue both on Colab and on my laptop

from text-to-video-finetuning.

patrickjonesdotca avatar patrickjonesdotca commented on July 17, 2024

Update: ran into the same issue here: #61 and suspected my process missed something. Going to regen another fine-tune and update when I can

from text-to-video-finetuning.

patrickjonesdotca avatar patrickjonesdotca commented on July 17, 2024

The other problem I ran into was it not installing the models correctly in the proper directory because each command seems to run from root and not from last known location:

!git clone https://github.com/ExponentialML/Text-To-Video-Finetuning.git
!cd Text-To-Video-Finetuning
!git lfs install
!git clone https://huggingface.co/damo-vilab/text-to-video-ms-1.7b ./models/model_scope_diffusers/

Which means the process just hangs

Did you find a fix for the issues yet? Because I don't have a PC rn and I don't know how to run the code anyways.

This is solved. Takes longer to download the weights than I expected and lack of progress indicator threw me off

from text-to-video-finetuning.

charuj avatar charuj commented on July 17, 2024

@patrickjonesdotca would you be able to share your colab notebook? I'm trying to get this to run in Colab as well and am running into the same issues mentioned above with install & inference
Thanks in advance!

from text-to-video-finetuning.

patrickjonesdotca avatar patrickjonesdotca commented on July 17, 2024

The following ensures the install happens in the right place (i.e. this is how to get the location to persist when doing cd in Google Colab):

!git clone https://github.com/ExponentialML/Text-To-Video-Finetuning.git
%cd Text-To-Video-Finetuning
!git lfs install
!git clone https://huggingface.co/damo-vilab/text-to-video-ms-1.7b ./models/model_scope_diffusers/

notice the %cd ...

Thank you!

from text-to-video-finetuning.

zacaikido avatar zacaikido commented on July 17, 2024

Hey, when trying
!python train.py --config /path/to/Text-To-Video-Finetuning/configs/v2/low_vram_config_example.yaml

get :
Traceback (most recent call last): File "/content/drive/MyDrive/Text-To-Video-Finetuning/train.py", line 998, in <module> main(**OmegaConf.load(args.config)) File "/content/drive/MyDrive/Text-To-Video-Finetuning/train.py", line 577, in main accelerator = Accelerator( TypeError: Accelerator.__init__() got an unexpected keyword argument 'logging_dir'

Any idea ?

from text-to-video-finetuning.

ExponentialML avatar ExponentialML commented on July 17, 2024

There is a finetuning Colab here: https://github.com/camenduru/Text-To-Video-Finetuning-colab

Please let me know if there are any issues, and I'll re-open.

from text-to-video-finetuning.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.