Runtime Launcher (Automatic)

This commit is contained in:
Henk 2022-08-20 19:58:10 +02:00
parent 265ac0c834
commit f227c40de7
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.