Sana
Sana copied to clipboard
TypeError: set_timesteps() got an unexpected keyword argument 'max_timesteps'
Great work! Just one problem I found when generating the images, I found that SANA-sprint uses DPMSolverMultistepScheduler, which causes it to give TypeError: set_timesteps() got an unexpected keyword argument 'max_timesteps'
What's your inference code?
What's your inference code?
Hello, I referred to the following link https://github.com/NVlabs/Sana/blob/main/asset/docs/sana_sprint.md and encountered an error: TypeError: DPMSolverMultistepScheduler.set_timesteps() got an unexpected keyword argument 'max_timesteps'
What's your inference code?
Hello, I referred to the following link https://github.com/NVlabs/Sana/blob/main/asset/docs/sana_sprint.md and encountered an error: TypeError: DPMSolverMultistepScheduler.set_timesteps() got an unexpected keyword argument 'max_timesteps'
![]()
I know the reason now. I should use the model of Sana_Sprint_1.6B_1024px_diffusers, not SANA1.5_1.6B_1024px_diffusers.