diff --git a/candle-examples/examples/wuerstchen/main.rs b/candle-examples/examples/wuerstchen/main.rs index 265ebf06..4e4bce0b 100644 --- a/candle-examples/examples/wuerstchen/main.rs +++ b/candle-examples/examples/wuerstchen/main.rs @@ -297,7 +297,6 @@ fn run(args: Args) -> Result<()> { let timesteps = prior_scheduler.timesteps(); println!("prior denoising"); for (index, &t) in timesteps.iter().enumerate() { - continue; let start_time = std::time::Instant::now(); if index == timesteps.len() - 1 { continue;