Fooocus/modules
Manuel Schmid 4e658bb63a
feat: optimize performance lora filtering in metadata (#3048)
* feat: add remove_performance_lora method

* feat: use class PerformanceLoRA instead of strings in config

* refactor: cleanup flags, use __member__ to check if enums contains key

* feat: only filter lora of selected performance instead of all performance LoRAs

* fix: disable intermediate results for all restricted performances

too fast for Gradio, which becomes a bottleneck

* refactor: rename parse_json to to_json, rename parse_string to to_string

* feat: use speed steps as default instead of hardcoded 30

* feat: add method to_steps to Performance

* refactor: remove method ordinal_suffix, not needed anymore

* feat: only filter lora of selected performance instead of all performance LoRAs

both metadata and history log

* feat: do not filter LoRAs in metadata parser but rather in metadata load action
2024-05-30 16:14:28 +02:00
..
__init__.py feat: add support for lora inline prompt references (#2323) 2024-05-18 17:19:46 +02:00
anisotropic.py 1.0.45 (#313) 2023-09-02 06:00:20 -07:00
async_worker.py feat: optimize performance lora filtering in metadata (#3048) 2024-05-30 16:14:28 +02:00
auth.py Blocked remote access to auth.json 2023-10-24 21:55:29 +02:00
config.py feat: optimize performance lora filtering in metadata (#3048) 2024-05-30 16:14:28 +02:00
constants.py Blocked remote access to auth.json 2023-10-24 21:55:29 +02:00
core.py feat: add optional model VAE select (#2867) 2024-05-09 18:59:35 +02:00
default_pipeline.py fix: adjust clip skip default value from 1 to 2 (#3011) 2024-05-27 00:28:22 +02:00
extra_utils.py feat: inline lora optimisations (#2967) 2024-05-20 17:31:51 +02:00
flags.py feat: optimize performance lora filtering in metadata (#3048) 2024-05-30 16:14:28 +02:00
gradio_hijack.py fix: add error output for unsupported images (#2537) 2024-03-15 22:30:29 +01:00
html.py feat: merge webui css into one file 2024-03-11 18:26:04 +01:00
inpaint_worker.py [enhance]: use opencv to rewrite morphological_open(), achieve a 40x speed increase in morphological_open opporation, for inpanting images size smaller than 3k (#2016) 2024-01-27 05:12:34 -08:00
launch_util.py feat: add config for temp path and temp path cleanup on launch (#1992) 2024-03-10 21:11:41 +01:00
localization.py 2.1.808 2023-11-14 14:06:12 -08:00
lora.py 2.1.826 2023-12-12 11:38:05 -08:00
meta_parser.py feat: optimize performance lora filtering in metadata (#3048) 2024-05-30 16:14:28 +02:00
model_loader.py feat: support download of huggingface files from a mirror website (#2637) 2024-04-06 15:25:19 +02:00
ops.py (requested) support AMD 8GB GPUs via Windows DirectML 2023-12-30 06:30:59 -08:00
patch.py feat: advanced params refactoring + prevent users from skipping/stopping other users tasks in queue (#981) 2024-02-24 19:01:06 +01:00
patch_clip.py (requested) support AMD 8GB GPUs via Windows DirectML 2023-12-30 06:30:59 -08:00
patch_precision.py feat: add tcd sampler and discrete distilled tcd scheduler based on sgm_uniform (same as lcm) (#2907) 2024-05-19 13:08:33 +02:00
private_logger.py feat: optimize performance lora filtering in metadata (#3048) 2024-05-30 16:14:28 +02:00
sample_hijack.py feat: add AlignYourStepsScheduler (#2905) 2024-05-18 15:53:34 +02:00
sdxl_styles.py feat: add support for lora inline prompt references (#2323) 2024-05-18 17:19:46 +02:00
style_sorter.py Add Marc K3nt3L's styles 2023-12-18 19:01:52 -08:00
ui_gradio_extensions.py fix: do not close meta tag in HTML header (#2740) 2024-05-17 17:25:56 +02:00
upscaler.py 2.1.826 2023-12-12 11:38:05 -08:00
util.py feat: optimize performance lora filtering in metadata (#3048) 2024-05-30 16:14:28 +02:00