Advertisement
FizzleDorf

Denoise Deforum Example Project

Jan 1st, 2023
448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. {
  2. "W": 512,
  3. "H": 512,
  4. "restore_faces": false,
  5. "tiling": false,
  6. "enable_hr": false,
  7. "firstphase_width": 0,
  8. "firstphase_height": 0,
  9. "seed": 1857777177,
  10. "sampler": "Euler a",
  11. "seed_enable_extras": false,
  12. "subseed": -1,
  13. "subseed_strength": 0,
  14. "seed_resize_from_w": 0,
  15. "seed_resize_from_h": 0,
  16. "steps": 21,
  17. "ddim_eta": 0.0,
  18. "n_batch": 1,
  19. "make_grid": false,
  20. "grid_rows": 1,
  21. "save_settings": true,
  22. "save_samples": true,
  23. "display_samples": false,
  24. "save_sample_per_step": false,
  25. "show_sample_per_step": false,
  26. "override_these_with_webui": false,
  27. "batch_name": "Deforum",
  28. "filename_format": "{timestring}_{index}_{prompt}.png",
  29. "seed_behavior": "iter",
  30. "use_init": false,
  31. "from_img2img_instead_of_link": false,
  32. "strength_0_no_init": true,
  33. "strength": 0.0,
  34. "init_image": null,
  35. "use_mask": false,
  36. "use_alpha_as_mask": false,
  37. "invert_mask": false,
  38. "overlay_mask": true,
  39. "mask_file": "https://www.filterforge.com/wiki/images/archive/b/b7/20080927223728%21Polygonal_gradient_thumb.jpg",
  40. "mask_contrast_adjust": 1.0,
  41. "mask_brightness_adjust": 1.0,
  42. "mask_overlay_blur": 5.0,
  43. "fill": 1,
  44. "full_res_mask": true,
  45. "full_res_mask_padding": 4,
  46. "reroll_blank_frames": "reroll",
  47. "precision": "autocast",
  48. "scale": 7,
  49. "C": 4,
  50. "f": 8,
  51. "prompt": "",
  52. "timestring": "20230101135011",
  53. "init_latent": null,
  54. "init_sample": null,
  55. "init_c": null,
  56. "outdir": "F:\\Waifu_Diffusion\\Examples4\\Deforum",
  57. "prompts": {
  58. "0": "(scenic countryside:1.0), (cherry:`where(cos(6.28*t/10)>0, 1.8*cos(6.28*t/10), 0.001)`), (strawberry:`where(cos(6.28*t/10)<0, -1.8*cos(6.28*t/10), 0.001)`), snow, detailed painting by greg rutkowski --neg (cherry:`where(cos(6.28*t/10)<0, -1.8*cos(6.28*t/10), 0.001)`), (strawberry:`where(cos(6.28*t/10)>0, 1.8*cos(6.28*t/10), 0.001)`)",
  59. "60": "a beautiful (((banana))), trending on Artstation",
  60. "80": "a beautiful coconut --neg photo, realistic",
  61. "100": "a beautiful durian, trending on Artstation"
  62. },
  63. "animation_mode": "2D",
  64. "max_frames": 120,
  65. "border": "replicate",
  66. "angle": "0:(0)",
  67. "zoom": "0:(1.02+0.02*sin(2*3.14*t/20))",
  68. "translation_x": "0:(0)",
  69. "translation_y": "0:(0)",
  70. "translation_z": "0:(10)",
  71. "rotation_3d_x": "0:(0)",
  72. "rotation_3d_y": "0:(0)",
  73. "rotation_3d_z": "0:(0)",
  74. "flip_2d_perspective": false,
  75. "perspective_flip_theta": "0:(0)",
  76. "perspective_flip_phi": "0:(t%15)",
  77. "perspective_flip_gamma": "0:(0)",
  78. "perspective_flip_fv": "0:(53)",
  79. "noise_schedule": "0: (0.08)",
  80. "strength_schedule": "0: (0.6)",
  81. "contrast_schedule": "0: (1.0)",
  82. "cfg_scale_schedule": "0: (7)",
  83. "fov_schedule": "0: (40)",
  84. "near_schedule": "0: (200)",
  85. "far_schedule": "0: (10000)",
  86. "seed_schedule": "0: (t%4294967293)",
  87. "kernel_schedule": "0: (5)",
  88. "sigma_schedule": "0: (1.0)",
  89. "amount_schedule": "0: (0.2)",
  90. "threshold_schedule": "0: (0.0)",
  91. "histogram_matching": true,
  92. "color_coherence": "Match Frame 0 LAB",
  93. "diffusion_cadence": 1.0,
  94. "noise_type": "perlin",
  95. "perlin_w": 8.0,
  96. "perlin_h": 8.0,
  97. "perlin_octaves": 4,
  98. "perlin_persistence": 0.5,
  99. "use_depth_warping": true,
  100. "midas_weight": 0.3,
  101. "near_plane": 200.0,
  102. "far_plane": 10000.0,
  103. "fov": 40.0,
  104. "padding_mode": "border",
  105. "sampling_mode": "bicubic",
  106. "save_depth_maps": false,
  107. "video_init_path": "/content/video_in.mp4",
  108. "extract_nth_frame": 1,
  109. "overwrite_extracted_frames": false,
  110. "use_mask_video": false,
  111. "video_mask_path": "/content/video_in.mp4",
  112. "interpolate_key_frames": false,
  113. "interpolate_x_frames": 4,
  114. "resume_from_timestring": false,
  115. "resume_timestring": "20220829210106"
  116. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement