Skip to content

Instantly share code, notes, and snippets.

@woodRock
Created November 16, 2022 09:41
Show Gist options
  • Save woodRock/2d5d0189609430aa9e99f061273c1555 to your computer and use it in GitHub Desktop.
Save woodRock/2d5d0189609430aa9e99f061273c1555 to your computer and use it in GitHub Desktop.
Artemis I Lift Off - Deforum Stable Diffusion v0.5 - settings and prompts
{
"W": 512,
"H": 512,
"seed": 3838620589,
"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": "NASAMoonShot3D",
"filename_format": "{timestring}_{index}_{prompt}.png",
"seed_behavior": "iter",
"make_grid": false,
"grid_rows": 2,
"outdir": "/content/drive/MyDrive/AI/StableDiffusion/2022-11/NASAMoonShot3D",
"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": "20221116091830",
"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": "3D",
"max_frames": 500,
"border": "replicate",
"angle": "0:(0)",
"zoom": "0:(1.04)",
"translation_x": "0:(2*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