open-webui/backend
John Karabudak ad6e8edcd3 added support for the new Flux image gen model using ComfyUI
this commit adds three environment variables:

- COMFYUI_FLUX: determines whether Flux is used, the workflow is completely different so this is necessary.
- COMFYUI_FLUX_WEIGHT_DTYPE: sets the weight precision for Flux. you will probably want to set this to "fp8_e4m3fn" as the fp16 weights take up about 24GB of VRAM. optional, defaults to "default".
- COMFYUI_FLUX_FP8_CLIP: Flux requires two CLIP models downloaded, one of which is available in fp8 and fp16. set to true if you are using the fp8 CLIP weights.
2024-08-02 13:23:20 -02:30
..
apps added support for the new Flux image gen model using ComfyUI 2024-08-02 13:23:20 -02:30
data Update config.json 2024-07-11 00:02:59 -05:00
migrations fix: update logging configuration in env.py 2024-07-12 21:12:30 +01:00
open_webui infra: build 2024-05-20 16:34:37 +08:00
static refac: splash screen 2024-07-08 22:20:00 -07:00
test refac 2024-07-08 23:07:23 -07:00
utils refac: rename message_template 2024-07-31 22:01:22 +01:00
.dockerignore
.gitignore
alembic.ini feat(sqlalchemy): use subprocess to do migrations 2024-06-27 07:48:08 +02:00
config.py added support for the new Flux image gen model using ComfyUI 2024-08-02 13:23:20 -02:30
constants.py refac 2024-07-11 15:20:56 -07:00
dev.sh fix: make backend/fix.sh executable 2024-04-29 21:01:54 +01:00
main.py Merge pull request #4237 from michaelpoluektov/refactor-webui-main 2024-08-02 01:47:06 +02:00
requirements.txt fix 2024-07-27 23:07:58 +01:00
start_windows.bat update 2024-06-11 12:32:29 -04:00
start.sh Update start.sh to be case-independent when testing env vars 2024-06-08 10:59:59 -07:00