UI Prompt - Zuntan03/EasyWan22 GitHub Wiki
Seed
- This is the base value for randomization. If the input content (image, prompt, etc.) and
Seed
are the same, the same video will be generated. - Even if the input content (image, prompt, etc.) is the same, different videos will be generated if the Seed is different.
- Specifying
-1
withRandomize Each Time
will generate different videos with differentSeeds
each time, which is called seed gacha.- Setting
Execute
toExecute (Immediate)
will automatically keep rolling the seed gacha continuously.
- Setting
SelectPrompts
Translates text entered in TranslateInput
or extends prompts.
LoraPresetTrigger
: Disables LoRA preset trigger prompts, allowing you to rewrite them as desired.TranslateInput
: Adds the original text before translation to the prompt.
Even if parts of the sentence are lost during local translation, prompt extension interpretation can handle it.LocalTranslateEn
: Locally translates prompts entered in Japanese to English.GoogleTranslateEn/Cn
: Translates prompts entered in Japanese to English/Chinese using Google Translate.ImageToPrompt
: Generates prompts from the starting image. Use this when you want to make motion more subdued.LocalExtendEn/Cn
: Prompt extension adds to prompts based on the input prompts using locally-running Qwen.- NSFW content may get "apologized away".
Selecting multiple presets will concatenate them. Both translation and prompt extension seem to work better in Chinese.
RewritePrompt
- Rewrites and replaces the entire prompt created by
SelectPrompts
using locally-running Qwen.- Those with
Input_
insertPositiveInput
andTranslateInput
before the rewritten prompt.
- Those with
NegativePreset
- You can select negative prompt presets with
NegativePreset
.- Selecting multiple presets will concatenate them.
PositiveInput
This is the positive prompt input field. Japanese prompts can also be used.
Enter prompts that you want to use as-is, such as LoRA trigger words.
{a|b}
randomly selects eithera
orb
.- Text after
#
is treated as comments. - LoRA loading using
<lora:lora_name:1>
notation is not supported.
TranslateInput
- This is the prompt input field for translation.
- Wildcards and comments don't work in
TranslateInput
.
- Wildcards and comments don't work in
NegativePromptInput
- Enter negative prompts here.
- Can be used together with
NegativePreset
.
- Can be used together with
FinalPositivePrompt
You can check the final positive prompt that will be used.
FinalNegativePrompt
You can check the final negative prompt that will be used.
FAQ
PositiveInput
vs TranslateInput
How to use Use PositiveInput
when you want to use prompts as-is without processing, and use TranslateInput
when you want them to be subject to translation or prompt extension.