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
@@ -48,7 +48,7 @@ Technically, a `.dduf` file **is** a [`.zip` archive](https://en.wikipedia.org/w
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.
49
49
- Each component must be stored in its own directory (e.g., `vae/`, `text_encoder/`). Nested files must use UNIX-style path separators (`/`).
50
50
- 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`).
52
52
- Sub-directories are forbidden.
53
53
54
54
Want to check if your file is valid? Check it out using this Space: https://huggingface.co/spaces/DDUF/dduf-check.
0 commit comments