Disabled nsfw filter and updated some scripts

This commit is contained in:
Морозов Андрей 2022-09-20 12:40:25 +04:00
parent 68991c0d69
commit fb8f9f253e
6 changed files with 11 additions and 7 deletions

View File

@ -1,2 +1,3 @@
@echo off @echo off
.\python39\python.exe scripts\minDalle.py .\python39\python.exe scripts\minDalle.py
pause

View File

@ -1,2 +1,3 @@
@echo off @echo off
.\python39\python.exe scripts\stable_diff.py .\python39\python.exe scripts\stable_diff.py
pause

View File

@ -3,7 +3,7 @@
.\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location pygments scipy pandas notebook wheel .\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location pygments scipy pandas notebook wheel
.\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location piexif .\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location piexif
.\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location -qq "ipywidgets>=7,<8" .\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location "ipywidgets>=7,<8"
.\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116 .\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116
.\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location -qq -U diffusers==0.3.0 transformers ftfy .\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location -U diffusers==0.3.0 transformers ftfy
.\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location min-dalle .\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location min-dalle

View File

@ -1,2 +1,3 @@
@echo off @echo off
.\python39\Scripts\huggingface-cli.exe login .\python39\Scripts\huggingface-cli.exe login
pause

View File

@ -1 +1 @@
Mountains made from cheese, cheesy river, detailed background, digital art, 4k, real life. a philosopher walking down to rhe river, detailed background, digital art, 4k, close to life, raytraycing.

View File

@ -1,3 +1,4 @@
@echo off @echo off
.\python39\python.exe scripts\minDalle.py .\python39\python.exe scripts\minDalle.py
.\python39\python.exe scripts\stable_diff.py .\python39\python.exe scripts\stable_diff.py
pause