Skip to content

Commit 8099156

Browse files
committed
preprocessor_config.json
1 parent 4d3d2fd commit 8099156

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
@@ -48,7 +48,7 @@ Technically, a `.dduf` file **is** a [`.zip` archive](https://en.wikipedia.org/w
4848
- 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.
4949
- Each component must be stored in its own directory (e.g., `vae/`, `text_encoder/`). Nested files must use UNIX-style path separators (`/`).
5050
- Each directory must correspond to a component in the `model_index.json` index.
51-
- Each directory must contain a json config file (one of `config.json`, `tokenizer_config.json`, `image_processor.json`, `scheduler_config.json`).
51+
- Each directory must contain a json config file (one of `config.json`, `tokenizer_config.json`, `preprocessor_config.json`, `scheduler_config.json`).
5252
- Sub-directories are forbidden.
5353

5454
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)