Created
September 4, 2022 04:24
-
-
Save woodRock/8118d4e9250fda15d5278281b3d89602 to your computer and use it in GitHub Desktop.
Father Day AI Generated Video with Deforum's Stable Diffusion Notebook.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"W": 512, | |
"H": 512, | |
"seed": 2211495417, | |
"sampler": "klms", | |
"steps": 50, | |
"scale": 7, | |
"ddim_eta": 0, | |
"dynamic_threshold": null, | |
"static_threshold": null, | |
"save_samples": true, | |
"save_settings": true, | |
"display_samples": true, | |
"n_batch": 1, | |
"batch_name": "FathersDay", | |
"filename_format": "{timestring}_{index}_{prompt}.png", | |
"seed_behavior": "iter", | |
"make_grid": false, | |
"grid_rows": 2, | |
"outdir": "/content/drive/MyDrive/AI/StableDiffusion/2022-09/FathersDay", | |
"use_init": true, | |
"strength": 0.8, | |
"init_image": "https://images.indianexpress.com/2019/06/fathersday759.jpg", | |
"use_mask": false, | |
"mask_file": "https://www.filterforge.com/wiki/images/archive/b/b7/20080927223728%21Polygonal_gradient_thumb.jpg", | |
"invert_mask": false, | |
"mask_brightness_adjust": 1.0, | |
"mask_contrast_adjust": 1.0, | |
"n_samples": 1, | |
"precision": "autocast", | |
"C": 4, | |
"f": 8, | |
"prompt": "", | |
"timestring": "20220903140316", | |
"init_latent": null, | |
"init_sample": null, | |
"init_c": null, | |
"prompts": { | |
"0": "T-800 fighting in the energy wars from Terminator, trending on Artstation", | |
"100": "A space battle between the Trade Federation and Republic from Star Wars, trending on Artstation", | |
"200": "A Giant crayfish emerging from the see to capsize a fishing boat, trending on Artstation", | |
"300": "Deep sea ocean creatures that are bioluminescent, trending on Artstation", | |
"400": "A battle between Dragons and Whitewalkers from Game of Thrones, trending on Artstation" | |
}, | |
"animation_mode": "3D", | |
"max_frames": 500, | |
"border": "wrap", | |
"angle": "0:(0)", | |
"zoom": "0:(1.04)", | |
"translation_x": "0:(0)", | |
"translation_y": "0:(0)", | |
"translation_z": "0:(10)", | |
"rotation_3d_x": "0:(0)", | |
"rotation_3d_y": "0:(0)", | |
"rotation_3d_z": "0:(0)", | |
"noise_schedule": "0: (0.02)", | |
"strength_schedule": "0: (0.65)", | |
"contrast_schedule": "0: (1.0)", | |
"color_coherence": "Match Frame 0 LAB", | |
"use_depth_warping": true, | |
"midas_weight": 0.3, | |
"near_plane": 200, | |
"far_plane": 10000, | |
"fov": 40, | |
"padding_mode": "border", | |
"sampling_mode": "bicubic", | |
"video_init_path": "/content/video_in.mp4", | |
"extract_nth_frame": 1, | |
"interpolate_key_frames": false, | |
"interpolate_x_frames": 4, | |
"resume_from_timestring": false, | |
"resume_timestring": "20220829210106" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment