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: README.md
+1-5
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,7 @@ The example app supports only ``split_einsum`` models. In terms of performance `
24
24
|`SafetyChecker.mlmodelc`| Ensures generated content adheres to safety guidelines by checking against predefined criteria. |
25
25
|`vocab.json`| Contains the vocabulary used by the text encoder for tokenization and encoding processes. |
26
26
|`merges.txt`| Stores the merging rules for byte-pair encoding used in the text encoder. |
27
-
|`ControlledUnet.mlmodelc`| Modified U-Net model incorporating control mechanisms from the ControlNet to steer output characteristics. |
28
-
|`ControlledUnetChunk1.mlmodelc`| First part of the controlled U-Net model designed for sequential or partitioned processing. |
29
-
|`ControlledUnetChunk2.mlmodelc`| Second part of the controlled U-Net model completing the image synthesis process started by the first chunk. |
30
-
|`controlnet/`| Directory containing various ControlNet models for different control scenarios. |
31
-
|`MultilingualTextEncoderProjection.mlmodelc`| Specialized model for projecting multilingual text into a consistent vector space, supporting diverse language inputs. |
0 commit comments