Manuel Schmid
Manuel Schmid
closes https://github.com/lllyasviel/Fooocus/issues/1499 discussion in https://github.com/lllyasviel/Fooocus/discussions/1060 references - https://mindrenders.com/sdxl-turbo-fooocus/ examples: https://wiki.mindrenders.com/books/fooocus/chapter/fooocus-image-sets - https://huggingface.co/Lykon/dreamshaper-xl-turbo - https://civitai.com/models/112902/dreamshaper-xl - https://stability.ai/membership What's wondering me is that the list "possible_preset_keys" (config.py) isn't used when loading presets,...
This PR implements a preset selection via radio buttons, which only affects the current gradio session and does not change settings globally. To achieve this, the logic of the recently...
Fixes https://github.com/lllyasviel/Fooocus/issues/983 Fixes https://github.com/lllyasviel/Fooocus/issues/1024 It's currently not possible to use the latest version of https://pypi.org/project/translators/ (5.8.9) without updating tqdm or using the latest compatible version (5.6.0), so i updated tqdm...
When changing the prompt during generation currently the generate_button or load_parameter_button is displayed. initial generate_button click:  change prompt:  This PR fixes this issue and...
activatable via config, uses CompVis/stable-diffusion-safety-checker closes https://github.com/lllyasviel/Fooocus/issues/950
Closes https://github.com/lllyasviel/Fooocus/issues/1607 This does prevent SDXL from being unloaded while still being used by users in parallel. Another solution would be to enable the queue for describe click action.
See https://github.com/lllyasviel/Fooocus/pull/1248 See https://github.com/lllyasviel/Fooocus/discussions/1511 Uses default_max_image_number as upper limit for default_image_number while keeping the default behaviour if not explicitely adjusted. ⚠️ Increasing default_image_number to a high value (depending on performance...
Relates to https://github.com/lllyasviel/Fooocus/pull/826 Fixes https://github.com/lllyasviel/Fooocus/issues/713 Fixes https://github.com/lllyasviel/Fooocus/issues/501 fixes inconsistency in behaviour of stop_button and skip_button as it was possible to skip or stop other users processes while still being in...
Fixes https://github.com/lllyasviel/Fooocus/issues/948 prevents gradio frontend process from clogging image output of progress_gallery in high throughput scenarios such as LCM with image number >= 4
Fixes https://github.com/lllyasviel/Fooocus/issues/990 This feature introduces a new tab with a canvas to act as alternative input for uov_input_image with vary strong. It's recommended to use this with arg `--highvram` to...