Skip to content

Commit 5302645

Browse files
hlkysayakpaul
andauthored
Update src/diffusers/utils/remote_utils.py
Co-authored-by: Sayak Paul <[email protected]>
1 parent 3712dc3 commit 5302645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/utils/remote_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def remote_decode(
192192
width: Optional[int] = None,
193193
) -> Union[Image.Image, List[Image.Image], bytes, "torch.Tensor"]:
194194
"""
195-
Hugging Face Hybrid Inference
195+
Hugging Face Hybrid Inference that allow running VAE decode remotely.
196196
197197
Args:
198198
endpoint (`str`):

0 commit comments

Comments
 (0)