Skip to content

Commit

Permalink
PIL installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszsrebrny committed Oct 8, 2024
1 parent 9515194 commit d4c3a54
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pages/docs/creators/golem-workers/sd-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,10 @@ To generate some images using the Automatic1111 GUI, you can either enter your p

#### Alternatively, use the automatic1111 API directly

Copy and run the following Python code (directly in the terminal or using a Jupyter Notebook).
The code is also availabla on
Copy and run the following Python code (directly in the terminal or using a Jupyter Notebook).
Note it requires `PIL` library (get it with `pip install Pillow`).

The code is also available on
[GitHub](https://github.com/golemfactory/golem-workers/raw/main/examples/sd-example/sd-inference.py).

```python
Expand Down

0 comments on commit d4c3a54

Please sign in to comment.