Image-Prompt-Injection icon indicating copy to clipboard operation
Image-Prompt-Injection copied to clipboard

Image Prompt Injection is a Python script that demonstrates how to embed a secret prompt within an image using steganography techniques. This hidden prompt can be later extracted by an AI system for a...

Results 1 Image-Prompt-Injection issues
Sort by recently updated
recently updated
newest added

I get the following output when trying to run the script ``` chriss@MW-38CMRQ3:/mnt/c/git_repos/_misc/Image-Prompt-Injection$ python3 image_prompt-injection.py Traceback (most recent call last): File "image_prompt-injection.py", line 56, in embed_prompt(image_path, prompt) File "image_prompt-injection.py", line...