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
@@ -42,7 +42,7 @@ Its key features include the following.
42
42
## Technical specifications
43
43
44
44
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:
45
-
- Data must be stored uncompressed (flag `0`), allowing mmap-compatibility.
45
+
- Data must be stored uncompressed (flag `0`), allowing lazy-loading using memory-mapping.
46
46
- Data must be stored using ZIP64 protocol, enabling saving files above 4GB.
47
47
- The archive can only contain `.json`, `.safetensors`, `.model` and `.txt` files.
48
48
- 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.
0 commit comments