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