UI Prompt - Zuntan03/EasyWan22 GitHub Wiki
Seed
- This is the base value for randomness. If the input (image, prompt, etc.) and the
Seed
are the same, the same video will be generated. - Even if the input is the same, different videos will be generated if the
Seed
differs. - If you set
-1
inRandomize Each Time
, a new randomSeed
is used on each run, producing different videos — this is called "seed gacha."- Switching
Execute
toExecute (Immediately)
will keep spinning the seed gacha automatically.
- Switching
SelectPrompts
Translates or extends the sentence entered in TranslateInput
.
TranslateInput
: Adds the original (pre-translation) text to the prompt.- Even if local translation drops parts of a sentence, prompt extension can compensate through interpretation.
LocalTranslateEn
: Locally translates Japanese input prompts into English.GoogleTranslateEn/Cn
: Uses Google Translate to translate Japanese input prompts into English/Chinese.ImageToPrompt
: Generates a prompt from the starting image. Useful when you want to reduce motion.LocalExtendEn/Cn
: Prompt extension appends to the input prompt using a locally running Qwen model.- NSFW content may be sanitized/censored.
Selecting multiple presets concatenates them. Both translation and prompt extension often work better in Chinese.
RewritePrompt
- Rewrites the entire prompt produced by
SelectPrompts
using a locally running Qwen model, and replaces it.- If you list LoRA trigger words in
PositiveInput
, you can insert them withRewriteInsert
.
- If you list LoRA trigger words in
NegativePreset
- Select presets for negative prompts in
NegativePreset
.- Selecting multiple presets concatenates them.
PositiveInput
Input field for positive prompts. Japanese prompts are also supported. Enter prompts you want to use as-is, such as LoRA trigger words.
{a|b}
randomly chooses eithera
orb
.- Text after
#
is treated as a comment. - Loading LoRA using the
<lora:lora_name:1>
notation is not supported.
TranslateInput
- Input field for translation prompts.
- Wildcards and comments do not work in
TranslateInput
.
- Wildcards and comments do not work in
NegativePromptInput
- Enter negative prompts.
- Can be used together with
NegativePreset
.
- Can be used together with
FinalPositivePrompt
Review the final positive prompt that will be used.
FinalNegativePrompt
Review the final negative prompt that will be used.
FAQ
PositiveInput
and TranslateInput
How to choose between Use PositiveInput
when you want to use the original text as-is without processing.
Use TranslateInput
when you want translation and/or prompt extension to be applied.