mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 18:48:51 +00:00
Print the prior shape.
This commit is contained in:
@ -350,7 +350,7 @@ fn run(args: Args) -> Result<()> {
|
||||
&device,
|
||||
)?;
|
||||
|
||||
println!("diffusion process");
|
||||
println!("diffusion process with prior {effnet:?}");
|
||||
let scheduler = wuerstchen::ddpm::DDPMWScheduler::new(60, Default::default())?;
|
||||
let timesteps = scheduler.timesteps();
|
||||
for (index, &t) in timesteps.iter().enumerate() {
|
||||
|
Reference in New Issue
Block a user