DeforumStableDiffusionLocal
DeforumStableDiffusionLocal copied to clipboard
Decoder json
Hello everyone, I have an issue with animated mode (Image mode works perfectly). I test sample examples and get this error:
Local Path Variables: models_path: ./models output_path: ./output Traceback (most recent call last): File "run.py", line 1312, in
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 22 column 2 (char 473)
Maybe I need to install something more? Thanks in advance.
It seems probably caused by a typo in settings txt file, can you upload the settings file you used?
True, I changed the prompt (was really long) and worked. Thank you.
Edit: Was a typo: animation_prompts --> "animation_prompts". When I copied it from my colab I didn't see that the quotes were missing
For future viewers, this issue can also appear if you have a comma after the last prompt. The last prompt must not have a comma at the end.