Skip to content

Commit

Permalink
Clarify .env.template image-provider options (Significant-Gravitas#3720)
Browse files Browse the repository at this point in the history
* Clarify .env.template image-provider options

* feat: consolidate duplicate options

* Simplify

---------

Co-authored-by: Nicholas Tindle <[email protected]>
Co-authored-by: Nicholas Tindle <[email protected]>
Co-authored-by: k-boikov <[email protected]>
  • Loading branch information
4 people authored May 16, 2023
1 parent cb2b13d commit 0839a16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ OPENAI_API_KEY=your-openai-api-key
### IMAGE GENERATION PROVIDER
################################################################################

### OPEN AI
## IMAGE_PROVIDER - Image provider (Example: dalle)
### COMMON SETTINGS
## IMAGE_PROVIDER - Image provider - dalle, huggingface, or sdwebui
## IMAGE_SIZE - Image size (Example: 256)
## DALLE: 256, 512, 1024
## Image sizes for dalle: 256, 512, 1024
# IMAGE_PROVIDER=dalle
# IMAGE_SIZE=256

Expand Down

0 comments on commit 0839a16

Please sign in to comment.