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_v20lyriel_v16majicmixRealistic_v5PreviewrcnzCartoon3d_v10toonyou_beta3CUSTOM |
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" | mp4gif |
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" | ddimpndmheununipceulereuler_almsk_lmsdpm_2k_dpm_2dpm_2_ak_dpm_2_adpmpp_2mk_dpmpp_2mdpmpp_sdek_dpmpp_sdedpmpp_2m_sdek_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_modelstringChoose the base model for animation generation. If 'CUSTOM' is selected, provide a custom model URL in the next parameter
"majicmixRealistic_v5Preview"clip_skipintegerSkip the last N-1 layers of the CLIP text encoder (lower values follow prompt more closely)
2min: 1, max: 6contextintegerNumber of frames to condition on (default: max of <length> or 32). max for motion module v1 is 24
16min: 1, max: 32custom_base_model_urlstringOnly 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
""framesintegerLength of the video in frames (playback is at 8 fps e.g. 16 frames @ 8 fps is 2 seconds)
128min: 1, max: 1024guidance_scalenumberGuidance Scale. How closely do we want to adhere to the prompt and its contents
7.5min: 0, max: 20head_promptstringPrimary 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"heightintegerHeight of generated video in pixels, must be divisable by 8
384min: 64, max: 2160negative_promptstring"(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_formatstringOutput format of the video. Can be 'mp4' or 'gif'
"mp4"playback_frames_per_secondinteger8min: 1, max: 60prompt_fixed_rationumberDefines 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.5min: 0, max: 1prompt_mapstringPrompt 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"schedulerstringDiffusion scheduler
"k_dpmpp_sde"seedintegerSeed for different images and reproducibility. Use -1 to randomise seed
-1stepsintegerNumber of inference steps
25min: 1, max: 100tail_promptstringAdditional 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"widthintegerWidth of generated video in pixels, must be divisable by 8
256min: 64, max: 21601b8a8f2725c0Updated: 7/25/20265.7K runs
cinemasetfree.com