dvlab-research / Video-P2P

Video-P2P: Video Editing with Cross-attention Control
https://video-p2p.github.io/
355 stars 24 forks source link

have a error MODEL_LIBRARY_ORG_NAME #6

Closed videoprice closed 1 year ago

videoprice commented 1 year ago

Hi I have a error with python app_gradio.py "Traceback (most recent call last): File "D:\Video-P2P\app_gradio.py", line 14, in from gradio_utils.app_training import create_training_demo File "D:\Video-P2P\gradio_utils\app_training.py", line 9, in from constants import MODEL_LIBRARY_ORG_NAME, SAMPLE_MODEL_REPO, UploadTarget ImportError: cannot import name 'MODEL_LIBRARY_ORG_NAME' from 'constants' (C:\ProgramData\Anaconda3\envs\p2p\lib\site-packages\constants.py)"

ShaoTengLiu commented 1 year ago

I think it is well defined here.

You can check "C:\ProgramData\Anaconda3\envs\p2p\lib\site-packages\constants.py" to see whether it is the same as this.

ShaoTengLiu commented 1 year ago

I will temporally close this issue. You are welcome to reopen it if you still have this problem.