This commit is contained in:
Vladimir Mandic
2023-07-06 20:24:04 -04:00
parent 9f96d4f657
commit 0157b3bb4c
2 changed files with 2 additions and 6 deletions
+1 -5
View File
@@ -4,15 +4,11 @@
initial support merged into `dev` branch
- first download and start as normal:
- download from branch and start as normal:
> git clone https://github.com/vladmandic/automatic -b dev diffusers
> cd diffusers
> webui --debug --backend original
- then upgrade diffusers to unreleased version and switch to using diffusers
> pip install --upgrade git+https://github.com/huggingface/diffusers
> webui --debug --quick --backend diffusers
- to go back to standard execution pipeline, start with
> webui --debug --backend original
+1 -1
View File
@@ -49,7 +49,7 @@ requests==2.31.0
tqdm==4.65.0
accelerate==0.20.3
opencv-python==4.7.0.72
diffusers==0.17.1
diffusers==0.18.0
einops==0.4.1
gradio==3.32.0
numexpr==2.8.4