ComfyUI-Open-Sora
No description available.
File Explorer
Download Latest Version (.zip)- imagenet_id.txt
- imagenet_labels.txt
- t2i_samples.txt
- t2v_latte.txt
- t2v_samples.txt
- t2v_sora.txt
- ucf101_id.txt
- ucf101_labels.txt
- 16x256x256.py
- 1x256x256-class.py
- 1x256x256.py
- 16x256x256.py
- 1x256x256.py
- 16x256x256-class.py
- 16x256x256.py
- 16x256x256.py
- 16x256x256.py
- 16x512x512.py
- 64x512x512.py
- 16x256x256.py
- 16x512x512.py
- 360x512x512.py
- 64x512x512-sp.py
- 64x512x512.py
- 16x256x256.py
- 1x1024MS.py
- 1x256x256.py
- 1x512x512.py
- 16x256x256.py
- 1x512x512.py
- 64x512x512.py
- acceleration.md
- commands.md
- commands_zh.md
- datasets.md
- README_zh.md
- report_v1.md
- structure.md
- __init__.py
- t5.py
- __init__.py
- t5_encoder.py
- __init__.py
- checkpoint.py
- communications.py
- parallel_states.py
- plugin.py
- __init__.py
- datasets.py
- utils.py
- video_transforms.py
- __init__.py
- dit.py
- __init__.py
- latte.py
- __init__.py
- blocks.py
- __init__.py
- pixart.py
- __init__.py
- stdit.py
- __init__.py
- classes.py
- clip.py
- t5.py
- __init__.py
- vae.py
- __init__.py
- __init__.py
- dpm_solver.py
- __init__.py
- diffusion_utils.py
- gaussian_diffusion.py
- respace.py
- timestep_sampler.py
- __init__.py
- __init__.py
- ckpt_utils.py
- config_utils.py
- misc.py
- train_utils.py
- __init__.py
- registry.py
- inference.py
- train.py
- test_seq_parallel_attention.py
- test_t5_shardformer.py
- __init__.py
- caption_gpt4.py
- caption_llava.py
- README.md
- utils.py
- __init__.py
- convert_dataset.py
- csvutil.py
- README.md
- README.md
- README.md
- scene_detect.py
- utils.py
- __init__.py
- .gitignore
- .isort.cfg
- .pre-commit-config.yaml
- __init__.py
- CONTRIBUTING.md
- LICENSE
- nodes.py
- README.md
- requirements.txt
- setup.py
- wf.json
- wf.png
# Installation Guide
git clone https://github.com/chaojie/ComfyUI-Open-Sora
Downloads the entire project code from GitHub to your computer.
cd ComfyUI-Open-Sora
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install packaging ninja
Installs the package published on PyPI directly β no need to clone the source.
pip install flash-attn --no-build-isolation
Installs the package published on PyPI directly β no need to clone the source.
pip3 install -U xformers --index-url https://download.pytorch.org/whl/cu121
Installs the package published on PyPI directly β no need to clone the source.
pip install -v .
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install packaging ninja
Installs the package published on PyPI directly β no need to clone the source.
pip install flash-attn --no-build-isolation
Installs the package published on PyPI directly β no need to clone the source.
pip3 install -U xformers --index-url https://download.pytorch.org/whl/cu121
Installs the package published on PyPI directly β no need to clone the source.
pip install -v .
Installs the package published on PyPI directly β no need to clone the source.
pip install -U huggingface_hub
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
