diff --git a/comfy_api_nodes/__init__.py b/comfy_api_nodes/__init__.py index 31c1e7a77..0ec95f300 100644 --- a/comfy_api_nodes/__init__.py +++ b/comfy_api_nodes/__init__.py @@ -4,7 +4,7 @@ # due to its protected namespace feature. Several Kling API models use "model_name" fields # (which indicate which Kling model to use in API requests) triggering these warnings: # -# UserWarning: Field "model_name" in KlingSingleImageEffectInput has conflict with +# UserWarning: Field "model_name" in KlingSingleImageEffectInput has conflict with # protected namespace "model_". # # Affected versions: @@ -19,4 +19,4 @@ # For more details, see: https://github.com/comfyanonymous/ComfyUI/issues/8172#issuecomment-2888641795 import warnings -warnings.filterwarnings("ignore", message=".*model_name.*protected namespace.*") \ No newline at end of file +warnings.filterwarnings("ignore", message=".*model_name.*protected namespace.*")