Text-to-Image
Diffusers
Safetensors
English
ZImagePipeline
not-pegasus's picture
Add files using upload-large-folder tool
bddf20b verified
Raw
History Blame Contribute Delete
331 Bytes
"""
fsspec user-defined exception classes
"""
import asyncio
class BlocksizeMismatchError(ValueError):
"""
Raised when a cached file is opened with a different blocksize than it was
written with
"""
class FSTimeoutError(asyncio.TimeoutError):
"""
Raised when a fsspec function timed out occurs
"""