We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914c2a2 commit 39aa06bCopy full SHA for 39aa06b
comfy_api/latest/_io.py
@@ -731,11 +731,11 @@ class MODEL_PATCH(ComfyTypeIO):
731
Type = Any
732
733
@comfytype(io_type="AUDIO_ENCODER")
734
-class AUDIO_ENCODER(ComfyTypeIO):
+class AudioEncoder(ComfyTypeIO):
735
736
737
@comfytype(io_type="AUDIO_ENCODER_OUTPUT")
738
-class AUDIO_ENCODER_OUTPUT(ComfyTypeIO):
+class AudioEncoderOutput(ComfyTypeIO):
739
740
741
@comfytype(io_type="COMFY_MULTITYPED_V3")
@@ -1592,6 +1592,7 @@ class _IO:
1592
Model = Model
1593
ClipVision = ClipVision
1594
ClipVisionOutput = ClipVisionOutput
1595
+ AudioEncoderOutput = AudioEncoderOutput
1596
StyleModel = StyleModel
1597
Gligen = Gligen
1598
UpscaleModel = UpscaleModel
0 commit comments