Get Generation Metadata from Videos #1748
samanthajo2
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Wan2GP. It embeds the generation data in the .mp4s it generates in the description field. It would be great if civitai could use this. As it is I have to type it in manually.
If I open the video in VLC and pick Show Info, the description is a JSON string
{ "prompt": "A dog and a cat playfully jumping in the grass", "negative_prompt": "", "resolution": "480x832", "video_length": 81, "seed": 40995421, "num_inference_steps": 30, "guidance_scale": 5, "flow_shift": 7, "repeat_generation": 1, "multi_prompts_gen_type": 0, "multi_images_gen_type": 0, "tea_cache_setting": 0, "tea_cache_start_step_perc": 0, "activated_loras": [ "crane-up.safetensors" ], "loras_multipliers": "", "image_prompt_type": "S", "video_guide_outpainting": "#", "temporal_upsampling": "", "spatial_upsampling": "", "RIFLEx_setting": 0, "slg_switch": 0, "slg_start_perc": 10, "slg_end_perc": 90, "cfg_star_switch": 0, "cfg_zero_step": -1, "model_type": "i2v", "model_filename": "ckpts/wan2.1_image2video_480p_14B_quanto_mfp16_int8.safetensors", "type": "WanGP v6.2 by DeepBeepMeep - Wan2.1 image2video 480p 14B", "settings_version": 2, "generation_time": 4819 }Beta Was this translation helpful? Give feedback.
All reactions