Created
November 16, 2022 08:54
-
-
Save woodRock/191bad038d5168069874de8445fcf6a9 to your computer and use it in GitHub Desktop.
Stable Diffusion - Deforum Stable Diffusion v0.5 - prompt and settings.
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": 1488650924, | |
"sampler": "klms", | |
"steps": 50, | |
"scale": 7, | |
"ddim_eta": 0, | |
"dynamic_threshold": null, | |
"static_threshold": null, | |
"save_samples": true, | |
"save_settings": true, | |
"display_samples": true, | |
"save_sample_per_step": false, | |
"show_sample_per_step": false, | |
"prompt_weighting": false, | |
"normalize_prompt_weights": true, | |
"log_weighted_subprompts": false, | |
"n_batch": 1, | |
"batch_name": "NASAMoonShot", | |
"filename_format": "{timestring}_{index}_{prompt}.png", | |
"seed_behavior": "iter", | |
"make_grid": false, | |
"grid_rows": 2, | |
"outdir": "/content/drive/MyDrive/AI/StableDiffusion/2022-11/NASAMoonShot", | |
"use_init": true, | |
"strength": 1.0, | |
"strength_0_no_init": true, | |
"init_image": "https://i.guim.co.uk/img/media/4bcb40361033a1652a11bc16544a96713eb19c2b/0_0_4405_3170/master/4405.jpg?width=465&quality=85&dpr=1&s=none", | |
"use_mask": false, | |
"use_alpha_as_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, | |
"overlay_mask": true, | |
"mask_overlay_blur": 5, | |
"n_samples": 1, | |
"precision": "autocast", | |
"C": 4, | |
"f": 8, | |
"prompt": "", | |
"timestring": "20221116083658", | |
"init_latent": null, | |
"init_sample": null, | |
"init_c": null, | |
"prompts": { | |
"0": "The Artemis era of exploration begins today with NASA Artemis I, trending on Artstation", | |
"20": "the first integrated test flight of the rocket and , trending on Artstation", | |
"40": "spacecraft that will bring humanity to the Moon, trending on Artstation", | |
"80": "Watch NASA_SLS and NASA_Orion embark on their first voyage, trending on Artstation" | |
}, | |
"animation_mode": "2D", | |
"max_frames": 100, | |
"border": "replicate", | |
"angle": "0:(0)", | |
"zoom": "0:(1.04)", | |
"translation_x": "0:(10*sin(2*3.14*t/10))", | |
"translation_y": "0:(0)", | |
"translation_z": "0:(10)", | |
"rotation_3d_x": "0:(0)", | |
"rotation_3d_y": "0:(0)", | |
"rotation_3d_z": "0:(0)", | |
"flip_2d_perspective": false, | |
"perspective_flip_theta": "0:(0)", | |
"perspective_flip_phi": "0:(t%15)", | |
"perspective_flip_gamma": "0:(0)", | |
"perspective_flip_fv": "0:(53)", | |
"noise_schedule": "0: (0.02)", | |
"strength_schedule": "0: (0.65)", | |
"contrast_schedule": "0: (1.0)", | |
"color_coherence": "Match Frame 0 LAB", | |
"diffusion_cadence": "1", | |
"use_depth_warping": true, | |
"midas_weight": 0.3, | |
"near_plane": 200, | |
"far_plane": 10000, | |
"fov": 40, | |
"padding_mode": "border", | |
"sampling_mode": "bicubic", | |
"save_depth_maps": false, | |
"video_init_path": "/content/video_in.mp4", | |
"extract_nth_frame": 1, | |
"overwrite_extracted_frames": true, | |
"use_mask_video": false, | |
"video_mask_path": "/content/video_in.mp4", | |
"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