Timothy J. Baek
e442b3b169
fix: async image gen automatic1111
2024-08-23 16:51:34 +02:00
Timothy J. Baek
85b4129219
fix
2024-08-22 00:25:43 +02:00
Timothy J. Baek
f3e8dd1f2e
enh: comfyui logs
2024-08-21 23:22:12 +02:00
Timothy J. Baek
3f0b7b29db
fix
2024-08-21 23:11:12 +02:00
Timothy J. Baek
95cf90d787
enh: comfyui seed node support
2024-08-21 23:05:20 +02:00
Timothy J. Baek
efcb56f0dc
refac
2024-08-21 17:27:39 +02:00
Timothy J. Baek
19455ab04e
fix
2024-08-21 15:15:29 +02:00
Timothy J. Baek
71b1661f00
fix
2024-08-21 14:49:54 +02:00
Timothy J. Baek
99764bfd29
fix
2024-08-21 14:49:17 +02:00
Timothy J. Baek
063e006446
feat: custom comfyui workflow
...
Co-Authored-By: John Karabudak <hello@johnthenerd.com>
2024-08-21 14:44:47 +02:00
Timothy J. Baek
29bef261be
refac
2024-08-21 14:16:33 +02:00
Timothy J. Baek
e2291f7148
refac
2024-08-21 01:39:30 +02:00
Timothy J. Baek
8b5aed7a2b
refac
2024-08-21 01:21:03 +02:00
Timothy J. Baek
95057d2368
refac: image gen
2024-08-21 00:35:42 +02:00
Timothy J. Baek
c5310e84db
feat: custom COMFYUI_WORKFLOW
...
deprecates several comfyui env vars
2024-08-20 18:17:15 +02:00
Craig Quiter
7bcdc10539
Optimize imports
2024-08-18 14:19:29 -07:00
Craig Quiter
d2f10d50bf
Allow seting CORS origin
2024-08-18 14:19:29 -07:00
Michael Poluektov
038fc48ac0
replace == None with is None
2024-08-14 13:39:53 +01:00
Timothy J. Baek
e1e69cfbcb
refac: sft
-> default to safetensors
2024-08-13 17:15:20 +01:00
Timothy J. Baek
eae35dddc2
refac
2024-08-12 12:47:54 +01:00
Michael Poluektov
547611b703
Merge branch 'dev' of https://github.com/open-webui/open-webui into remove-ollama
2024-08-10 11:47:20 +01:00
Timothy Jaeryang Baek
52fd701f2e
Merge pull request #4465 from open-webui/main
...
dev
2024-08-08 14:23:33 +02:00
Michael Poluektov
204a4fbe7a
fix: backend format test
2024-08-08 12:45:23 +01:00
Michael Poluektov
fa4d1d42a5
fix: backend format test
2024-08-08 12:41:41 +01:00
Michael Poluektov
a725801e55
fix: formatting test errors, remove print, merge dev
2024-08-08 11:34:48 +01:00
John Karabudak
958fe9639a
fix: ComfyUI generation no longer causes FastAPI to stall for all users
...
as the get_images() function involves a `while True` loop while waiting for a response from ComfyUI and is not async, when image generation is running the entire UI becomes unresponsive for all users.
furthermore, when image generation takes too long, the Docker health check starts failing.
this is certainly a bad fix as it does not convert everything to async, but rather just puts the blocking loop in a separate thread. however, it works and it at least fixes the problem for now.
2024-08-07 22:24:55 -02:30
root
590fd129c8
SSRF Fix Updated
2024-08-07 10:59:22 -04:00
root
1f8d08eaa2
SSRF Fix
2024-08-07 03:30:21 -04:00
Timothy J. Baek
8062866973
chore: format
2024-08-02 22:35:02 +02:00
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
Timothy J. Baek
40075f69f9
refac
2024-07-15 16:25:00 +02:00
Jun Siang Cheah
17c684369e
refac: lazily load faster_whisper to reduce start up memory usage
2024-07-01 08:13:02 +08:00
Timothy J. Baek
3f5f410453
refac
2024-06-27 11:29:59 -07:00
Timothy J. Baek
36e88d479b
chore: format
2024-06-25 08:01:05 -07:00
sihuangwlp
e16ae92edc
complate missing field AUTOMATIC1111_API_AUTH
2024-06-20 14:53:38 +08:00
sihuangwlp
bec04279aa
Add AUTOMATIC1111_API_AUTH support
2024-06-20 14:15:49 +08:00
Timothy J. Baek
e183b0e5ff
chore: format
2024-06-16 15:34:15 -07:00
John Karabudak
ea074fa9bf
added Stable Diffusion 3 support alongside ComfyUI configuration
...
this commit adds four environment variables:
- COMFYUI_CFG_SCALE
- COMFYUI_SAMPLER
- COMFYUI_SCHEDULER
- COMFYUI_SD3 (merely setting this at all will enable SD3 mode)
2024-06-16 15:30:52 -02:30
Jun Siang Cheah
51a41c8db4
fix: image generation broken by config persistence
2024-05-17 13:52:48 +08:00
Jun Siang Cheah
298e6848b3
feat: switch to config proxy, remove config_get/set
2024-05-10 15:03:24 +08:00
Jun Siang Cheah
058eb76568
feat: save UI config changes to config.json
2024-05-10 13:51:50 +08:00
Timothy J. Baek
683e6ca337
fix
2024-05-02 15:59:45 -07:00
Timothy J. Baek
989a4d3165
fix
2024-05-02 15:55:42 -07:00
Timothy J. Baek
482f010d22
fix: image gen
2024-05-02 15:54:31 -07:00
Timothy J. Baek
80413a7628
refac
2024-04-30 11:52:08 -07:00
Yanyutin753
3321a1b922
✨ expend the image format type after the file is downloaded
2024-04-28 12:00:52 +08:00
Yanyutin753
849a0b973d
recompose the name of environment variables
2024-04-28 07:21:01 +08:00
Yanyutin753
b0245a7eff
✨ feat added environment variables and sync.yml
2024-04-28 06:54:26 +08:00
Timothy J. Baek
25d09363df
feat: editable openai url for images
2024-04-23 07:14:31 -04:00
Timothy J. Baek
e3d253b040
feat: image env var
2024-04-23 06:53:04 -04:00