From 0157b3bb4caac4dff89c7c179b1ddf4dbcfccabe Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 6 Jul 2023 20:24:04 -0400 Subject: [PATCH] update --- DIFFUSERS.md | 6 +----- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/DIFFUSERS.md b/DIFFUSERS.md index 1171920e1..47b86af47 100644 --- a/DIFFUSERS.md +++ b/DIFFUSERS.md @@ -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 diff --git a/requirements.txt b/requirements.txt index cdd498173..6dc79e46a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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