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
+2-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@ The example app for running text-to-image or image-to-image models to generate i
14
14
15
15
## How to use
16
16
17
-
1. Put at least one of your prepared ``split_einsum`` model into the folder for "Local models" (The example app supports only ``split_einsum`` models. In terms of performance ``split_einsum`` is the fastest way to get result)
17
+
1. Place at least one of your prepared split_einsum models into the ‘Local Models’ folder. Find the ‘Document’ folder through the interface by tapping on the ‘Local Models’ button. If the folder is empty, then create a folder named ‘models’. Refer to the folders’ hierarchy in the image below for guidance.
18
+
The example app supports only ``split_einsum`` models. In terms of performance ``split_einsum`` is the fastest way to get result.
18
19
2. Pick up the model that was placed at the local folder from the list. Click update button if you added a model while app was launched
19
20
3. Enter a prompt or pick up a picture and press "Generate" (You don't need to prepare image size manually) It might take up to a minute or two to get the result
0 commit comments