diffusers
Fix [core/GLIGEN]: TypeError when iterating over 0-d tensor with In-painting mode when EulerAncestralDiscreteScheduler is used
#5305
Merged

Commits
  • fix(gligen_inpaint_pipeline): :bug: Wrap the timestep() 0-d tensor in a list to convert to 1-d tensor. This avoids the TypeError caused by trying to directly iterate over a 0-dimensional tensor in the denoising stage
    zhen-hao.chu committed 2 years ago
  • test(gligen/gligen_text_image): unit test using the EulerAncestralDiscreteScheduler
    zhen-hao.chu committed 2 years ago
  • Merge branch 'huggingface:main' into rchuzh99/fix-gligen-add-noise-timesteps
    chuzhdontcode committed 2 years ago
  • Merge branch 'main' into rchuzh99/fix-gligen-add-noise-timesteps
    sayakpaul committed 2 years ago
Loading