From 85c0e5a964e8c989cfc82f5200e4eeb2a8e26e53 Mon Sep 17 00:00:00 2001 From: lnd212 Date: Fri, 28 Oct 2022 21:24:02 +0400 Subject: [PATCH] BIG UPDATE Updated diffusion to 0.6.0 --- get_dependencies.bat | 2 +- get_dependencies_global.bat | 2 +- prompt.txt | 2 +- rem_dependencies.bat | 18 ++++++------------ 4 files changed, 9 insertions(+), 15 deletions(-) diff --git a/get_dependencies.bat b/get_dependencies.bat index 41f38bd..fa6af97 100644 --- a/get_dependencies.bat +++ b/get_dependencies.bat @@ -7,6 +7,6 @@ set PYPATH=".\Python310" %PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe install --no-warn-script-location piexif %PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe install --no-warn-script-location "ipywidgets>=7,<8" %PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe install --no-warn-script-location torch --extra-index-url https://download.pytorch.org/whl/cu116 -%PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe install --no-warn-script-location -U diffusers==0.4.1 transformers +%PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe install --no-warn-script-location -U diffusers==0.6.0 transformers %PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe install --no-warn-script-location min-dalle pause \ No newline at end of file diff --git a/get_dependencies_global.bat b/get_dependencies_global.bat index ea41ea9..2c8c091 100644 --- a/get_dependencies_global.bat +++ b/get_dependencies_global.bat @@ -5,6 +5,6 @@ pip3.exe install --no-warn-script-location pillow "packaging>=20.0" scipy ftfy pip3.exe install --no-warn-script-location piexif pip3.exe install --no-warn-script-location "ipywidgets>=7,<8" pip3.exe install --no-warn-script-location torch --extra-index-url https://download.pytorch.org/whl/cu116 -pip3.exe install --no-warn-script-location -U diffusers==0.4.1 transformers +pip3.exe install --no-warn-script-location -U diffusers==0.6.0 transformers pip3.exe install --no-warn-script-location min-dalle pause \ No newline at end of file diff --git a/prompt.txt b/prompt.txt index ae5466d..1f7312f 100644 --- a/prompt.txt +++ b/prompt.txt @@ -1 +1 @@ -mops faced gorilla sitting on the rock, mops head, mops face, dog face, detailed background, 4k, real life, raytraced image \ No newline at end of file +depressed furby 1998 illustration, sketch, trending on artstation \ No newline at end of file diff --git a/rem_dependencies.bat b/rem_dependencies.bat index 8790288..0d61e34 100644 --- a/rem_dependencies.bat +++ b/rem_dependencies.bat @@ -1,18 +1,12 @@ @echo off set PYPATH=".\Python310" -%PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe uninstall --yes min-dalle PyYAML -%PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe uninstall --yes diffusers transformers ftfy -%PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe uninstall --yes spacy blis catalogue click confection cymem langcodes murmurhash pathy preshed pydantic setuptools smart_open spacy_legacy spacy_loggers srsly thinc typer wasabi -%PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe uninstall --yes ipywidgets pillow -%PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe uninstall --yes torch torchvision torchaudio -%PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe uninstall --yes typing_extensions numpy pillow emoji charset-normalizer urllib3 idna certifi wheel scipy pandas notebook pygments -%PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe uninstall --yes requests pure-eval executing asttokens wcwidth parso pycparser webencodings soupsieve cffi attrs colorama colorama pywinpty six -%PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe uninstall --yes backcall backcall prompt-toolkit decorator jedi stack-data pickleshare zipp psutil matplotlib-inline ipython argon2-cffi-bindings -%PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe uninstall --yes jsonschema fastjsonschema tinycss2 importlib-metadata packaging bleach lxml markupsafe jupyterlab-pygments pandocfilters defusedxml -%PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe uninstall --yes mistune beautifulsoup4 pywin32 entrypoints jupyter-client nbformat tornado nbconvert argon2-cffi ipykernel nest-asyncio prometheus-client -%PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe uninstall --yes Send2Trash ipython-genutils jinja2 pyzmq jupyter-core terminado pytz python-dateutil traitlets piexif -%PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe uninstall --yes pyparsing pyrsistent debugpy filelock huggingface_hub regex tokenizers tqdm jupyterlab_widgets nbclient widgetsnbextension +%PYPATH%\python.exe .\Python310\Scripts\pip3.exe freeze > uninstall.txt +%PYPATH%\python.exe .\Python310\Scripts\pip3.exe uninstall --yes -r uninstall.txt +del uninstall.txt +%PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe install --no-warn-script-location cleanpy %PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe cache purge .\Python310\Scripts\cleanpy.exe "%PYPATH%" + +pause \ No newline at end of file