Merge pull request #1 from henk717/main

Runtime Launcher (Automatic)
This commit is contained in:
harubaru 2022-08-20 10:59:55 -07:00 committed by GitHub
commit d85bcee8e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 0 deletions

7
Start Gradio.cmd Normal file
View File

@ -0,0 +1,7 @@
@echo off
IF NOT EXIST CONDA umamba create -r conda -f environment.yaml -y
call conda\condabin\activate.bat ldm
cls
:PROMPT
python scripts/txt2img_gradio.py

View File

@ -24,6 +24,7 @@ dependencies:
- transformers==4.19.2
- torchmetrics==0.6.0
- kornia==0.6
- gradio==3.1.6
- -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
- -e git+https://github.com/openai/CLIP.git@main#egg=clip
- -e .

BIN
umamba.exe Normal file

Binary file not shown.