accelerate clip @ https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zip#sha256=b5842c25da441d6c581b53a5c60e0c2127ebafe0f746f8e15561a006c6c3be6a diffusers>=0.26.1 einops gradio gradio_client imageio imageio-ffmpeg numpy omegaconf open-clip-torch opencv-contrib-python opencv-python Pillow scikit-image scikit-learn scipy torchdiffeq torchmetrics torchsde transformers xformers

Improved AnimateAnyone implementation that allows you to use the opse image sequence and reference image to generate stylized video.
*The current goal of this project is to achieve desired pose2video result with 1+FPS on GPUs that are equal to or better than RTX 3080!🚀*
steps=20, context_frames=24; Takes 835.67 seconds to generate on a RTX3080 GPUsteps=20, context_frames=12; Takes 425.65 seconds to generate on a RTX3080 GPUsteps=20, context_frames=12; Takes 407.48 seconds to generate on a RTX3080 GPUsteps=20, context_frames=24; Takes 606.56 seconds to generate on a RTX3080 GPUsteps=20, context_frames=12; Takes 450.66 seconds to generate on a RTX3080 GPUcontext_frames=24context_frames, which does not correlate to the length of pose image sequences.Generated result is not good enough when using DDIM Scheduler togather with RCFG, even though it speed up the generating process by about 4X.
In StreamDiffusion, RCFG works with LCM, could also be the case here, so keep it in another branch for now.
Your ComfyUI root directory\ComfyUI\custom_nodes\ and install dependent Python packages:“`bash
cd Your_ComfyUI_root_directory\ComfyUI\custom_nodes\
git clone https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved.git
pip install -r requirements.txt
# If you got error regards diffusers then run:
pip install –force-reinstall diffusers>=0.26.1
“`
“`text
./pretrained_weights/
|– denoising_unet.pth
|– motion_module.pth
|– pose_guider.pth
|– reference_unet.pth
`– stable-diffusion-v1-5
|– feature_extractor
| `– preprocessor_config.json
|– model_index.json
|– unet
| |– config.json
| `– diffusion_pytorch_model.bin
`– v1-inference.yaml
“`
Your_ComfyUI_root_directory\ComfyUI\models\clip_visionYour_ComfyUI_root_directory\ComfyUI\models\vae