All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- update
VrchInstantQueueKeyControlNode
with two new options:enable_queue_autorun
autorun_delay
- update
key_control_nodes.md
- add build-in self-signed https certs (not for production use)
- add an image example workflow for rapid 8k image generation
- add
VrchInstantQueueKeyControlNode
- add
VrchOSCControlSettingsNode
- update README.md with more troubleshouting questions
- update example workflows for osc control nodes
- update
key_control_nodes.md
andosc_control_nodes.md
- fix Audio Recorder node incorrect button position and style
- add toturial for live portrait + gamepad
- add missing python packages
- allow accessing vrch.ai/viewer via both
http
andhttps
schemes - update README.md to add a troubleshooting section
- add OSC Cotnrol nodes, including
VrchAnyOSCControlNode
VrchFloatOSCControlNode
VrchImageSwitchOSCControlNode
VrchIntOSCControlNode
VrchSwitchOSCControlNode
VrchTextConcatOSCControlNode
VrchTextSwitchOSCControlNode
VrchXYOSCControlNode
VrchXYZOSCControlNode
- add a new Web Viewer node
VrchImageWebViewerNode
- add comfy-org registration configuration files (placeholder only)
- add example workflows
- add touchosc control panel file
- update
VrchWebViewerNode
to renamepage
to bemode
- rework on README.md
- update
VrchWebViewerNode
to point to vrch.ai/viewer
- rework on
VrchWebViewerNode
- update
VrchTextKeyControlNode
to have 8 text slots - update README.md
- add a new Key Control node
VrchTextKeyControlNode
- update
VrchIntKeyControlNode
node with newmin_value
andmax_value
input options - adjust
VrchIntKeyControlNode
node range to -9999 - 9999 - change default shortcut_key to be
F2
- fix the issue that when crecreating a key control node, a label remained on the screen
- New Key Control nodes, including
VrchIntKeyControlNode
VrchFloatKeyControlNode
VrchBooleanKeyControlNode
- update node
VrchAudioRecorderNode
shortcut keys
- update node
VrchAudioRecorderNode
to support work on Windows
- fix node
VrchAudioRecorderNode
button incorrect display string issue when switching record mode
- update node
VrchAudioRecorderNode
to introduce shortcut feature - update README.md
- New
MusicGenresClassifier
inutils/music_genres_classifier.py
for getting music genre(s) - New CNN model
music_genre_cnn.pth
inassets/models
forMusicGenresClassifier
- rework on node
VrchAudioGenresNode
to work with the newMusicGenresClassifier
- update node
VrchAudioRecorderNode
withrecord_mode
options:press_and_hold
modestart_and_stop
mode
- update node
VrchAudioRecorderNode
withloop
andloop_interval
options - update README.md
- New
VrchAudioRecorderNode
inaudio_nodes.py
for recording audio via a mic
- update nodes name by using "Vrch" as prefix
- update web viewer window max width/height to be 10240
- update README.md
- change
VrchAudioSaverNode
default output format to mp3
- New
JsonUrlLoaderNode
intext_nodes.py
for loading JSON data from URLs - New
ImageSaverNode
inimage_nodes.py
for saving image file - New
AudioSaverNode
inaudio_nodes.py
for saving audio file - New
AudioGenresNode
inaudio_nodes.py
for getting audio genres (temp node only) - Improved error handling and debugging in audio processing
- Initial release of ComfyUI-Web-Viewer
- Web Viewer node with customizable URL input
- Configurable window size for the Web Viewer