diff --git a/gen_mindalle.bat b/gen_mindalle.bat index fa1e59f..d32de6c 100644 --- a/gen_mindalle.bat +++ b/gen_mindalle.bat @@ -1,2 +1,3 @@ @echo off -.\python39\python.exe scripts\minDalle.py \ No newline at end of file +.\python39\python.exe scripts\minDalle.py +pause \ No newline at end of file diff --git a/gen_stable_diff.bat b/gen_stable_diff.bat index fbdd9e2..9720c18 100644 --- a/gen_stable_diff.bat +++ b/gen_stable_diff.bat @@ -1,2 +1,3 @@ @echo off -.\python39\python.exe scripts\stable_diff.py \ No newline at end of file +.\python39\python.exe scripts\stable_diff.py +pause \ No newline at end of file diff --git a/get_dependencies.bat b/get_dependencies.bat index 1fb2f29..9bac5cd 100644 --- a/get_dependencies.bat +++ b/get_dependencies.bat @@ -3,7 +3,7 @@ .\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location pygments scipy pandas notebook wheel .\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location piexif -.\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location -qq "ipywidgets>=7,<8" +.\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location "ipywidgets>=7,<8" .\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116 -.\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location -qq -U diffusers==0.3.0 transformers ftfy +.\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location -U diffusers==0.3.0 transformers ftfy .\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location min-dalle \ No newline at end of file diff --git a/login.bat b/login.bat index d085a91..cc7003b 100644 --- a/login.bat +++ b/login.bat @@ -1,2 +1,3 @@ @echo off -.\python39\Scripts\huggingface-cli.exe login \ No newline at end of file +.\python39\Scripts\huggingface-cli.exe login +pause \ No newline at end of file diff --git a/prompt.txt b/prompt.txt index 0a9b11d..5d6d96b 100644 --- a/prompt.txt +++ b/prompt.txt @@ -1 +1 @@ -Mountains made from cheese, cheesy river, detailed background, digital art, 4k, real life. \ No newline at end of file +a philosopher walking down to rhe river, detailed background, digital art, 4k, close to life, raytraycing. \ No newline at end of file diff --git a/run_all.bat b/run_all.bat index 09a5cea..583b87b 100644 --- a/run_all.bat +++ b/run_all.bat @@ -1,3 +1,4 @@ @echo off .\python39\python.exe scripts\minDalle.py -.\python39\python.exe scripts\stable_diff.py \ No newline at end of file +.\python39\python.exe scripts\stable_diff.py +pause \ No newline at end of file