parent
3878eb17e5
commit
85c0e5a964
|
@ -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
|
|
@ -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
|
|
@ -1 +1 @@
|
|||
mops faced gorilla sitting on the rock, mops head, mops face, dog face, detailed background, 4k, real life, raytraced image
|
||||
depressed furby 1998 illustration, sketch, trending on artstation
|
|
@ -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
|
Loading…
Reference in New Issue