[SD] Reorganize the stable diffusion model. (#806)

The stable diffusion codebase has been reorganized to make it more
modular so that the same script can be used for web as well as cli,
instead of duplicating the whole codebase.

Signed-off-by: Gaurav Shukla <gaurav@nod-labs.com>
This commit is contained in:
Gaurav Shukla
2023-02-01 04:12:41 +05:30
committed by GitHub
parent e9c744ee5d
commit c124b76328
35 changed files with 2602 additions and 21 deletions

View File

@@ -0,0 +1 @@
from .txt2img import txt2img_inf