Disabled nsfw filter and updated some scripts
This commit is contained in:
parent
68991c0d69
commit
fb8f9f253e
|
@ -1,2 +1,3 @@
|
|||
@echo off
|
||||
.\python39\python.exe scripts\minDalle.py
|
||||
.\python39\python.exe scripts\minDalle.py
|
||||
pause
|
|
@ -1,2 +1,3 @@
|
|||
@echo off
|
||||
.\python39\python.exe scripts\stable_diff.py
|
||||
.\python39\python.exe scripts\stable_diff.py
|
||||
pause
|
|
@ -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 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 -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
|
|
@ -1,2 +1,3 @@
|
|||
@echo off
|
||||
.\python39\Scripts\huggingface-cli.exe login
|
||||
.\python39\Scripts\huggingface-cli.exe login
|
||||
pause
|
|
@ -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.
|
|
@ -1,3 +1,4 @@
|
|||
@echo off
|
||||
.\python39\python.exe scripts\minDalle.py
|
||||
.\python39\python.exe scripts\stable_diff.py
|
||||
.\python39\python.exe scripts\stable_diff.py
|
||||
pause
|
Loading…
Reference in New Issue