ComfyUI Extension: ComfyUI_HelloMeme
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
This repository is the official implementation of the a/HelloMeme ComfyUI interface, featuring both image and video generation functionalities. Example workflow files can be found in the ComfyUI_HelloMeme/workflows directory. Test images and videos are saved in the ComfyUI_HelloMeme/examples directory. Below are screenshots of the interfaces for image and video generation. NOTE: 'HelloMeme: Integrating Spatial Knitting Attentions to Embed High-Level and Fidelity-Rich Conditions in Diffusion Models'
Looking for a different extension?
Custom Nodes (9)
README
π New Features/Updates
-
β
02/09/2025HelloMemeV3 is now available. YouTube Demo -
β
12/17/2024Support modelscope (Modelscope Demo). -
β
12/08/2024Added HelloMemeV2 (select "v2" in the version option of the LoadHelloMemeImage/Video Node). Its features include: a. Improved expression consistency between the generated video and the driving video. b. Better compatibility with third-party checkpoints. c. Reduced VRAM usage. YouTube Demo -
β
11/29/2024a.Optimize the algorithm; b.Add VAE selection functionality; c.Introduce a super-resolution feature. YouTube Demo -
β
11/14/2024Added theHMControlNet2module, which uses thePD-FGCmotion module to extract facial expression information (drive_exp2); restructured the ComfyUI interface; and optimized VRAM usage. YouTube Demo -
β
11/12/2024Added a newly fine-tuned version ofAnimatediffwith a patch size of 12, which uses less VRAM (Tested on 2080Ti). -
β
11/11/2024~~Optimized VRAM usage and addedHMVideoSimplePipeline(workflows/hellomeme_video_simple_workflow.json), which doesnβt use Animatediff and can run on machines with less than 12G VRAM.~~ -
β
11/6/2024The face proportion in the reference image significantly affects the generation quality. We have encapsulated the recommended image cropping method used during training into aCropReferenceImageNode. Refer to the workflows in theComfyUI_HelloMeme/workflows directory:hellomeme_video_cropref_workflow.jsonandhellomeme_image_cropref_workflow.json.
Introduction
This repository is the official implementation of the HelloMeme ComfyUI interface, featuring both image and video generation functionalities. Example workflow files can be found in the ComfyUI_HelloMeme/workflows directory. Test images and videos are saved in the ComfyUI_HelloMeme/examples directory. Below are screenshots of the interfaces for image and video generation.
[!Note] Custom models should be placed in the directories listed below.
Checkpoints under:
ComfyUI/models/checkpointsLoras under:
ComfyUI/models/loras
Installation
Keyword of ComfyUI Manager : hellomeme-api
Workflows
| workflow file | Video Generation | Image Generation | HMControlNet | HMControlNet2 | |---------------|------------------|------------------|-----------|---------------| | image_generation.json | | β | | β | | image_style_transfer.json | | β | | β | | video_generation.json | β | | | β |
Image Generation Interface
<p align="center"> <img src="example_workflows/hellomeme_image_workflow.jpg" alt="image_generation_interface"> </p>Style Transfer Interface
<p align="center"> <img src="example_workflows/hellomeme_style_workflow.jpg" alt="image_generation_interface"> </p>Video Generation Interface
<p align="center"> <img src="example_workflows/hellomeme_video_workflow.jpg" alt="video_generation_interface"> </p>Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.