Skip to content

Commit 87599e5

Browse files
committed
language
1 parent 2283b18 commit 87599e5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/hub/dduf.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ Its key features include the following.
2727
1. **Single file** packaging.
2828
2. Based on **ZIP file format** to leverage existing tooling.
2929
3. No compression, ensuring **`mmap` compatibility** for fast loading and saving.
30-
4. **HTTP-friendly**: metadata and file structure can be fetched remotely using HTTP Range requests.
31-
5. **Flexible**: each model component is stored in its own directory, following the current Diffusers structure.
32-
6. **Safe**: uses [Safetensors](https://huggingface.co/docs/diffusers/using-diffusers/other-formats#safetensors) as a weight-saving format and prohibits nested directories to prevent ZIP bombs.
30+
4. **Language-agnostic**: tooling can be implemented in Python, JavaScript, Rust, C++, etc.
31+
5. **HTTP-friendly**: metadata and file structure can be fetched remotely using HTTP Range requests.
32+
6. **Flexible**: each model component is stored in its own directory, following the current Diffusers structure.
33+
7. **Safe**: uses [Safetensors](https://huggingface.co/docs/diffusers/using-diffusers/other-formats#safetensors) as a weight-saving format and prohibits nested directories to prevent ZIP bombs.
3334

3435
## Technical specifications
3536

0 commit comments

Comments
 (0)