zsxkib/animatediff-prompt-travel
🎨AnimateDiff Prompt Travel🧭 Seamlessly Navigate and Animate Between Text-to-Image Prompts for Dynamic Visual Narratives
Capabilities
Cost
Community model (estimated from hardware time)
Input Parameters
| Name | Type | Description | Default | Constraints |
|---|---|---|---|---|
base_model | string | Choose the base model for animation generation. If 'CUSTOM' is selected, provide a custom model URL in the next parameter | "majicmixRealistic_v5Preview" | realisticVisionV20_v20 lyriel_v16 majicmixRealistic_v5Preview rcnzCartoon3d_v10 toonyou_beta3 CUSTOM |
clip_skip | integer | Skip the last N-1 layers of the CLIP text encoder (lower values follow prompt more closely) | 2 | min: 1, max: 6 |
context | integer | Number of frames to condition on (default: max of <length> or 32). max for motion module v1 is 24 | 16 | min: 1, max: 32 |
custom_base_model_url | string | Only used when base model is set to 'CUSTOM'. URL of the custom model to download if 'CUSTOM' is selected in the base model. Only downloads from 'https://civitai.com/api/download/models/' are allowed | "" | — |
frames | integer | Length of the video in frames (playback is at 8 fps e.g. 16 frames @ 8 fps is 2 seconds) | 128 | min: 1, max: 1024 |
guidance_scale | number | Guidance Scale. How closely do we want to adhere to the prompt and its contents | 7.5 | min: 0, max: 20 |
head_prompt | string | Primary animation prompt. If a prompt map is provided, this will be prefixed at the start of every individual prompt in the map | "masterpiece, best quality, a haunting and detailed depiction of a ship at sea, battered by waves, ominous,((dark clouds:1.3)),distant lightning, rough seas, rain, silhouette of the ship against the stormy sky" | — |
height | integer | Height of generated video in pixels, must be divisable by 8 | 384 | min: 64, max: 2160 |
negative_prompt | string | — | "(worst quality, low quality:1.4), black and white, b&w, sunny, clear skies, calm seas, beach, daytime, ((bright colors)), cartoonish, modern ships, sketchy, unfinished, modern buildings, trees, island" | — |
output_format | string | Output format of the video. Can be 'mp4' or 'gif' | "mp4" | mp4 gif |
playback_frames_per_second | integer | — | 8 | min: 1, max: 60 |
prompt_fixed_ratio | number | Defines the ratio of adherence to the fixed part of the prompt versus the dynamic part (from prompt map). Value should be between 0 (only dynamic) to 1 (only fixed). | 0.5 | min: 0, max: 1 |
prompt_map | string | Prompt for changes in animation. Provide 'frame number : prompt at this frame', separate different prompts with '|'. Make sure the frame number does not exceed the length of video (frames) | "0: ship steadily moving,((waves crashing against the ship:1.0)) | 32: (((lightning strikes))), distant thunder, ship rocked by waves | 64: ship silhouette,(((heavy rain))),wind howling, waves rising higher | 96: ship navigating through the storm, rain easing off" | — |
scheduler | string | Diffusion scheduler | "k_dpmpp_sde" | ddim pndm heun unipc euler euler_a lms k_lms dpm_2 k_dpm_2 dpm_2_a k_dpm_2_a dpmpp_2m k_dpmpp_2m dpmpp_sde k_dpmpp_sde dpmpp_2m_sde k_dpmpp_2m_sde |
seed | integer | Seed for different images and reproducibility. Use -1 to randomise seed | -1 | — |
steps | integer | Number of inference steps | 25 | min: 1, max: 100 |
tail_prompt | string | Additional prompt that will be appended at the end of the main prompt or individual prompts in the map | "dark horizon, flashes of lightning illuminating the ship, sailors working hard, ship's lanterns flickering, eerie, mysterious, sails flapping loudly, stormy atmosphere" | — |
width | integer | Width of generated video in pixels, must be divisable by 8 | 256 | min: 64, max: 2160 |
base_model string Choose the base model for animation generation. If 'CUSTOM' is selected, provide a custom model URL in the next parameter
"majicmixRealistic_v5Preview" clip_skip integer Skip the last N-1 layers of the CLIP text encoder (lower values follow prompt more closely)
2 min: 1, max: 6 context integer Number of frames to condition on (default: max of <length> or 32). max for motion module v1 is 24
16 min: 1, max: 32 custom_base_model_url string Only used when base model is set to 'CUSTOM'. URL of the custom model to download if 'CUSTOM' is selected in the base model. Only downloads from 'https://civitai.com/api/download/models/' are allowed
"" frames integer Length of the video in frames (playback is at 8 fps e.g. 16 frames @ 8 fps is 2 seconds)
128 min: 1, max: 1024 guidance_scale number Guidance Scale. How closely do we want to adhere to the prompt and its contents
7.5 min: 0, max: 20 head_prompt string Primary animation prompt. If a prompt map is provided, this will be prefixed at the start of every individual prompt in the map
"masterpiece, best quality, a haunting and detailed depiction of a ship at sea, battered by waves, ominous,((dark clouds:1.3)),distant lightning, rough seas, rain, silhouette of the ship against the stormy sky" height integer Height of generated video in pixels, must be divisable by 8
384 min: 64, max: 2160 negative_prompt string "(worst quality, low quality:1.4), black and white, b&w, sunny, clear skies, calm seas, beach, daytime, ((bright colors)), cartoonish, modern ships, sketchy, unfinished, modern buildings, trees, island" output_format string Output format of the video. Can be 'mp4' or 'gif'
"mp4" playback_frames_per_second integer 8 min: 1, max: 60 prompt_fixed_ratio number Defines the ratio of adherence to the fixed part of the prompt versus the dynamic part (from prompt map). Value should be between 0 (only dynamic) to 1 (only fixed).
0.5 min: 0, max: 1 prompt_map string Prompt for changes in animation. Provide 'frame number : prompt at this frame', separate different prompts with '|'. Make sure the frame number does not exceed the length of video (frames)
"0: ship steadily moving,((waves crashing against the ship:1.0)) | 32: (((lightning strikes))), distant thunder, ship rocked by waves | 64: ship silhouette,(((heavy rain))),wind howling, waves rising higher | 96: ship navigating through the storm, rain easing off" scheduler string Diffusion scheduler
"k_dpmpp_sde" seed integer Seed for different images and reproducibility. Use -1 to randomise seed
-1 steps integer Number of inference steps
25 min: 1, max: 100 tail_prompt string Additional prompt that will be appended at the end of the main prompt or individual prompts in the map
"dark horizon, flashes of lightning illuminating the ship, sailors working hard, ship's lanterns flickering, eerie, mysterious, sails flapping loudly, stormy atmosphere" width integer Width of generated video in pixels, must be divisable by 8
256 min: 64, max: 2160 1b8a8f2725c0 Updated: 2/26/2026 5.7K runs
cinemasetfree.com