Browse Source

Update __init__.py

pull/7/head
tin2tin 2 years ago committed by GitHub
parent
commit
f3ac690042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      __init__.py

1
__init__.py

@ -112,6 +112,7 @@ class SequencerImportMovieOperator(Operator):
import_module(self, "gast", "gast") import_module(self, "gast", "gast")
import_module(self, "diffusers", "diffusers") import_module(self, "diffusers", "diffusers")
import_module(self, "tensorflow", "tensorflow") import_module(self, "tensorflow", "tensorflow")
import_module(self, "cffi", "cffi")
import_module(self, "modelscope", "modelscope==1.4.2") #git+https://github.com/modelscope/modelscope.git import_module(self, "modelscope", "modelscope==1.4.2") #git+https://github.com/modelscope/modelscope.git
from huggingface_hub import snapshot_download from huggingface_hub import snapshot_download

Loading…
Cancel
Save