ComfyUI Extension: ComfyUI-FramePackWrapper_PlusOne
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
- Clone this repository into your ComfyUI custom_nodes folder:
cd ComfyUI/custom_nodes
git clone https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne.git
- Install the required dependencies:
pip install -r requirements.txt
- Download the necessary model files and place them in your models folder:
- FramePackI2V_HY: HuggingFace Link
- FramePack_F1_I2V_HY: HuggingFace Link
Model Files
Main Model Options
- FramePackI2V_HY_fp8_e4m3fn.safetensors - Optimized fp8 version (smaller file size)
- FramePackI2V_HY_bf16.safetensors - BF16 version (better quality)
Required Components
- CLIP Vision: sigclip_vision_384
- Text Encoder and VAE: HunyuanVideo_repackaged
Usage
See example_workflows.
| 1-Frame / LoRA @tori29umai | 1-Frame / LoRA @kohya-ss | Kisekaeichi / LoRA @tori29umai |
| --- | --- | --- |
| |
|
|
License
Credits
- FramePack: @lllyasviel's original implementation.
- ComfyUI-FramePackWrapper: @kijai's original implementation.
- ComfyUI-FramePackWrapper_Plus: @ShmuelRonen's F1-supported fork.
- ComfyUI-FramePackWrapper_PlusOne: @tori29umai0123's 1-frame inference-supported fork.