Comfyui_turbodiffusion
An wrapper for Turbodiffusion to support 100-200x fast video generations.
파일 탐색기
최종 버전 다운로드 (.zip)- settings.local.json
- .gitkeep
- i2v_generator.py
- model_loader.py
- t5_loader.py
- turbowan_inference.py
- turbowan_model_loader.py
- turbowan_sampler.py
- vae_loader.py
- video_saver.py
- __init__.py
- every_n.py
- low_precision.py
- manual_gc.py
- __init__.py
- file_io.py
- instantiate.py
- lazy.py
- omegaconf_patch.py
- registry.py
- __init__.py
- base_backend.py
- http_backend.py
- local_backend.py
- registry_utils.py
- __init__.py
- base.py
- byte_handler.py
- csv_handler.py
- gzip_handler.py
- imageio_video_handler.py
- json_handler.py
- jsonl_handler.py
- np_handler.py
- pandas_handler.py
- pickle_handler.py
- pil_handler.py
- registry_utils.py
- safetensors_handler.py
- tarfile_handler.py
- torch_handler.py
- torchjit_handler.py
- txt_handler.py
- yaml_handler.py
- __init__.py
- easy_io.py
- file_client.py
- __init__.py
- callback.py
- checkpointer.py
- config_helper.py
- device.py
- distributed.py
- ema.py
- fused_adam.py
- graph.py
- io.py
- log.py
- misc.py
- parallel_state_helper.py
- parallelism.py
- profiling.py
- validator.py
- wandb_util.py
- __init__.py
- config.py
- model.py
- trainer.py
- __init__.py
- modify_model.py
- wan2.1_t2v_infer.py
- wan2.2_i2v_infer.py
- common.hpp
- launch.hpp
- load.hpp
- store.hpp
- gemm.cu
- kernel.hpp
- launch.hpp
- utils.hpp
- layernorm.cu
- layernorm.hpp
- rmsnorm.cu
- rmsnorm.hpp
- quant.cu
- quant.hpp
- __init__.py
- bindings.cpp
- core.py
- compile_tokenizer.py
- dataloading_monitor.py
- device_monitor.py
- every_n_draw_distill.py
- every_n_draw_sla.py
- grad_clip.py
- heart_beat.py
- iter_speed.py
- wandb_log.py
- dcp.py
- dcp_distill.py
- callbacks.py
- checkpoint.py
- ckpt_type.py
- conditioner.py
- dataloader.py
- ema.py
- model.py
- net.py
- optimizer.py
- scheduler.py
- tokenizer.py
- trainer.py
- __init__.py
- wan2pt1_t2v.py
- __init__.py
- wan2pt1_t2v.py
- registry_distill.py
- registry_sla.py
- build_synthetic_dataset.py
- merge_tar_shards.py
- utils.py
- visualize_tar.py
- webdataset.py
- t2v_model_distill_rcm.py
- t2v_model_sla.py
- denoiser_scaling.py
- wan2pt1.py
- wan2pt1_jvp.py
- wan2pt1_jvp_test.py
- wan2pt2.py
- euler.py
- unipc.py
- __init__.py
- interface.py
- wan2pt1.py
- trainer_distillation.py
- a2a_cp.py
- attention.py
- checkpointer.py
- context_parallel.py
- dtensor_helper.py
- flash_attention_jvp_triton.py
- fsdp_helper.py
- fused_adam_dtensor.py
- jvp_helper.py
- lognormal.py
- lr_scheduler.py
- misc.py
- model_utils.py
- optim_instantiate_dtensor.py
- selective_activation_checkpoint.py
- torch_future.py
- umt5.py
- __init__.py
- cm_sampler.py
- conditioner.py
- __init__.py
- core.py
- kernel.py
- utils.py
- __init__.py
- simplified_loader.py
- __init__.py
- comfy_integration.py
- comfy_native_offload.py
- cpu_offload_wrapper.py
- layerwise_gpu_offload_wrapper.py
- lazy_loader.py
- model_management.py
- preprocessing.py
- timing.py
- video_output.py
- .gitignore
- .python-version
- __init__.py
- CHANGELOG.md
- comfyui_model_integration.py
- config.py
- LICENSE
- pyproject.toml
- README.md
- test_installation.py
- test_load.py
- turbowan_workflow.json
- verify_models.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/anveshane/Comfyui_turbodiffusion
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Comfyui_turbodiffusion
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install einops loguru omegaconf pandas
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
