mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-22 20:44:27 +08:00
82 lines
2.3 KiB
Plaintext
82 lines
2.3 KiB
Plaintext
.github/workflows/publish.yml
|
|
.gitignore
|
|
All_in_one_v1_3.png
|
|
LICENSE
|
|
README.md
|
|
__init__.py
|
|
config.yaml
|
|
demo_frames/anime0.png
|
|
demo_frames/anime1.png
|
|
demo_frames/bocchi0.jpg
|
|
demo_frames/bocchi1.jpg
|
|
demo_frames/real0.png
|
|
demo_frames/real1.png
|
|
demo_frames/rick/00003.png
|
|
demo_frames/rick/00004.png
|
|
demo_frames/rick/00005.png
|
|
demo_frames/violet0.png
|
|
demo_frames/violet1.png
|
|
example.png
|
|
install-taichi.bat
|
|
install.bat
|
|
install.py
|
|
interpolation_schedule.png
|
|
other_nodes.py
|
|
pyproject.toml
|
|
requirements-no-cupy.txt
|
|
requirements-with-cupy.txt
|
|
test.py
|
|
test_vfi_schedule.gif
|
|
vfi_models/amt/__init__.py
|
|
vfi_models/amt/amt_arch.py
|
|
vfi_models/cain/__init__.py
|
|
vfi_models/cain/cain_arch.py
|
|
vfi_models/cain/cain_encdec_arch.py
|
|
vfi_models/cain/cain_noca_arch.py
|
|
vfi_models/cain/common.py
|
|
vfi_models/eisai/__init__.py
|
|
vfi_models/eisai/eisai_arch.py
|
|
vfi_models/film/__init__.py
|
|
vfi_models/film/film_arch.py
|
|
vfi_models/flavr/__init__.py
|
|
vfi_models/flavr/flavr_arch.py
|
|
vfi_models/flavr/resnet_3D.py
|
|
vfi_models/gmfss_fortuna/GMFSS_Fortuna.py
|
|
vfi_models/gmfss_fortuna/GMFSS_Fortuna_arch.py
|
|
vfi_models/gmfss_fortuna/GMFSS_Fortuna_union.py
|
|
vfi_models/gmfss_fortuna/GMFSS_Fortuna_union_arch.py
|
|
vfi_models/gmfss_fortuna/__init__.py
|
|
vfi_models/ifrnet/IFRNet_L_arch.py
|
|
vfi_models/ifrnet/IFRNet_S_arch.py
|
|
vfi_models/ifrnet/__init__.py
|
|
vfi_models/ifunet/IFUNet_arch.py
|
|
vfi_models/ifunet/__init__.py
|
|
vfi_models/m2m/M2M_arch.py
|
|
vfi_models/m2m/__init__.py
|
|
vfi_models/ops/__init__.py
|
|
vfi_models/ops/cupy_ops/__init__.py
|
|
vfi_models/ops/cupy_ops/adacof.py
|
|
vfi_models/ops/cupy_ops/batch_edt.py
|
|
vfi_models/ops/cupy_ops/correlation.py
|
|
vfi_models/ops/cupy_ops/costvol.py
|
|
vfi_models/ops/cupy_ops/sepconv.py
|
|
vfi_models/ops/cupy_ops/softsplat.py
|
|
vfi_models/ops/cupy_ops/utils.py
|
|
vfi_models/ops/taichi_ops/__init__.py
|
|
vfi_models/ops/taichi_ops/adacof.py
|
|
vfi_models/ops/taichi_ops/batch_edt.py
|
|
vfi_models/ops/taichi_ops/correlation.py
|
|
vfi_models/ops/taichi_ops/costvol.py
|
|
vfi_models/ops/taichi_ops/raw_softsplat.py
|
|
vfi_models/ops/taichi_ops/sepconv.py
|
|
vfi_models/ops/taichi_ops/utils.py
|
|
vfi_models/ops/taichi_ops/worker_process.py
|
|
vfi_models/rife/__init__.py
|
|
vfi_models/rife/rife_arch.py
|
|
vfi_models/sepconv/__init__.py
|
|
vfi_models/sepconv/sepconv_enhanced.py
|
|
vfi_models/stmfnet/__init__.py
|
|
vfi_models/stmfnet/stmfnet_arch.py
|
|
vfi_models/xvfi/__init__.py
|
|
vfi_models/xvfi/xvfi_arch.py
|
|
vfi_utils.py |