Skip to content

Commit

Permalink
correct minor bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeantonio21 committed Apr 6, 2024
1 parent ceb52cf commit b5fb727
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion atoma-inference/src/models/candle/stable_diffusion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ impl ModelTrait for StableDiffusion {
latents.clone()
};

info!("FLAG: {:?}", latent_model_input.shape());
let latent_model_input =
scheduler.scale_model_input(latent_model_input, timestep)?;
let noise_pred =
Expand Down

0 comments on commit b5fb727

Please sign in to comment.