Skip to content

Commit 4d3d2fd

Browse files
committed
Merge branch 'dduf' of github.com:huggingface/hub-docs into dduf
2 parents 7b13ee2 + 97d6df3 commit 4d3d2fd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/hub/dduf.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# DDUF
22

3+
<div class="flex justify-center">
4+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/DDUF/DDUF-Banner.svg"/>
5+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/DDUF/DDUF-Banner-dark.svg"/>
6+
</div>
7+
8+
39
## Overview
410

511
DDUF (**D**DUF’s **D**iffusion **U**nified **F**ormat) is a file format designed to make storing, distributing, and using diffusion models much easier. Built on the ZIP file format, DDUF offers a standardized, efficient, and flexible way to package all parts of a diffusion model into a single, easy-to-manage file.
612

713
This work draws inspiration from the [GGUF](https://github.com/ggerganov/ggml/blob/master/docs/gguf.md) format.
814

15+
We've seeded some DDUFs of popular formats for the community to play with: https://huggingface.co/DDUF, check them out!
16+
917
<Tip>
1018

1119
We welcome contributions with open arms!
@@ -150,3 +158,9 @@ Why not use a TAR with a table of contents at the beginning of the archive? See
150158
### Can I modify a DDUF file?
151159

152160
No. For now, DDUF files are designed to be immutable. To update a model, create a new DDUF file.
161+
162+
### Which frameworks/apps support DDUFs?
163+
164+
- [diffusers](https://github.com/huggingface/diffusers)
165+
166+
We are continuously reaching out to other libraries and frameworks, if you are interested in adding support for your project, open a Discussion in the [DDUF org](https://huggingface.co/spaces/DDUF/README/discussions).

0 commit comments

Comments
 (0)