Update README.
This commit is contained in:
parent
bdd6ec7737
commit
7cbedfcbdf
@ -20,13 +20,13 @@ This is a Diffusers-based script for running Stable Diffusion on [Modal](https:/
|
|||||||
The app requires the following to run:
|
The app requires the following to run:
|
||||||
|
|
||||||
- python: > 3.10
|
- python: > 3.10
|
||||||
- modal-client
|
- modal
|
||||||
- A token for Modal.
|
- A token for Modal.
|
||||||
|
|
||||||
The `modal-client` is the Python library. In order to install that:
|
The `modal` is the Python library. In order to install that:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install modal-client
|
pip install modal
|
||||||
```
|
```
|
||||||
|
|
||||||
And you need a modal token to use this script:
|
And you need a modal token to use this script:
|
||||||
|
|||||||
@ -21,14 +21,14 @@
|
|||||||
このスクリプトを実行するには最低限下記のツールが必要です:
|
このスクリプトを実行するには最低限下記のツールが必要です:
|
||||||
|
|
||||||
- python: > 3.10
|
- python: > 3.10
|
||||||
- modal-client
|
- modal
|
||||||
- ModalのAPIトークン
|
- ModalのAPIトークン
|
||||||
- Hagging FaceのAPIトークン(非公開のリポジトリのモデルを参照したい場合に必須)
|
- Hagging FaceのAPIトークン(非公開のリポジトリのモデルを参照したい場合に必須)
|
||||||
|
|
||||||
`modal-client`はModalをCLIから操作するためのPythonライブラリです。下記のようにインストールします:
|
`modal`はModalをCLIから操作するためのPythonライブラリです。下記のようにインストールします:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install modal-client
|
pip install modal
|
||||||
```
|
```
|
||||||
|
|
||||||
And you need a modal token to use this script:
|
And you need a modal token to use this script:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user