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
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,6 +220,38 @@ Differences may be less or more pronounced for different inputs. Please see the
220
220
221
221
</details>
222
222
223
+
224
+
## <aname="results-with-different-compute-units"></a> Play with simple Web UI
225
+
226
+
<details>
227
+
<summary> Click to expand </summary>
228
+
229
+
After you have completed the model conversion according to the above process, you can use the following command to start a simple Web UI:
230
+
231
+
```bash
232
+
python -m python_coreml_stable_diffusion.web -i <output-mlpackages-directory> --compute-unit ALL
233
+
```
234
+
235
+
After the command is executed, we will get a log similar to the following:
236
+
237
+
```bash
238
+
WARNING:coremltools:Torch version 1.13.0 has not been tested with coremltools. You may run into unexpected errors. Torch 1.12.1 is the most recent version that has been tested.
239
+
INFO:python_coreml_stable_diffusion.pipeline:Initializing PyTorch pipe for reference configuration
0 commit comments