diff --git a/02.forge.sh b/02.forge.sh index 43578bc..1e51274 100644 --- a/02.forge.sh +++ b/02.forge.sh @@ -53,11 +53,13 @@ if [ ! -f "$SD02_DIR/parameters.forge.txt" ]; then fi pip install --upgrade pip +pip install coloredlogs flatbuffers numpy packaging protobuf==3.20.3 sympy pip install packaging pip install onnxruntime-gpu --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/ -pip install insightface +pip install insightface pip install basicsr -#pip install protobuf==3.20.3 +pip install torch==2.2.0 torchvision==0.17.0 torchaudio==2.2.0 --index-url https://download.pytorch.org/whl/cu121 +pip install xformers --index-url https://download.pytorch.org/whl/cu121 # Merge Models, vae, lora, and hypernetworks, and outputs # Ignore move errors if they occur diff --git a/02.sh b/02.sh index a0d1402..35e1305 100755 --- a/02.sh +++ b/02.sh @@ -53,11 +53,14 @@ if [ ! -f "$SD02_DIR/parameters.txt" ]; then fi pip install --upgrade pip +pip install coloredlogs flatbuffers numpy packaging protobuf==3.20.3 sympy pip install packaging pip install onnxruntime-gpu --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/ pip install insightface -pip install basicsr -#pip install protobuf==3.20.3 +pip install basicsr +pip install torch==2.2.0 torchvision==0.17.0 torchaudio==2.2.0 --index-url https://download.pytorch.org/whl/cu121 +pip install xformers --index-url https://download.pytorch.org/whl/cu121 + # Merge Models, vae, lora, and hypernetworks, and outputs # Ignore move errors if they occur diff --git a/Dockerfile b/Dockerfile index 4ddbc3a..d2b7f99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN apt-get update -y -q=2 && \ build-essential \ python3-opencv \ libopencv-dev \ - dotnet-sdk-7.0 \ + dotnet-sdk-8.0 \ git && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* diff --git a/README.md b/README.md index 81a3369..ae371b1 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Please consult each respective website for a comprehensive description and usage |-------|-------------------|----------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------| | 01 | easy diffusion | The easiest way to install and use Stable Diffusion on your computer. | https://github.com/easydiffusion/easydiffusion | | 02 | automatic1111 | A browser interface based on Gradio library for Stable Diffusion | https://github.com/AUTOMATIC1111/stable-diffusion-webui | +| 02.forge | forge | An optimized fork of Automatic1111 | https://github.com/lllyasviel/stable-diffusion-webui-forge | | 03 | InvokeAI | InvokeAI is a leading creative engine for Stable Diffusion models | https://github.com/invoke-ai | | 04 | SD.Next | This project started as a fork from Automatic1111 WebUI and it grew significantly | https://github.com/vladmandic/automatic | | 05 | ComfyUI | A powerful and modular stable diffusion GUI and backend | https://github.com/comfyanonymous/ComfyUI | @@ -128,4 +129,4 @@ Support for the WebUIs available on their respective pages. ## Troubleshooting -First thing to try when a UI refuse to launch, remove the cache and the numbered folder (ex :02-sd-webui ) then relaunch the container \ No newline at end of file +First thing to try when a UI refuse to launch, remove the cache and the numbered folder (ex :02-sd-webui ) then relaunch the container