Created
August 26, 2022 04:58
-
-
Save zippy731/fe62c6f2ca568c95cc9e5e5ddba1fd8e to your computer and use it in GitHub Desktop.
settings for stablediffusion sidescroll demo
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
{ | |
"batch_name": "StableFun", | |
"outdir": "/content/drive/MyDrive/AI/StableDiffusion/2022-08/StableFun/", | |
"save_grid": false, | |
"save_settings": true, | |
"save_samples": true, | |
"display_samples": true, | |
"n_samples": 1, | |
"W": 768, | |
"H": 512, | |
"use_init": false, | |
"strength": 0, | |
"init_image": null, | |
"seed": 1640810941, | |
"sampler": "klms", | |
"steps": 150, | |
"scale": 12, | |
"ddim_eta": 0, | |
"dynamic_threshold": null, | |
"static_threshold": null, | |
"n_batch": 1, | |
"seed_behavior": "iter", | |
"precision": "autocast", | |
"fixed_code": true, | |
"C": 4, | |
"f": 8, | |
"prompt": "", | |
"timestring": "20220826041112", | |
"init_latent": null, | |
"init_sample": null, | |
"prompts": { | |
"0": "A mixture of aztec and egyptian architecture castle, in the style of paul chadeisson, from 8 k matte, cinematic lighting, trending on artstation, unreal engine, highly detailed, 8 k wallpaper, cinematic lighting, octane, matte painting, volumetric lighting, atmosphere, mist, fog, clouds, matte painting, v - ray, flickr" | |
}, | |
"animation_mode": "2D", | |
"max_frames": 2000, | |
"border": "wrap", | |
"key_frames": true, | |
"interp_spline": "Linear", | |
"angle": "0:(0)", | |
"zoom": "0:(1.005)", | |
"translation_x": "0:(-5)", | |
"translation_y": "0:(0)", | |
"color_coherence": "MatchFrame0", | |
"previous_frame_noise": 0.015, | |
"previous_frame_strength": 0.7, | |
"video_init_path": "/content/video_in.mp4", | |
"extract_nth_frame": 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment