JH_Xie

Results 1 issues of JH_Xie

### Feature request / 功能建议 The common way of writing is: : ``` if noise_scheduler.config.prediction_type == "epsilon": target = noise elif noise_scheduler.config.prediction_type == "v_prediction": target = noise_scheduler.get_velocity(latents, noise, timesteps) ```...