You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hub/dduf.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The DDUF format is also designed to be language-agnostic. While we currently pro
35
35
36
36
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:
37
37
- 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.
39
39
- The archive can only contain `.json`, `.safetensors`, `.model` and `.txt` files.
40
40
- 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.
41
41
- 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