ComfyUI Extension: ComfyUI-FramePackWrapper_PlusOne

Authored by xhiroga

Created

Updated

7 stars

ComfyUI custom node for FramePack, supporting 1-frame inferences.

Custom Nodes (0)

    README

    ComfyUI-FramePackWrapper_PlusOne

    日本語

    ComfyUI-FramePackWrapper_PlusOne is a fork derived from ComfyUI-FramePackWrapper and ComfyUI-FramePackWrapper_Plus, containing FramePack's single-frame inference node (with kisekaeichi support).

    This repository was forked for public release at the request of @tori29umai0123 as requested here.

    Features

    • 1-Frame Inference: Supports basic single frame inference and the kisekaeichi method. For technical details, please refer to the musubi-tuner documentation.
    • F1 Sampler Support: Uses the improved F1 video generation method for higher quality and better temporal coherence
    • LoRA Integration: Full support for HunyuanVideo LoRAs with proper weight handling and fusion options
    • Timestamped Prompts: Create dynamic videos with changing prompts at specific timestamps
    • Flexible Input Options: Works with both reference images and empty latents for complete creative control
    • Resolution Control: Automatic bucket finding for optimal video dimensions
    • Blend Control: Smooth transitions between different prompts at timestamps

    Not yet supported

    • 1-Frame Inference: f-mc (one frame multi-control) is not supported yet.

    Installation

    1. Clone this repository into your ComfyUI custom_nodes folder:
    cd ComfyUI/custom_nodes
    git clone https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne.git
    
    1. Install the required dependencies:
    pip install -r requirements.txt
    
    1. Download the necessary model files and place them in your models folder:

    Model Files

    Main Model Options

    Required Components

    Usage

    See example_workflows.

    | 1-Frame / LoRA @tori29umai | 1-Frame / LoRA @kohya-ss | Kisekaeichi / LoRA @tori29umai | | --- | --- | --- | | kisekaeichi | chibi | body2img |

    License

    MIT License

    Credits