Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I'm getting an error.  All my extensions are up to date and it's saving the images, but every image save I'm getting -

ERROR:sd_dynamic_prompts.callbacks:Error save prompt file                        | 20/18320 [01:21<22:37:33,  4.45s/it]

Traceback (most recent call last):

  File "F:\stable-diffusion-webui\extensions\sd-dynamic-prompts\sd_dynamic_prompts\callbacks.py", line 24, in on_save

    png_info = image_save_params.pnginfo["parameters"]

KeyError: 'parameters'

INFO:sd_dynamic_prompts.dynamic_prompting:Prompt matrix will create 1 images in a total of 1 batches.

Loading model from cache: control_sd15_canny [fef5e48e]

---

I do have JPG as my default save format, I changed it to PNG and still have the same error.   I'm going to let it render out, it's going to be a while, When it's done I'm going to disable the dynamic_prompts and see if that does it.

Disabling dynamic_prompts removed the error.