Return to course: Stable Diffusion – Level 2
Stable Diffusion Art
Previous Lesson
Previous
Next
Next Section
Quizzes – Prompt building 2
The number of tokens in a prompt is always greater than or equal to the number of words.
*
True
False
What is the token limit of the Stable Diffusion v1 model?
*
52
75
128
256
Which of the following syntax increases the keyword weight?
*
(keyword: 0.5)
(keyword)
[keyword]
{keyword}
Which of the following is equivalent to (people:0.81)?
*
[people:0.81]
[[people]]
((people))
(people)
[people]
What does this prompt "a girl holding [apple:orange:0.5]" mean?
*
Using "apple" and "orange" simultaneously at 50% strength each.
The prompt is "a girl holding apple" in the first half of the sampling steps, and "a girl holding orange" in the second half.
Using "apple" and "orange" simultaneously at 100% strength each.
How do you study a keyword?
*
Using it in a super long prompt.
Using it as a single word prompt.
Using it in the negative prompt.
How to generate a consistent face with prompts alone?
*
Use the keyword "consistent face"
Use the keyword "same character"
Use prompt schedule like [person 1: person 2: 0.5]
Use multiple celebrity names "person 1, person 2, person 3"