Skip to content

Commit d29af47

Browse files
Update docs/hub/dduf.md
Co-authored-by: Célina <[email protected]>
1 parent 7466f78 commit d29af47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hub/dduf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The DDUF format is also designed to be language-agnostic. While we currently pro
3535

3636
Technically, a `.dduf` file **is** a [`.zip` archive](https://en.wikipedia.org/wiki/ZIP_(file_format)). By building on a universally supported file format, we ensure robust tooling already exists. However, some constraints are enforced to meet diffusion models' requirements:
3737
- Data must be stored uncompressed (flag `0`), allowing mmap-compatibility.
38-
- Data must be stored using ZIP64 protocol, enabling saving files above 2GB.
38+
- Data must be stored using ZIP64 protocol, enabling saving files above 4GB.
3939
- The archive can only contain `.json`, `.safetensors`, `.model` and `.txt` files.
4040
- A `model_index.json` file must be present at the root of the archive. It must contain a key-value mapping with metadata about the model and its components.
4141
- Each component must be stored in its own directory (e.g., `vae/`, `text_encoder/`). Nested files must use UNIX-style path separators (`/`).

0 commit comments

Comments
 (0)