Skip to content

Commit

Permalink
reactive advancedliveportrait
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanontheinstide committed Nov 24, 2024
1 parent 832092d commit 1c5b43c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "comfyui_ryanonyheinside"
description = "Custom nodes introducing particle simulations, optical flow, audio manipulation & reactivity, and temporal masks"
version = "1.12.0"
version = "1.13.1"
license = {file = "LICENSE"}
dependencies = ["pygame","opencv-python==4.10.0","scipy","torchaudio", "pillow","librosa==0.10.2","pymunk==6.8.1","matplotlib","openunmix","mido"]

Expand Down
14 changes: 13 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- 🌊 **Optical Flow**: Generate masks based on motion in videos
-**Temporal Effects**: Apply time-based transformations to masks and images
- 🌊 **DEPTH Flow** 🌊: Use flex features to control depthflow nodes, adding parallax animations to your workflows!
- 🎭 **AdvancedLivePortrait** 🎭: Use flex features to control facial animation expressions!

### **Developers**: if you're interested in extending the flex features into your own nodes, check out the [base-class-refactor](../../tree/base-class-refactor) branch and feel free to reach out.

Expand Down Expand Up @@ -41,6 +42,7 @@
<details>
<summary><h3>🆕 Recent Updates:</h3></summary>

- 11/20/24 - **AdvancedLivePortrait Compatibility**: Exciting news! The AdvancedLivePortrait nodes are now compatible with our feature system, enabling dynamic control over facial animations!
- 11/19/24 - **AudioInfo**: Added a node that returns audio information, including duration, sample rate, number of channels, number of samples, max amplitude, mean amplitude, and RMS amplitude.
- 11/8/24 - **DOOM**: Will it run DOOM? Yes. Yes it will.
- 11/6/24 - **Some cleanup in prep for v2**: Control CogVideo by converting features to spline data
Expand Down Expand Up @@ -139,7 +141,17 @@ Dynamic control over various aspects of your workflow:

## 🤝 Compatible Node Packs

I'm thrilled to announce that external node packs are now compatible with my feature system! One standout example is the Depthflow Nodes pack by akatz-ai.
I'm thrilled to announce that external node packs are now compatible with my feature system! Here are some notable examples:

### 🎭 AdvancedLivePortrait

The [AdvancedLivePortrait nodes](https://github.com/Fannovel16/ComfyUI-AdvancedLivePortrait) bring powerful facial animation capabilities to ComfyUI, and now they're fully compatible with our feature system! This means you can create dynamic, responsive facial animations that react to audio, MIDI, motion, and more.

Key features when combined with our system:
- Control facial expressions using audio features
- Sync lip movements with speech or music
- Create dynamic emotional responses based on various inputs
- Modulate animation parameters in real-time

### 🌊 Depthflow Nodes

Expand Down

0 comments on commit 1c5b43c

Please sign in to comment.