From e70eaa6a315480bcca8c3d6784c814e4c76743b0 Mon Sep 17 00:00:00 2001 From: Artiprocher Date: Mon, 26 Aug 2024 15:01:35 +0800 Subject: [PATCH] remove packages from requirements.txt --- README.md | 4 ++++ requirements.txt | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecc23da..e16f1e3 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,10 @@ Before launching the WebUI, please download models to the folder `./models`. See * `Gradio` version +``` +pip install gradio +``` + ``` python apps/gradio/DiffSynth_Studio.py ``` diff --git a/requirements.txt b/requirements.txt index 77a5adf..9159ab9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ torch>=2.0.0 cupy-cuda12x transformers controlnet-aux==0.0.7 -gradio imageio imageio[ffmpeg] safetensors