diffusers
619b9658 - Avoid compiling a progress bar. (#10098)

Commit
278 days ago
Avoid compiling a progress bar. (#10098) * Avoid creating a progress bar when it is disabled. This is useful when exporting a pipeline, and allows a compiler to avoid trying to compile away tqdm. * Prevent the PyTorch compiler from compiling progress bars. * Update pipeline_utils.py
Author
lsb lsb
Parents
Loading