commit
6975af74e1
@ -138,7 +138,7 @@ run:
|
|||||||
--output-fomart "avif"
|
--output-fomart "avif"
|
||||||
```
|
```
|
||||||
|
|
||||||
### 5. make deploy
|
### 5. Deploy an application
|
||||||
|
|
||||||
Execute the below command. An application will be deployed on Modal.
|
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
|
make app
|
||||||
```
|
```
|
||||||
|
|
||||||
### 6. make run
|
### 6. Run inference
|
||||||
|
|
||||||
The txt2img inference is executed with the following command.
|
The txt2img inference is executed with the following command.
|
||||||
|
|
||||||
|
|||||||
@ -151,7 +151,7 @@ run:
|
|||||||
- fix-by-controlnet-tile: ControlNet 1.1 Tileの利用有無を指定します。有効にすると、崩れた画像を修復しつつ、高解像度な画像を生成します。
|
- fix-by-controlnet-tile: ControlNet 1.1 Tileの利用有無を指定します。有効にすると、崩れた画像を修復しつつ、高解像度な画像を生成します。
|
||||||
- output-format: 出力フォーマットを指定します。avifも指定可能です。
|
- output-format: 出力フォーマットを指定します。avifも指定可能です。
|
||||||
|
|
||||||
### 5. make deployの実行
|
### 5. アプリケーションをデプロイする
|
||||||
|
|
||||||
下記のコマンドでModal上にアプリケーションが構築されます。
|
下記のコマンドでModal上にアプリケーションが構築されます。
|
||||||
|
|
||||||
@ -159,7 +159,7 @@ run:
|
|||||||
make app
|
make app
|
||||||
```
|
```
|
||||||
|
|
||||||
### 6. make runの実行
|
### 6. 推論を実行する
|
||||||
|
|
||||||
下記のコマンドでtxt2img推論が実行されます。
|
下記のコマンドでtxt2img推論が実行されます。
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user