Merge pull request #71 from hodanov/feature/readme

Update readme.
This commit is contained in:
hodanov 2023-12-22 00:05:11 +09:00 committed by GitHub
commit 6975af74e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -138,7 +138,7 @@ run:
--output-fomart "avif"
```
### 5. make deploy
### 5. Deploy an application
Execute the below command. An application will be deployed on Modal.
@ -146,7 +146,7 @@ Execute the below command. An application will be deployed on Modal.
make app
```
### 6. make run
### 6. Run inference
The txt2img inference is executed with the following command.

View File

@ -151,7 +151,7 @@ run:
- fix-by-controlnet-tile: ControlNet 1.1 Tileの利用有無を指定します。有効にすると、崩れた画像を修復しつつ、高解像度な画像を生成します。
- output-format: 出力フォーマットを指定します。avifも指定可能です。
### 5. make deployの実行
### 5. アプリケーションをデプロイする
下記のコマンドでModal上にアプリケーションが構築されます。
@ -159,7 +159,7 @@ run:
make app
```
### 6. make runの実行
### 6. 推論を実行する
下記のコマンドでtxt2img推論が実行されます。