CoolFace
Apppublic

TSE1966/Super-Resolution-Anime-Diffusion

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
.gitignore162 linesDownload Raw Back to root
1# dev files2*.cache3*.dev.py4*.mv5state_dict/6integrated_datasets/7*.results8*.tokenizer9*.model10*.state_dict11*.config12*.args13*.gz14*.bin15*.result.txt16*.DS_Store17*.tmp18*.args.txt19*.summary.txt20*.dat21*.graph22# Byte-compiled / optimized / DLL files23__pycache__/24*.py[cod]25*$py.class26*.pyc27experiments/28tests/29*.result.json30.idea/31imgs/32 33# Embedding34glove.840B.300d.txt35glove.42B.300d.txt36glove.twitter.27B.txt37 38# project main files39release_note.json40 41# C extensions42*.so43 44# Distribution / packaging45.Python46build/47develop-eggs/48dist/49downloads/50eggs/51.eggs/52lib64/53parts/54sdist/55var/56wheels/57pip-wheel-metadata/58share/python-wheels/59*.egg-info/60.installed.cfg61*.egg62MANIFEST63 64# PyInstaller65#  Usually these files are written by a python script from a template66#  before PyInstaller builds the exe, so as to inject date/other infos into it.67*.manifest68*.spec69 70# Installer training_logs71pip-log.txt72pip-delete-this-directory.txt73 74# Unit test / coverage reports75htmlcov/76.tox/77.nox/78.coverage79.coverage.*80.cache81nosetests.xml82coverage.xml83*.cover84*.py,cover85.hypothesis/86.pytest_cache/87 88# Translations89*.mo90*.pot91 92# Django stuff:93*.log94local_settings.py95db.sqlite396db.sqlite3-journal97 98# Flask stuff:99instance/100.webassets-cache101 102# Scrapy stuff:103.scrapy104 105# Sphinx documentation106docs/_build/107 108# PyBuilder109target/110 111# Jupyter Notebook112.ipynb_checkpoints113 114# IPython115profile_default/116ipython_config.py117 118# pyenv119.python-version120 121# pipenv122#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.123#   However, in case of collaboration, if having platform-specific dependencies or dependencies124#   having no cross-platform support, pipenv may install dependencies that don't work, or not125#   install all needed dependencies.126#Pipfile.lock127 128# celery beat schedule file129celerybeat-schedule130 131# SageMath parsed files132*.sage.py133 134# Environments135.env136.venv137env/138venv/139ENV/140env.bak/141venv.bak/142 143# Spyder project settings144.spyderproject145.spyproject146 147# Rope project settings148.ropeproject149 150# mkdocs documentation151/site152 153# mypy154.mypy_cache/155.dmypy.json156dmypy.json157 158# Pyre type checker159.pyre/160.DS_Store161examples/.DS_Store162