CoolFace
Apppublic

VideoSys/CogVideoX

sourceHugging Faceupdated 2y agoView on Hugging Face
27likes
.gitignore168 linesDownload Raw Back to root
1outputs/2processed/3profile/4 5# Byte-compiled / optimized / DLL files6__pycache__/7*.py[cod]8*$py.class9 10# C extensions11*.so12 13# Distribution / packaging14.Python15build/16develop-eggs/17dist/18downloads/19eggs/20.eggs/21lib/22lib64/23parts/24sdist/25var/26wheels/27pip-wheel-metadata/28share/python-wheels/29*.egg-info/30.installed.cfg31*.egg32MANIFEST33 34# PyInstaller35#  Usually these files are written by a python script from a template36#  before PyInstaller builds the exe, so as to inject date/other infos into it.37*.manifest38*.spec39 40# Installer logs41pip-log.txt42pip-delete-this-directory.txt43 44# Unit test / coverage reports45htmlcov/46.tox/47.nox/48.coverage49.coverage.*50.cache51nosetests.xml52coverage.xml53*.cover54*.py,cover55.hypothesis/56.pytest_cache/57 58# Translations59*.mo60*.pot61 62# Django stuff:63*.log64local_settings.py65db.sqlite366db.sqlite3-journal67 68# Flask stuff:69instance/70.webassets-cache71 72# Scrapy stuff:73.scrapy74 75# Sphinx documentation76docs/_build/77docs/.build/78 79# PyBuilder80target/81 82# Jupyter Notebook83.ipynb_checkpoints84 85# IPython86profile_default/87ipython_config.py88 89# pyenv90.python-version91 92# pipenv93#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.94#   However, in case of collaboration, if having platform-specific dependencies or dependencies95#   having no cross-platform support, pipenv may install dependencies that don't work, or not96#   install all needed dependencies.97#Pipfile.lock98 99# PEP 582; used by e.g. github.com/David-OConnor/pyflow100__pypackages__/101 102# Celery stuff103celerybeat-schedule104celerybeat.pid105 106# SageMath parsed files107*.sage.py108 109# Environments110.env111.venv112env/113venv/114ENV/115env.bak/116venv.bak/117 118# Spyder project settings119.spyderproject120.spyproject121 122# Rope project settings123.ropeproject124 125# mkdocs documentation126/site127 128# mypy129.mypy_cache/130.dmypy.json131dmypy.json132 133# Pyre type checker134.pyre/135 136# IDE137.idea/138.vscode/139 140# macos141*.DS_Store142#data/143 144docs/.build145 146# pytorch checkpoint147*.pt148 149# ignore any kernel build files150.o151.so152 153# ignore python interface defition file154.pyi155 156# ignore coverage test file157coverage.lcov158coverage.xml159 160# ignore testmon and coverage files161.coverage162.testmondata*163 164pretrained165samples166cache_dir167test_outputs168