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 with Randomize Each Time will generate different videos with different Seeds each time, which is called seed gacha.
    • Setting Execute to Execute (Immediate) will automatically keep rolling the seed gacha continuously.

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_ insert PositiveInput and TranslateInput before the rewritten prompt.

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 either a or b.
  • 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.

NegativePromptInput

  • Enter negative prompts here.
    • Can be used together with NegativePreset.

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

How to use PositiveInput vs TranslateInput

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.