Deepfloyd IF
IF is a new image generation AI technology developed by the Deepfloyd team at Stability AI.
Usage
Windows
- Rewrite
webui-user.bat
as follows
bat
@echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=--deepfloyd_if
call launch.bat
- Run
launch-user.bat
Linux or MacOS
- Rewrite
webui-user.sh
as follows
sh
# export COMMANDLINE_ARGS=""
↓
sh
export COMMANDLINE_ARGS="--deepfloyd_if"
- Run
launch-user.sh