Runtime Launcher (Automatic)
This commit is contained in:
parent
265ac0c834
commit
f227c40de7
|
@ -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
|
|
@ -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 .
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue