From f410a4fba911f25018e1e277232a8e148805c45d Mon Sep 17 00:00:00 2001 From: lnd212 Date: Sat, 17 Sep 2022 14:25:17 +0400 Subject: [PATCH] Readme test --- .gitignore | 5 +++++ README.md | 18 +++++++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 55be276..9965a7c 100644 --- a/.gitignore +++ b/.gitignore @@ -152,3 +152,8 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +pretrained/ +data/ +ready/ +*.txt +!./promt.txt diff --git a/README.md b/README.md index 2dd33c6..47d2969 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,20 @@ # MinDalle_StableDiff Create pictures with Mindalle and stable diffusion. -Python script with dependencies installation bat file. \ No newline at end of file +Python script with dependencies installation bat file. + + +## How to run dalle mini + stable diffusion: + 1. run "get_dependencies.bat" + * if you see connections errors, just run the script again to be shure everything is installed. + 2. run "login.bat" to login to your HuggingFace profile. + a. Go to https://huggingface.co/CompVis/stable-diffusion-v1-4 and make sure to accept the terms. + b. Go to Your Profile > Settings > Access Tokens + c. Create a write token/Copy an existing Token key and enter in the cmd window. + * It can be done once and forever untill you delete token from C:\Users\%YOUR_USERNAME%\.huggingface + 3. You are ready to go. Just run "run_all.bat" to begin. + * First run will be slow due to downloading weights. + * Quantity of output pictures = amount * 60 + +## Requirements: + Nvidia card with 8GB+ video memory \ No newline at end of file