Update Readme.md.
This commit is contained in:
parent
100795dd00
commit
4c90503576
@ -6,7 +6,7 @@ This is a Diffusers-based script for running Stable Diffusion on [Modal](https:/
|
||||
|
||||
## Features
|
||||
|
||||
1. Image generation using txt2img
|
||||
1. Image generation using txt2img or img2img.
|
||||

|
||||
|
||||
2. Upscaling
|
||||
@ -58,6 +58,7 @@ Images are generated and output to the `outputs/` directory.
|
||||
├── README.md
|
||||
├── sdcli/ # A directory with scripts to run inference.
|
||||
│ ├── outputs/ # Images are outputted this directory.
|
||||
│ ├── sd15_img2img.py # A script to run sd15_img2img inference.
|
||||
│ ├── sd15_txt2img.py # A script to run sd15_txt2img inference.
|
||||
│ ├── sdxl_txt2img.py # A script to run sdxl_txt2img inference.
|
||||
│ └── util.py
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
|
||||
## このスクリプトでできること
|
||||
|
||||
1. txt2imgによる画像生成ができます。
|
||||
1. txt2imgまたはimt2imgによる画像生成ができます。
|
||||
|
||||

|
||||
|
||||
@ -58,6 +58,7 @@ modal token new
|
||||
├── README.md
|
||||
├── sdcli/ # A directory with scripts to run inference.
|
||||
│ ├── outputs/ # Images are outputted this directory.
|
||||
│ ├── sd15_img2img.py # A script to run sd15_img2img inference.
|
||||
│ ├── sd15_txt2img.py # A script to run sd15_txt2img inference.
|
||||
│ ├── sdxl_txt2img.py # A script to run sdxl_txt2img inference.
|
||||
│ └── util.py
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user