Skip to content

Commit 7b13ee2

Browse files
committed
add scheduler_config.json
1 parent 2e4ee8b commit 7b13ee2

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
@@ -40,7 +40,7 @@ Technically, a `.dduf` file **is** a [`.zip` archive](https://en.wikipedia.org/w
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 (`/`).
4242
- Each directory must correspond to a component in the `model_index.json` index.
43-
- Each directory must contain a json config file (one of `config.json`, `tokenizer_config.json`, `image_processor.json`).
43+
- Each directory must contain a json config file (one of `config.json`, `tokenizer_config.json`, `image_processor.json`, `scheduler_config.json`).
4444
- Sub-directories are forbidden.
4545

4646
Want to check if your file is valid? Check it out using this Space: https://huggingface.co/spaces/DDUF/dduf-check.

0 commit comments

Comments
 (0)