We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90dfc8 commit 30d587fCopy full SHA for 30d587f
examples/server/README.md
@@ -9,8 +9,8 @@ This guide will show you how to use the [`StableDiffusion3Pipeline`] in a server
9
Start by navigating to the `examples/server` folder and installing all of the dependencies.
10
11
```py
12
-pip install .
13
-pip install -f requirements.txt
+pip install diffusers
+pip install -r requirements.txt
14
```
15
16
Launch the server with the following command.
0 commit comments