deforum / deforum/deforum-stable-diffusion
And there's a new issue in SD Deforum v.0.7.1 colabs. I found it in **PROMPT session** .
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 412
- PR merge metrics
- No merged PRs in 30d
Description
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.
_Originally posted by @Vlademirez in https://github.com/deforum-art/deforum-stable-diffusion/issues/268#issuecomment-1606746955_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.