Commit a019867
Remove logger.info statement from Unet2DCondition code to ensure torch compile reliably succeeds (huggingface#4982)
* Remove logger.info statement from Unet2DCondition code to ensure torch compile reliably succeeds
* Convert logging statement to a comment for future archaeologists
* Update src/diffusers/models/unet_2d_condition.py
Co-authored-by: Patrick von Platen <[email protected]>
---------
Co-authored-by: bghira <[email protected]>
Co-authored-by: Patrick von Platen <[email protected]>1 parent abc47de commit a019867
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
784 | 784 | | |
785 | 785 | | |
786 | 786 | | |
787 | | - | |
| 787 | + | |
788 | 788 | | |
789 | 789 | | |
790 | 790 | | |
| |||
0 commit comments