From 40cc09ceb058e44e7d7112293023550d330baaff Mon Sep 17 00:00:00 2001 From: hodanov <1031hoda@gmail.com> Date: Sun, 21 May 2023 17:51:53 +0900 Subject: [PATCH] Add requirements.txt. --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0f5b34d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +modal-client +# The below packages are not necessary because them are installed into the image on Modal. +# However, you prevent some lint errors when you edit the code by the editor like VSCode or Vim. +diffusers +torch