Random stuff accumulated here. Also has python env setup.
https://github.com/Coyote-A/ultimate-upscale-for-automatic1111
https://github.com/Kahsolt/stable-diffusion-webui-sonar
https://github.com/hnmr293/sd-webui-llul
https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111
https://github.com/omerbt/MultiDiffusion
. /opt/anaconda/bin/activate
conda create -n sdui
conda activate sdui
conda install \
cython \
ipython \
jinja2 \
jupyter \
jupyterlab \
matplotlib \
nbconvert \
numpy \
opencv \
pandas \
pyqt \
python=3.10 \
scikit-image \
scikit-learn \
scikit-learn-intelex \
scipy \
tqdm \
;
conda install -c conda-forge \
termcolor \
streamlit \
pudb \
;
pip install \
--extra-index-url 'https://developer.download.nvidia.com/compute/redist' \
'gradio' \
'yapf' \
'python-lsp-server' \
'gdown' \
'test-tube' \
'omegaconf' \
'imageio' \
'imageio-ffmpeg' \
'nvidia-dali-cuda110' \
'albumentations' \
'einops' \
'fire' \
'ftfy' \
'tensorboard' \
'torch' \
'torchvision' \
'torchaudio' \
'torch-fidelity' \
'pytorch-lightning' \
'torchmetrics' \
'timm' \
'kornia' \
'salesforce-lavis' \
'xformers' \
'transformers' \
'accelerate' \
'datasets' \
'diffusers' \
'evaluate' \
'webdataset' \
'deepspeed' \
'triton' \
;
. /opt/anaconda/bin/activate
conda activate sdui
git clone 'https://github.com/AUTOMATIC1111/stable-diffusion-webui'