deforum / deforum/deforum-stable-diffusion

Feature request

Open
#378 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2.3k
Forks
412
PR merge metrics
No merged PRs in 30d

Description

I am generating settings with my own software.

Sometimes I get import errors like this:

> Traceback (most recent call last):
> File "C:\sd.webui\system\python\lib\site-packages\gradio\routes.py", line 488, in run_predict
> output = await app.get_blocks().process_api(
> File "C:\sd.webui\system\python\lib\site-packages\gradio\blocks.py", line 1429, in process_api
> inputs = self.preprocess_data(fn_index, inputs, state)
> File "C:\sd.webui\system\python\lib\site-packages\gradio\blocks.py", line 1239, in preprocess_data
> processed_input.append(block.preprocess(inputs[i]))
> File "C:\sd.webui\system\python\lib\site-packages\gradio\components\radio.py", line 170, in preprocess
> return [value for _, value in self.choices].index(x)
> ValueError: 1 is not in list

It would be great to have more details so I can correct my generated settings file.

This is the settings file I used which is wrong:

```
{
"W": 512,
"H": 768,
"show_info_on_ui": true,
"tiling": false,
"restore_faces": true,
"seed_resize_from_w": 0,
"seed_resize_from_h": 0,
"seed": 632789560,
"sampler": "DPM++ 2M",
"scheduler": "Automatic",
"steps": 25,
"batch_name": "Deforum_20240617110229",
"seed_behavior": "iter",
"seed_iter_N": 1,
"use_init": false,
"strength": 0.8,
"strength_0_no_init": true,
"init_image": null,
"use_mask": false,
"use_alpha_as_mask": false,
"mask_file": "https://deforum.github.io/a1/M1.jpg",
"invert_mask": false,
"mask_contrast_adjust": 1.0,
"mask_brightness_adjust": 1.0,
"overlay_mask": true,
"mask_overlay_blur": 4,
"fill": 1,
"full_res_mask": true,
"full_res_mask_padding": 4,
"reroll_blank_frames": "ignore",
"reroll_patience": 10.0,
"motion_preview_mode": false,
"prompts": {
"0": "A melancholic, nostalgic scene of a serene lake surrounded by autumn trees. Ultra detailed, 8k, photorealism, dramatic lighting, ultra detailed, soft, warm colors. --neg nsfw, nude",
"465": "A close-up of a lonely wooden bench facing the lake. The background shows falling leaves and distant mountains. Ultra detailed, 8k, photorealism, dramatic lighting, ultra detailed, soft, warm colors. --neg nsfw, nude",
"930": "A wider shot of the lake, with the bench slightly to the left of the center frame. The scene is bathed in soft, golden hour lighting with long shadows. Ultra detailed, 8k, photorealism, dramatic lighting, ultra detailed, soft, warm colors. --neg nsfw, nude",
"1395": "A final shot of the entire landscape with a gentle motion of falling leaves drifting across the scene. The serene atmosphere is maintained. Ultra detailed, 8k, photorealism, dramatic lighting, ultra detailed, soft, warm colors. --neg nsfw, nude"
},
"positive_prompts": "ultra detailed, 8k, photorealism, dramatic lighting, ultra detailed",
"negative_prompts": "nsfw, nude",
"animation_mode": "3D",
"max_frames": 1860,
"border": "replicate",
"angle": "0: (0)",
"zoom": "0: (1.0025+0.002*sin(1.25*3.14*t/30))",
"translation_x": "0: 0, 465: (2 * sin(t / 20)), 930: (1 * sin(t / 30)), 1395: (2 * sin(t / 25)), 1860: (3 * sin(t / 20))",
"translation_y": "0: 0, 465: (1 * cos(t / 15)), 930: (0.5 * cos(t / 25)), 1395: (1 * cos(t / 20)), 1860: (2 * cos(t / 15))",
"translation_z": "0: 0, 465: (0.5 * sin(t / 10)), 930: (0.3 * sin(t / 15)), 1395: (0.7 * sin(t / 15)), 1860: (0.8 * sin(t / 10))",
"transform_center_x": "0: (0.5)",
"transform_center_y": "0: (0.5)",
"rotation_3d_x": "0: 0, 465: (0.2 * sin(t / 10)), 930: (0.1 * sin(t / 20)), 1395: (0.3 * sin(t / 15)), 1860: (0.4 * sin(t / 10))",
"rotation_3d_y": "0: 0, 465: (0.2 * cos(t / 15)), 930: (0.2 * cos(t / 30)), 1395: (0.3 * cos(t / 20)), 1860: (0.4 * cos(t / 15))",
"rotation_3d_z": "0: 0, 465: (0.3 * sin(t / 20)), 930: (0.4 * sin(t / 25)), 1395: (0.5 * sin(t / 25)), 1860: (0.6 * sin(t / 20))",
"enable_perspective_flip": false,
"perspective_flip_theta": "0: (0)",
"perspective_flip_phi": "0: (0)",
"perspective_flip_gamma": "0: (0)",
"perspective_flip_fv": "0: (53)",
"noise_schedule": "0: (0.065)",
"strength_schedule": "0: (0.8), 465: (0.8), 930: (0.8), 1395: (0.8), 1860: (0.8)",
"contrast_schedule": "0: (1.0)",
"cfg_scale_schedule": "0: (7)",
"enable_steps_scheduling": false,
"steps_schedule": "0: (25)",
"fov_schedule": "0: (70)",
"aspect_ratio_schedule": "0: (1)",
"aspect_ratio_use_old_formula": false,
"near_schedule": "0: (200)",
"far_schedule": "0: (10000)",
"seed_schedule": "0:(s), 1:(-1), \"max_f-2\":(-1), \"max_f-1\":(s)",
"pix2pix_img_cfg_scale_schedule": "0:(1.5)",
"enable_subseed_scheduling": false,
"subseed_schedule": "0: (1)",
"subseed_strength_schedule": "0: (0)",
"enable_sampler_scheduling": false,
"sampler_schedule": "0: (\"Euler a\")",
"use_noise_mask": false,
"mask_schedule": "0: (\"{video_mask}\")",
"noise_mask_schedule": "0: (\"{video_mask}\")",
"enable_checkpoint_scheduling": false,
"checkpoint_schedule": "0: (\"model1.ckpt\"), 100: (\"model2.safetensors\")",
"enable_clipskip_scheduling": false,
"clipskip_schedule": "0: (2)",
"enable_noise_multiplier_scheduling": true,
"noise_multiplier_schedule": "0: (1.05)",
"resume_from_timestring": false,
"resume_timestring": "20240617105524",
"enable_ddim_eta_scheduling": false,
"ddim_eta_schedule": "0: (0)",
"enable_ancestral_eta_scheduling": false,
"ancestral_eta_schedule": "0: (1)",
"amount_schedule": "0: (0.1)",
"kernel_schedule": "0: (5)",
"sigma_schedule": "0: (1)",
"threshold_schedule": "0: (0)",
"color_coherence": "LAB",
"color_coherence_image_path": "",
"color_coherence_video_every_N_frames": 1,
"color_force_grayscale": false,
"legacy_colormatch": false,
"diffusion_cadence": 2,
"optical_flow_cadence": "None",
"cadence_flow_factor_schedule": "0: (1)",
"optical_flow_redo_generation": "None",
"redo_flow_factor_schedule": "0: (1)",
"diffusion_redo": "0",
"noise_type": "perlin",
"perlin_octaves": 4,
"perlin_persistence": 0.5,
"use_depth_warping": true,
"depth_algorithm": "Midas-3-Hybrid",
"midas_weight": 0.2,
"padding_mode": "border",
"sampling_mode": "bicubic",
"save_depth_maps": false,
"video_init_path": "https://deforum.github.io/a1/V1.mp4",
"extract_nth_frame": 1,
"extract_from_frame": 0,
"extract_to_frame": -1,
"overwrite_extracted_frames": false,
"use_mask_video": false,
"video_mask_path": "https://deforum.github.io/a1/VM1.mp4",
"hybrid_comp_alpha_schedule": "0:(0.5)",
"hybrid_comp_mask_blend_alpha_schedule": "0:(0.5)",
"hybrid_comp_mask_contrast_schedule": "0:(1)",
"hybrid_comp_mask_auto_contrast_cutoff_high_schedule": "0:(100)",
"hybrid_comp_mask_auto_contrast_cutoff_low_schedule": "0:(0)",
"hybrid_flow_factor_schedule": "0:(1)",
"hybrid_generate_inputframes": false,
"hybrid_generate_human_masks": "None",
"hybrid_use_first_frame_as_init_image": true,
"hybrid_motion": "None",
"hybrid_motion_use_prev_img": false,
"hybrid_flow_consistency": false,
"hybrid_consistency_blur": 2,
"hybrid_flow_method": "RAFT",
"hybrid_composite": "None",
"hybrid_use_init_image": false,
"hybrid_comp_mask_type": "None",
"hybrid_comp_mask_inverse": false,
"hybrid_comp_mask_equalize": "None",
"hybrid_comp_mask_auto_contrast": false,
"hybrid_comp_save_extra_frames": false,
"parseq_manifest": "",
"parseq_use_deltas": true,
"parseq_non_schedule_overrides": true,
"use_looper": false,
"init_images": "{\n \"0\": \"https://deforum.github.io/a1/Gi1.png\",\n \"max_f/4-5\": \"https://deforum.github.io/a1/Gi2.png\",\n \"max_f/2-10\": \"https://deforum.github.io/a1/Gi3.png\",\n \"3*max_f/4-15\": \"https://deforum.github.io/a1/Gi4.jpg\",\n \"max_f-20\": \"https://deforum.github.io/a1/Gi1.png\"\n}",
"image_strength_schedule": "0:(0.75)",
"blendFactorMax": "0:(0.35)",
"blendFactorSlope": "0:(0.25)",
"tweening_frames_schedule": "0:(20)",
"color_correction_factor": "0:(0.075)",
"cn_1_overwrite_frames": true,
"cn_1_vid_path": "",
"cn_1_mask_vid_path": "",
"cn_1_enabled": false,
"cn_1_low_vram": false,
"cn_1_pixel_perfect": false,
"cn_1_module": "none",
"cn_1_model": "None",
"cn_1_weight": "0:(1)",
"cn_1_guidance_start": "0:(0.0)",
"cn_1_guidance_end": "0:(1.0)",
"cn_1_processor_res": 64,
"cn_1_threshold_a": 64,
"cn_1_threshold_b": 64,
"cn_1_resize_mode": "Inner Fit (Scale to Fit)",
"cn_1_control_mode": "Balanced",
"cn_1_loopback_mode": false,
"cn_2_overwrite_frames": true,
"cn_2_vid_path": "",
"cn_2_mask_vid_path": "",
"cn_2_enabled": false,
"cn_2_low_vram": false,
"cn_2_pixel_perfect": false,
"cn_2_module": "none",
"cn_2_model": "None",
"cn_2_weight": "0:(1)",
"cn_2_guidance_start": "0:(0.0)",
"cn_2_guidance_end": "0:(1.0)",
"cn_2_processor_res": 64,
"cn_2_threshold_a": 64,
"cn_2_threshold_b": 64,
"cn_2_resize_mode": "Inner Fit (Scale to Fit)",
"cn_2_control_mode": "Balanced",
"cn_2_loopback_mode": false,
"cn_3_overwrite_frames": true,
"cn_3_vid_path": "",
"cn_3_mask_vid_path": "",
"cn_3_enabled": false,
"cn_3_low_vram": false,
"cn_3_pixel_perfect": false,
"cn_3_module": "none",
"cn_3_model": "None",
"cn_3_weight": "0:(1)",
"cn_3_guidance_start": "0:(0.0)",
"cn_3_guidance_end": "0:(1.0)",
"cn_3_processor_res": 64,
"cn_3_threshold_a": 64,
"cn_3_threshold_b": 64,
"cn_3_resize_mode": "Inner Fit (Scale to Fit)",
"cn_3_control_mode": "Balanced",
"cn_3_loopback_mode": false,
"cn_4_overwrite_frames": true,
"cn_4_vid_path": "",
"cn_4_mask_vid_path": "",
"cn_4_enabled": false,
"cn_4_low_vram": false,
"cn_4_pixel_perfect": false,
"cn_4_module": "none",
"cn_4_model": "None",
"cn_4_weight": "0:(1)",
"cn_4_guidance_start": "0:(0.0)",
"cn_4_guidance_end": "0:(1.0)",
"cn_4_processor_res": 64,
"cn_4_threshold_a": 64,
"cn_4_threshold_b": 64,
"cn_4_resize_mode": "Inner Fit (Scale to Fit)",
"cn_4_control_mode": "Balanced",
"cn_4_loopback_mode": false,
"cn_5_overwrite_frames": true,
"cn_5_vid_path": "",
"cn_5_mask_vid_path": "",
"cn_5_enabled": false,
"cn_5_low_vram": false,
"cn_5_pixel_perfect": false,
"cn_5_module": "none",
"cn_5_model": "None",
"cn_5_weight": "0:(1)",
"cn_5_guidance_start": "0:(0.0)",
"cn_5_guidance_end": "0:(1.0)",
"cn_5_processor_res": 64,
"cn_5_threshold_a": 64,
"cn_5_threshold_b": 64,
"cn_5_resize_mode": "Inner Fit (Scale to Fit)",
"cn_5_control_mode": "Balanced",
"cn_5_loopback_mode": false,
"skip_video_creation": false,
"fps": 15,
"make_gif": false,
"delete_imgs": false,
"delete_input_frames": false,
"add_soundtrack": "File",
"soundtrack_path": "C:\\Users\\juergen\\Downloads\\Call to the Night.mp3",
"r_upscale_video": true,
"r_upscale_factor": "x2",
"r_upscale_model": "realesr-animevideov3",
"r_upscale_keep_imgs": true,
"store_frames_in_ram": false,
"frame_interpolation_engine": "None",
"frame_interpolation_x_amount": 2,
"frame_interpolation_slow_mo_enabled": false,
"frame_interpolation_slow_mo_amount": 2,
"frame_interpolation_keep_imgs": true,
"frame_interpolation_use_upscaled": false,
"sd_model_name": "realisticVisionV60B1_v51HyperVAE.safetensors",
"sd_model_hash": "a0f13c83",
"deforum_git_commit_id": "5d63a339"
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.