Skip to content

Commit a8b252b

Browse files
committed
[Feature]: supressed some warnings.
1 parent 96d7e65 commit a8b252b

File tree

5 files changed

+977
-460
lines changed

5 files changed

+977
-460
lines changed

.gitignore

Lines changed: 189 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,189 @@
1-
*.egg-info
2-
**/__pycache__
1+
# Project specific
2+
.*
3+
experimental
4+
*.mp4
5+
wandb
6+
outputs/
7+
models
8+
results
9+
logs/
10+
trained_models/
11+
demo_mesh/
12+
.vscode/
13+
backups/
14+
x23d_venv/
15+
.hydra/
16+
.aim
17+
slurm-*
18+
/data/
19+
/run/
20+
21+
# 3D files
22+
*.off
23+
24+
# Byte-compiled / optimized / DLL files
25+
__pycache__/
26+
*.py[cod]
27+
*$py.class
28+
29+
# C extensions
30+
*.so
31+
32+
# Distribution / packaging
33+
.Python
34+
build/
35+
develop-eggs/
36+
dist/
37+
downloads/
38+
eggs/
39+
.eggs/
40+
lib/
41+
lib64/
42+
parts/
43+
sdist/
44+
var/
45+
wheels/
46+
share/python-wheels/
47+
*.egg-info/
48+
.installed.cfg
49+
*.egg
50+
MANIFEST
51+
52+
# PyInstaller
53+
# Usually these files are written by a python script from a template
54+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
55+
*.manifest
56+
*.spec
57+
58+
# Installer logs
59+
pip-log.txt
60+
pip-delete-this-directory.txt
61+
62+
# Unit test / coverage reports
63+
htmlcov/
64+
.tox/
65+
.nox/
66+
.coverage
67+
.coverage.*
68+
.cache
69+
nosetests.xml
70+
coverage.xml
71+
*.cover
72+
*.py,cover
73+
.hypothesis/
74+
.pytest_cache/
75+
cover/
76+
77+
# Translations
78+
*.mo
79+
*.pot
80+
81+
# Django stuff:
82+
*.log
83+
local_settings.py
84+
db.sqlite3
85+
db.sqlite3-journal
86+
87+
# Flask stuff:
88+
instance/
89+
.webassets-cache
90+
91+
# Scrapy stuff:
92+
.scrapy
93+
94+
# Sphinx documentation
95+
docs/_build/
96+
97+
# PyBuilder
98+
.pybuilder/
99+
target/
100+
101+
# Jupyter Notebook
102+
.ipynb_checkpoints
103+
104+
# IPython
105+
profile_default/
106+
ipython_config.py
107+
108+
# pyenv
109+
# For a library or package, you might want to ignore these files since the code is
110+
# intended to run in multiple environments; otherwise, check them in:
111+
# .python-version
112+
113+
# pipenv
114+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
115+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
116+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
117+
# install all needed dependencies.
118+
#Pipfile.lock
119+
120+
# poetry
121+
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
122+
# This is especially recommended for binary packages to ensure reproducibility, and is more
123+
# commonly ignored for libraries.
124+
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
125+
#poetry.lock
126+
127+
# pdm
128+
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
129+
#pdm.lock
130+
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
131+
# in version control.
132+
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
133+
.pdm.toml
134+
.pdm-python
135+
.pdm-build/
136+
137+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
138+
__pypackages__/
139+
140+
# Celery stuff
141+
celerybeat-schedule
142+
celerybeat.pid
143+
144+
# SageMath parsed files
145+
*.sage.py
146+
147+
# Environments
148+
.env
149+
.venv
150+
env/
151+
venv/
152+
ENV/
153+
env.bak/
154+
venv.bak/
155+
156+
# Spyder project settings
157+
.spyderproject
158+
.spyproject
159+
160+
# Rope project settings
161+
.ropeproject
162+
163+
# mkdocs documentation
164+
/site
165+
166+
# mypy
167+
.mypy_cache/
168+
.dmypy.json
169+
dmypy.json
170+
171+
# Pyre type checker
172+
.pyre/
173+
174+
# pytype static type analyzer
175+
.pytype/
176+
177+
# Cython debug symbols
178+
cython_debug/
179+
180+
# PyCharm
181+
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
182+
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
183+
# and can be added to the global gitignore or merged into this file. For a more nuclear
184+
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
185+
#.idea/
186+
187+
.DS_Store
188+
test_early_stopping_plot.png
189+

README_reproduce.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
```
2+
python inference/wan2.1_fun/predict_v2v.py \
3+
--config.data.data_rootdir="examples" \
4+
--config.experiment.run_seqs="boys-beach,animator-draw" \
5+
--config.experiment.save_path="outputs/wan-fun/examples" \
6+
--config.video_model.model_name="/export/share/projects/videogen/checkpoints/wan-fun/Wan2.1-Fun-1.3B-InP" \
7+
--config.video_model.transformer_path="/export/share/projects/videogen/checkpoints/wan-fun/Wan2.1-Fun-1.3B-InP/diffusion_pytorch_model.safetensors"
8+
```

0 commit comments

Comments
 (0)