Created
September 13, 2022 07:00
-
-
Save jakedowns/2ad304a1b6531a431026b4f3b35898db to your computer and use it in GitHub Desktop.
anime boy in room from this tweet https://twitter.com/jakedowns/status/1569578281065943041
This file contains hidden or 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": 704, | |
"H": 1280, | |
"seed": 1337, | |
"sampler": "euler_ancestral", | |
"steps": 42, | |
"scale": 20, | |
"ddim_eta": 0, | |
"dynamic_threshold": null, | |
"static_threshold": null, | |
"save_samples": true, | |
"save_settings": true, | |
"display_samples": true, | |
"n_batch": 1, | |
"batch_name": "StableFun", | |
"filename_format": "{timestring}_{index}_{prompt}.png", | |
"seed_behavior": "iter", | |
"make_grid": false, | |
"grid_rows": 2, | |
"outdir": "/content/drive/MyDrive/AI/StableDiffusion/2022-09/StableFun", | |
"use_init": false, | |
"strength": 0.0, | |
"strength_0_no_init": true, | |
"init_image": null, | |
"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, | |
"n_samples": 1, | |
"precision": "autocast", | |
"C": 4, | |
"f": 8, | |
"prompt": "", | |
"timestring": "20220913063706", | |
"init_latent": null, | |
"init_sample": null, | |
"init_c": null, | |
"prompts": { | |
"0": "4k full color. anime still frame of a boy sitting in his room drawing a picture. the room is cozy and full of toys and games. it is an illustration but it has realistic textures and lighting. studio ghibli. fantastic planet. " | |
}, | |
"animation_mode": "3D", | |
"max_frames": 60, | |
"border": "wrap", | |
"angle": "0:(0.0)", | |
"zoom": "0:(0.0)", | |
"translation_x": "0:(0.0)", | |
"translation_y": "0:(0.15)", | |
"translation_z": "0:(0.0)", | |
"rotation_3d_x": "0:(0.0)", | |
"rotation_3d_y": "0:(0.0)", | |
"rotation_3d_z": "0:(0.0)", | |
"noise_schedule": "0: (0.01)", | |
"strength_schedule": "0: (0.69) ", | |
"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": 35, | |
"padding_mode": "border", | |
"sampling_mode": "bicubic", | |
"save_depth_maps": false, | |
"video_init_path": "/content/drive/MyDrive/AI/720p_30fps.mp4", | |
"extract_nth_frame": 5, | |
"interpolate_key_frames": false, | |
"interpolate_x_frames": 1, | |
"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