Create pictures with Mindalle and stable diffusion. Python script with dependencies installation bat file.
Go to file
Морозов Андрей fb8f9f253e Disabled nsfw filter and updated some scripts 2022-09-20 12:40:25 +04:00
.vscode Readme. 2022-09-17 14:44:01 +04:00
Python39 Added more libs 2022-09-17 16:34:37 +04:00
scripts Python+all scripts 2022-09-17 16:14:39 +04:00
.gitignore Added more libs 2022-09-17 16:34:37 +04:00
README.md Update readme 2022-09-17 17:06:23 +04:00
gen_mindalle.bat Disabled nsfw filter and updated some scripts 2022-09-20 12:40:25 +04:00
gen_stable_diff.bat Disabled nsfw filter and updated some scripts 2022-09-20 12:40:25 +04:00
get_dependencies.bat Disabled nsfw filter and updated some scripts 2022-09-20 12:40:25 +04:00
login.bat Disabled nsfw filter and updated some scripts 2022-09-20 12:40:25 +04:00
prompt.txt Disabled nsfw filter and updated some scripts 2022-09-20 12:40:25 +04:00
rem_dependencies.bat Added libs ti python 2022-09-17 16:26:13 +04:00
run_all.bat Disabled nsfw filter and updated some scripts 2022-09-20 12:40:25 +04:00

README.md

MinDalle_StableDiff

Create pictures with Mindalle and stable diffusion. Python script with dependencies installation bat file.

How to set up 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 redy to go.

How to run

  1. Write your promt to "promt.txt"
  2. Run "run_all.bat"
    • First run will be slow due to downloading weights.
  3. When amount is asked, enter any number you want.
    • Quantity of output pictures = amount * 60
  4. Just wait. It can be a long process.
  5. You can find output files in .\data\out\%Timestamp% folder. Jpeg contain commentaries in metadata with some settings used while generating.

Requirements

  • 11GB of free space.
  • Nvidia card with 8GB+ video memory.

Additional info

Tested on RTX3070. One picture was making 14 seconds.