Following the torch_dtype → dtype migration, some pipeline docstring examples still use the deprecated torch_dtype= spelling.
This issue tracks updating the remaining occurrences under src/diffusers/pipelines/ to dtype= for consistency with the current API.
Following the
torch_dtype→dtypemigration, some pipeline docstring examples still use the deprecatedtorch_dtype=spelling.This issue tracks updating the remaining occurrences under
src/diffusers/pipelines/todtype=for consistency with the current API.