From 0ab432832d50a9019b26a806dcc9d20454ba3717 Mon Sep 17 00:00:00 2001 From: andreasjansson Date: Tue, 21 Oct 2025 16:17:07 +0200 Subject: [PATCH] Don't use SVGs in fuzzing unless the model specifically allows them --- cog_safe_push/predict.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cog_safe_push/predict.py b/cog_safe_push/predict.py index 82e23e1..4e15217 100644 --- a/cog_safe_push/predict.py +++ b/cog_safe_push/predict.py @@ -140,6 +140,8 @@ async def make_fuzz_system_prompt() -> str: Make sure you pick an appropriate URL for the the input, e.g. pick one of the image examples below if the input expects an image. Also make sure you respect any hints or documentation about file types. +Important: Don't use SVG files unless the model explicitly supports SVG (most don't, but some svg-to-image, or vectorization models do). + """ + multimedia_example_files )