Skip to content

Commit

Permalink
feat: readd SID temporal
Browse files Browse the repository at this point in the history
  • Loading branch information
CraftoHohenvels committed Aug 29, 2023
1 parent d22ee72 commit bc2d951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Master/Master.cs
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ public static void Project_Setup()

// Use SuperFastRender
// Use Menu() to grab user input
//new_project.use_sid_temporal = Parse_Bool(Menu(basic_bool, new List<string> { "Use SuperImageDenoiser Temporal (with default settings) for denoising?" }));
new_project.use_sid_temporal = Parse_Bool(Menu(basic_bool, new List<string> { "Use SuperImageDenoiser Temporal (with default settings) for denoising? You will lose 1 frame at the start and 2 frames at the end of your animation." }));

// Render test frame (for time)
// Use Menu() to grab user input
Expand Down

0 comments on commit bc2d951

Please sign in to comment.