diff --git a/Start Gradio.cmd b/Start Gradio.cmd new file mode 100644 index 0000000..68e4bb7 --- /dev/null +++ b/Start Gradio.cmd @@ -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 \ No newline at end of file diff --git a/environment.yaml b/environment.yaml index 7f25da8..d50ac1e 100644 --- a/environment.yaml +++ b/environment.yaml @@ -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 . diff --git a/umamba.exe b/umamba.exe new file mode 100644 index 0000000..302ce26 Binary files /dev/null and b/umamba.exe differ