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 )