deforum-art / deforum-stable-diffusion

https://deforum.github.io/
Other
2.17k stars 378 forks source link

Colaboratory Deforum Stable Diffusion (v0.7.1) error issue while running in Model Setup #268

Open Vlademirez opened 1 year ago

Vlademirez commented 1 year ago

I have errors in Model Setup while i run it. It happens everytime

Please help me ... 2023-06-11_04-19-47

deforum commented 1 year ago

it appears custom paths dont work as expected, i will investigate

Vlademirez commented 1 year ago

it appears custom paths dont work as expected, i will investigate

I have already found the solution, it appears the models doesn't match with model_config. seems it needs compatible VAE.

If I change the model config to "v1-inference.yaml", it will solve the problems. "v1-inference.yaml" is more stable and supports any custom checkpoint-models

Vlademirez commented 1 year ago

And there's a new issue in SD Deforum v.0.7.1 colabs. I found it in PROMPT session .

When generate PROMPT, the timeline keyframe doesnt work.

in this session :

prompts

prompts = ----> THIS PROMPT DOESNT WORKS! { 0: ".....", 30: ".....", 75:".....", 105: ".....", }

neg_prompts = { "bad anatomy, bad feet, gross proportions, disfigured, extra limb, , missing limb, floating limbs, missing fingers", }

can be a string, list, or dictionary

prompts = [ "(8k, best quality, masterpiece:1.2),(photorealistic:1.4),(8k resolution), 8k, 4k, absurdres, high resolution, super resolution"

"a beautiful portrait of a woman by Artgerm, trending on Artstation",

]

it only detect the positive & Negative PROMPTS when compile and run it.

It won't detect the main prompt, i already check it in Setting File codes, there's no main prompt , it only showing blank prompt with line 1 to 10.