Manuel Schmid
77acf8126a
wip: add tcd sampler
...
adapted code from https://github.com/comfyanonymous/ComfyUI/pull/3370
TODO: check if virtual scheduler tcd is needed for using sampling_base ModelSamplingDiscreteDistilled or if it's better to use sgm_uniform directly without patching
2024-05-12 19:42:28 +02:00
Manuel Schmid
978267f461
fix: correctly set preset config and loras in meta parser
2024-03-20 21:16:03 +01:00
Manuel Schmid
856eb750ab
fix: add enabled value to LoRA when setting default_max_lora_number
2024-03-19 23:08:38 +01:00
Manuel Schmid
5bf96018fe
Merge branch 'main_upstream' into develop
2024-03-17 14:13:37 +01:00
Manuel Schmid
86cba3f223
feat: add translation for unsupported image error ( #2537 )
2024-03-15 23:11:26 +01:00
Manuel Schmid
8baafcd79c
Merge branch 'main_upstream' into develop
2024-03-15 20:52:06 +01:00
Manuel Schmid
4363dbc303
fix: revert testing change to default lora activation
2024-03-13 00:32:54 +01:00
Manuel Schmid
f7f0b51bab
Merge branch 'main_upstream' into develop
2024-03-13 00:31:41 +01:00
Manuel Schmid
57a01865b9
refactor: only use LoRA activate on handover to async worker, extract method
2024-03-11 23:49:45 +01:00
Manuel Schmid
ee96b854d9
docs: update version and changelog
2024-03-04 11:33:49 +01:00
Manuel Schmid
4f4d23f4e3
fix: use filename instead of download function call for lcm lora
...
do not require lcm lora to be downloaded for metadata parsing
2024-02-26 21:14:44 +01:00
Manuel Schmid
9c30961efd
fix: add missing return statement in model_refresh_clicked
2024-02-26 21:12:27 +01:00
Manuel Schmid
f8ca04a406
feat: add early return for prompt expansion when no new tokens should be added
...
closes https://github.com/lllyasviel/Fooocus/issues/2278 , also removes comma at the end added before tokenizer
2024-02-19 15:22:10 +01:00