Skip to content
On this page

Deepfloyd IF

IF is a new image generation AI technology developed by the Deepfloyd team at Stability AI.

Usage

Windows

  1. Rewrite webui-user.bat as follows
bat
@echo off

set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=--deepfloyd_if

call launch.bat
  1. Run launch-user.bat

Linux or MacOS

  1. Rewrite webui-user.sh as follows
sh
# export COMMANDLINE_ARGS=""

sh
export COMMANDLINE_ARGS="--deepfloyd_if"
  1. Run launch-user.sh