Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
tianzi committed Oct 22, 2024
2 parents 439980a + 03588e7 commit f55c006
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# ComfyUI Web Viewer

A custom node collection for ComfyUI under the [vrch.ai](https://vrch.ai) category, providing a Web Viewer utility and a framework for real-time AI-generated interactive art.
The ComfyUI Web Viewer by [vrch.ai](https://vrch.ai) is a custom node collection offering a real-time AI-generated interactive art framework. This utility integrates realtime streaming into ComfyUI workflows, supporting keyboard control nodes, OSC control nodes, sound input nodes, and more. Accessible from any device with a web browser, it enables real time interaction with AI-generated content, making it ideal for interactive visual projects and enhancing ComfyUI workflows with efficient content management and display.

**Features:**
- Real-time interaction and AI generation.
- Easily accessible on any device with a web browser.
- Supports interactive input methods such as keyboard, OSC control, and sound input.
- Real-time interaction and AI generation
- Keyboard control nodes, OSC control nodes, and sound input nodes
- Web accessibility from any device

![](./assets/images/web_viewer_example_001.gif)
<video src="https://github.com/user-attachments/assets/cdac0293-64ce-4b74-95a8-d4dcce2300d2" controls="controls" style="max-width: 100%;">
</video>

## Changelog

Expand Down Expand Up @@ -38,6 +39,7 @@ Simply search for `ComfyUI Web Viewer` in ComfyUI Manager and install it directl
- Documentation: [Usage of Web Viewer nodes](./docs/web_viewer_nodes.md)
- Example workflows:
- [Workflow Example: Image Web Viewer node](./workflows/example_web_viewer_001_image_web_viewer)
![](./assets/images/web_viewer_example_001.gif)

### `OSC Control Nodes`

Expand Down
Binary file modified assets/videos/intro.mp4
Binary file not shown.
Binary file added assets/videos/intro_thumbnail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "comfyui-web-viewer"
description = "A custom node collection for ComfyUI providing a Web Viewer utility and a framework for real-time AI-generated interactive art."
description = "The ComfyUI Web Viewer by vrch.ai is a custom node collection offering a real-time AI-generated interactive art framework. This utility integrates realtime streaming into ComfyUI workflows, supporting keyboard control nodes, OSC control nodes, sound input nodes, and more. Accessible from any device with a web browser, it enables real time interaction with AI-generated content, making it ideal for interactive visual projects and enhancing ComfyUI workflows with efficient content management and display."
version = "1.0.10"
license = {file = "LICENSE"}
dependencies = ["aiohttp","ffmpeg-python","pydub","python-osc"]
Expand Down

0 comments on commit f55c006

Please sign in to comment.