From 33e6b6e9a6b99af13a329a9bf2e3193839114ec2 Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Tue, 13 Sep 2022 16:48:18 +0300 Subject: moved most of functionality from webui.bat into cross-platform launch.py moved stable diffusion dependencies into requirements.txt added checkout with specific commit hashes to all external repos --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index df7d2b8f..aa001db5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ +transformers +diffusers basicsr gfpgan gradio -- cgit v1.2.3