Manuel Schmid
|
486c5b4fa5
|
Merge branch 'feature/add-inpaint-mask-generation-2' into feature/add-inpaint-mask-generation
|
2024-01-26 02:10:34 +01:00 |
Manuel Schmid
|
338004c2e5
|
feat: optimize gradio element visibility changes and data provisioning
|
2024-01-26 02:08:27 +01:00 |
Manuel Schmid
|
d515d0f074
|
fix: remove unnecessary fp32 / fp16 handling
|
2024-01-26 02:06:17 +01:00 |
Manuel Schmid
|
90be73a6df
|
feat: add model patching
automatically unload model when not needed anymore
|
2024-01-26 02:05:38 +01:00 |
Manuel Schmid
|
051faf78b8
|
fix: use correct default value in metadata check for created_by
|
2024-01-25 23:49:25 +01:00 |
Manuel Schmid
|
20b79788a0
|
feat: add resolved prompts to metadata
|
2024-01-25 23:48:47 +01:00 |
Manuel Schmid
|
510b587e84
|
fix: use pnginfo "parameters" insteadf of "Comments"
see https://github.com/RupertAvery/DiffusionToolkit/issues/202 and cf2772fab0/modules/processing.py (L939)
|
2024-01-25 21:08:19 +01:00 |
Manuel Schmid
|
3812228758
|
Merge branch 'main_upstream' into feature/add-metadata-to-files
|
2024-01-25 21:01:51 +01:00 |
rayronvictor
|
860ac91b16
|
Merge remote-tracking branch 'upstream/feature/add-inpaint-mask-generation' into feature/add-inpaint-mask-generation
# Conflicts:
# webui.py
|
2024-01-25 16:49:19 -03:00 |
rayronvictor
|
228a0aaeea
|
Add SAM support
|
2024-01-25 16:45:02 -03:00 |
Manuel Schmid
|
366984ca64
|
Merge branch 'feature/add-inpaint-mask-generation'
# Conflicts:
# webui.py
|
2024-01-25 10:48:40 +01:00 |
Manuel Schmid
|
d2b697f33b
|
refactor: rename cloth_category to inpaint_mask_cloth_category
|
2024-01-25 10:47:34 +01:00 |
Manuel Schmid
|
d1c55db2bc
|
Merge pull request #5 from rayronvictor/feature/add-inpaint-mask-generation
Add options to u2net_cloth_seg, add u2net_human_seg again
|
2024-01-25 10:34:42 +01:00 |
rayronvictor
|
f0fb9783e1
|
Add options to u2net_cloth_seg
|
2024-01-24 21:26:23 -03:00 |
Manuel Schmid
|
23bb69bb13
|
Merge branch 'feature/add-inpaint-mask-generation'
|
2024-01-24 19:45:58 +01:00 |
Manuel Schmid
|
dea4b6c15c
|
fix: add correct flag validation for default_inpaint_mask_model config
|
2024-01-24 19:41:25 +01:00 |
Manuel Schmid
|
d7d34647d0
|
fix: remove segmentation models from rembg model selection
|
2024-01-24 19:38:12 +01:00 |
Manuel Schmid
|
e196a35ce2
|
Merge branch 'feature/add-inpaint-mask-generation'
# Conflicts:
# modules/config.py
# requirements_versions.txt
|
2024-01-24 02:46:09 +01:00 |
Manuel Schmid
|
c4c3315cd6
|
feat: update Colab template parameters
|
2024-01-24 02:24:00 +01:00 |
Manuel Schmid
|
db5512fb93
|
feat: add inpaint mask generation functionality
uses rembg, see https://github.com/danielgatis/rembg
|
2024-01-24 02:22:50 +01:00 |
Manuel Schmid
|
d7c1f4a6aa
|
Merge branch 'hotfix/prevent-skipping-and-stopping-by-other-users'
# Conflicts:
# modules/advanced_parameters.py
# modules/async_worker.py
# webui.py
|
2024-01-22 23:15:18 +01:00 |
Manuel Schmid
|
25c157b177
|
Merge commit '4912599f6e5c2ef01acf5d4f0bbcba236fa5c63f'
# Conflicts:
# webui.py
|
2024-01-22 21:53:08 +01:00 |
Manuel Schmid
|
148eddf48d
|
Merge branch 'feature/extract-advanced-parameters' into hotfix/prevent-skipping-and-stopping-by-other-users
# Conflicts:
# webui.py
|
2024-01-22 21:31:24 +01:00 |
Manuel Schmid
|
031b1f8b11
|
chore: cleanup pid code
|
2024-01-22 21:20:17 +01:00 |
Manuel Schmid
|
21f4767c65
|
fix: resolve circular import, patch_all now in async_worker
|
2024-01-22 21:14:54 +01:00 |
Manuel Schmid
|
177075ff7b
|
feat: extract remaining attributes, do not use globals in patch
|
2024-01-22 21:13:44 +01:00 |
Manuel Schmid
|
f3222b0f27
|
feat: extract attribute controlnet_softness
|
2024-01-22 20:09:24 +01:00 |
Manuel Schmid
|
78d2ec8d77
|
chore: cleanup code
|
2024-01-22 20:01:43 +01:00 |
Manuel Schmid
|
18446dc3a5
|
wip: add TODOs
|
2024-01-22 19:23:22 +01:00 |
Manuel Schmid
|
4ce27aeb0f
|
feat: extract inpaint_ctrls attributes
debugging_inpaint_preprocessor, inpaint_disable_initial_latent, inpaint_engine, inpaint_strength, inpaint_respective_field, inpaint_mask_upload_checkbox, invert_mask_checkbox, inpaint_erode_or_dilate
|
2024-01-22 19:20:04 +01:00 |
Manuel Schmid
|
eb1d3938fe
|
feat: extract freeu_ctrls attributes
freeu_enabled, freeu_b1, freeu_b2, freeu_s1, freeu_s2
|
2024-01-22 19:19:40 +01:00 |
Manuel Schmid
|
cfb70c0278
|
feat: extract attribute refiner_swap_method
|
2024-01-22 19:10:32 +01:00 |
Manuel Schmid
|
2d8ca41ce5
|
feat: extract attribute canny_high_threshold
|
2024-01-22 19:08:54 +01:00 |
Manuel Schmid
|
ec486443ea
|
feat: extract attribute canny_low_threshold
|
2024-01-22 19:06:10 +01:00 |
Manuel Schmid
|
9f194a91fa
|
feat: extract attribute skipping_cn_preprocessor
|
2024-01-22 18:54:25 +01:00 |
Manuel Schmid
|
0bf41591a6
|
feat: extract attribute debugging_cn_preprocessor
|
2024-01-22 18:52:41 +01:00 |
Manuel Schmid
|
6289e5daea
|
feat: extract attribute mixing_image_prompt_and_inpaint
|
2024-01-22 18:51:12 +01:00 |
Manuel Schmid
|
cce9871cc5
|
feat: extract attribute mixing_image_prompt_and_vary_upscale
|
2024-01-22 18:49:29 +01:00 |
Manuel Schmid
|
2ab5593d71
|
feat: extract attribute overwrite_upscale_strength
|
2024-01-22 18:46:47 +01:00 |
Manuel Schmid
|
22af976c51
|
feat: extract attribute overwrite_vary_strength
|
2024-01-22 18:45:01 +01:00 |
Manuel Schmid
|
9f4a00e868
|
feat: extract attribute overwrite_height
|
2024-01-22 18:42:54 +01:00 |
Manuel Schmid
|
2eed5a28f2
|
feat: extract attribute overwrite_width
|
2024-01-22 18:41:02 +01:00 |
Manuel Schmid
|
2b1f501462
|
feat: extract attribute overwrite_switch
|
2024-01-22 18:38:20 +01:00 |
Manuel Schmid
|
df35033cc9
|
feat: extract attribute overwrite_step
|
2024-01-22 18:34:40 +01:00 |
Manuel Schmid
|
217be190bb
|
feat: extract attribute generate_image_grid
|
2024-01-22 18:23:10 +01:00 |
Manuel Schmid
|
d72573aca4
|
feat: extract attribute scheduler_name
|
2024-01-22 18:06:11 +01:00 |
Manuel Schmid
|
e54bad87f1
|
feat: extract attribute sampler_name
|
2024-01-22 18:00:27 +01:00 |
Manuel Schmid
|
fc3da75baf
|
feat: extract attribute adaptive_cfg
|
2024-01-22 17:31:18 +01:00 |
Manuel Schmid
|
618b01764c
|
feat: extract attribute adm_scaler_end
|
2024-01-22 17:11:27 +01:00 |
Manuel Schmid
|
64dcdbbef3
|
feat: extract attribute adm_scaler_negative
|
2024-01-22 17:03:50 +01:00 |