Skip to content
hithereai edited this page Jan 30, 2023 · 41 revisions

Welcome to the Official Deforum Stable Diffusion wiki!

NEED TECHNICAL HELP? Please hop straight to the FAQ section.

The following sections are available:

FAQ and Troubleshooting

Q: 3D animation mode is not working. Only 2D works

A: If you got the AttributeError: 'NoneType' object has no attribute 'get', it means that one of the 3D model files is either missing, or downloaded only partially. The fix is to manually download the models again, and putting both of them in the /models/Deforum folder.
Download AdaBins_nyu.pt from here
Download dpt_large-midas-2f21e586.pt from here

Q: Preview window is stuck/ not being updated during animation generation

A: This is a known issue with no known fix as of January 19th 2023. Please wait for a fix. Issue can be tracked here.

Q: I'm getting a JSONDecodeError: Expecting ',' delimiter error

A: You have a missing comma (,) after one of your prompts. Make sure all of the prompts EXCEPT for the last one have a trailing comma after them.
Should look like this:
{"0": "Cool prompt at frame 0","60": "Cool prompt at frame 60","80": "Cool prompt at frame 80","100": "Cool prompt at frame 100"}
and NOT like this (note the missing comma after the second prompt):
{"0": "Cool prompt at frame 0","60": "Cool prompt at frame 60" "80": "Cool prompt at frame 80","100": "Cool prompt at frame 100"}

Q: My output imgs look completely different to each other, like it's doing pure txt2img and not img2img

A: Go to your webui settings --> look for this setting, and make sure it's not checked:
image

30th January 2023
This wiki is a work in progress, please bare with us while it's being updated :)

Clone this wiki locally