Skip to content

Commit

Permalink
use 1024x1024 for SD in twitch script
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kennedy committed Mar 27, 2024
1 parent 12aa97a commit a8a99dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/twitch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ TWITCH_LLM_CONCURRENCY=1
TWITCH_CHAT_HISTORY=16
TWITCH_MAX_TOKENS=150
## Stable Diffusion Settings
SD_WIDTH=1024
SD_HEIGHT=1024
SD_API=1
SD_MODEL=turbo
SD_INTERMEDIARY_IMAGES=1
Expand Down Expand Up @@ -98,6 +100,8 @@ DYLD_LIBRARY_PATH=`pwd`:/usr/local/lib:$DYLD_LIBRARY_PATH \
--twitch-prompt "$TWITCH_PROMPT" \
--mimic3-tts \
$SD_API_CMD \
--sd-width $SD_WIDTH \
--sd-height $SD_HEIGHT \
--sd-image \
--sd-model $SD_MODEL \
--sd-n-steps $SD_N_STEPS \
Expand Down

0 comments on commit a8a99dd

Please sign in to comment.