User.bat:
set PYTHON=C:\Users\username\anaconda3\envs\py3106\python.exeset GIT=C:\Program Files\Git\cmd\git.exe ;
set VENV_DIR=C:\Users\username\anaconda3\envs\py3106
set COMMANDLINE_ARGS=--xformers --autolaunch --medvram
Models I downloaded:
Updates
- Location saved: C:\Users\username\stable-diffusion-webui\models\Stable-diffusion
- Updated Python to 3.10.11 (conda install Python==3.10.11) for PyTorch compatibility issue.
- Updated PyTorch: pip install torch==2.1.2+cu121 -f https://download.pytorch.org/whl/torch_stable.html
- Updated xformers, pip install xformers -U
Styles:
- https://huggingface.co/stabilityai/sdxl-turbo (Latest)
- https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0
- https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0
- https://huggingface.co/stabilityai/stable-diffusion-2-1
- # Make sure you have git-lfs installed (https://git-lfs.com)
- git lfs install
- git clone https://huggingface.co/stabilityai/stable-diffusion-2-1 # you can replace any of the above link
- # if you want to clone without large files – just their pointers
- # prepend your git clone with the following env var:
- GIT_LFS_SKIP_SMUDGE=1
https://stable-diffusion-art.com/sdxl-model/#What_is_the_Stable_Diffusion_XL_model
No comments:
Post a Comment