Commit Graph

1911 Commits (58f620c921030eea0f3528d68849f7e052d44e3f)

Author SHA1 Message Date
Joseph Catrambone f2c6341c9c Fix issue with thresholds not being accepted by mediapipe function. 2023-03-31 12:00:02 -07:00
Joseph Catrambone 50a4865525 Forgot to connect UI components. 2023-03-31 11:42:41 -07:00
Joseph Catrambone 132bcb4dc9 Since we're already diverging from the original, might as well remove vestigial annotation stuff. 2023-03-31 11:39:37 -07:00
Joseph Catrambone 51cbd171f4 Default to 0.5 confidence. Handle an edge case where result set is null rather than empty. 2023-03-31 11:33:15 -07:00
Joseph Catrambone 4adb9a38b9 Make min_confidence a required parameter. Change the default max faces to 10. 2023-03-31 11:26:54 -07:00
Vespinian c99056ba95 Use the deprecated routes in the deprecated route tests 2023-03-31 14:08:30 -04:00
Joseph Catrambone 42a25e0b5c Update UI to allow number of faces and confidence to be selected. 2023-03-31 10:57:10 -07:00
Joseph Catrambone eeb27da545 Missed a few references. Renaming. 2023-03-31 10:49:31 -07:00
Joseph Catrambone 3cd07a6ee8 Rename mediapipe_laion_face to mediapipe_face. 2023-03-31 10:48:17 -07:00
Joseph Catrambone f4d728539c Move the copy from controlnet's internals back into laion_face_common to see if we can alleviate the negative stride without changing the codebase. 2023-03-31 10:31:55 -07:00
Joseph Catrambone 869602ffb0 Correctly return image. Perform a copy of detected_map because of 'ValueError: At least one stride in the given numpy array is negative'. Will have to ask why this happens. 2023-03-31 10:02:58 -07:00
Vespinian bf0cee86aa Forgot to add assert_status_ok in default params test 2023-03-31 11:47:50 -04:00
Vespinian f58ad01a32 Added some basic img2img tests 2023-03-31 11:31:29 -04:00
Vespinian eb493b628f removed unused import 2023-03-31 11:27:00 -04:00
Vespinian ef5bd8442d comment fix 2023-03-31 01:00:33 -04:00
Vespinian 014c741235 added comment 2023-03-31 00:59:54 -04:00
Vespinian c51fde4498 Added experimental stderr parsing in assert_status_ok 2023-03-31 00:52:36 -04:00
Vespinian 212bbb9c55 switch from using var to select between alwayson and deprecated to using update dict method 2023-03-30 23:39:00 -04:00
Joseph Catrambone a2c1561c1f Fix processor script + init to correctly generate processed face. 2023-03-30 17:12:03 -07:00
Joseph Catrambone 9f02579ac7 Add mediapipe to requirements.txt 2023-03-30 16:31:59 -07:00
Joseph Catrambone 78833dce35 Add MediaPipe Face conditioning as a step. 2023-03-30 16:30:41 -07:00
Vespinian a2e9b50f4b Patched unit module being None, by passing default_unit.module value if None in the parse_remote_call function, Updated test so they execute the tests correctly with controlnet units either in alwayson_scripts or with the control_units param 2023-03-29 20:48:18 -04:00
Kakigōri Maker 241c05f8c9
Merge pull request #652 from DiligentCatCat/main
feat: use the closest model if model is not found
2023-03-24 00:18:35 +09:00
DiligentCatCat b8fdfb19f9 feat: use the closest model if model is not found 2023-03-23 16:16:00 +08:00
Kakigōri Maker 2f0e67329d
fix: add option for field sync (#647) 2023-03-22 02:37:51 +09:00
Kakigōri Maker 7cea487333
Merge pull request #642 from ljleb/fix-image-clear
Fix: clearing a control unit image does not do anything
2023-03-21 18:58:11 +09:00
ljleb 9c120497eb
Merge pull request #644 from space-nuko/perf-improve-startup
Improve startup performance by not deepcopying component state
2023-03-21 04:28:34 -04:00
space-nuko 3f5c272098 Improve startup performance by not deepcopying component state 2023-03-21 02:51:20 -04:00
ljleb b69beaa290 fix: clearing image does not work 2023-03-20 21:21:59 -04:00
Kakigōri Maker dbdd6b1b02
Merge pull request #621 from Dradows/fixFit
Fix inner fit and outer fit
2023-03-20 05:23:28 +09:00
Kakigōri Maker 81f8f0f8aa
Merge pull request #625 from space-nuko/send_params_img2img
Enable passing ControlNet parameters with "Send to img2img"
2023-03-20 00:34:41 +09:00
Kakigōri Maker cb28aa2dce
Update controlnet.py 2023-03-20 00:26:17 +09:00
Kakigōri Maker 6e7e1d8113
Merge pull request #635 from FNSpd/patch-2
Support of --upcast-sampling for T2I-Adapters
2023-03-20 00:10:00 +09:00
FNSpd d78a132155
Update adapter.py 2023-03-19 19:03:33 +04:00
FNSpd c3c582358c
Support of --upcast-sampling for T2I-Adapters 2023-03-19 18:51:53 +04:00
Kakigōri Maker de8fdeff37
Merge pull request #600 from mishafarms/movie2movie_pre
added preprocessor save in movie2movie.py and made unique filenames
2023-03-19 01:12:14 +09:00
Kakigōri Maker 4bd36f1c37
Merge pull request #623 from mishafarms/api_add_preprocessor
Added a method to get the list of preprocessors
2023-03-18 20:12:50 +09:00
Michael 66957f7fbd remove some blank lines 2023-03-17 23:10:32 -07:00
Michael efa3e31630 Updated to put the dictionaries in global_state.py 2023-03-17 23:05:42 -07:00
space-nuko 4932a856f9
Merge branch 'main' into send_params_img2img 2023-03-17 21:45:15 -04:00
space-nuko 3c14cce4cf Enable passing ControlNet parameters with "Send to txt2img" 2023-03-17 20:52:06 -04:00
Michael cd2f25529c Added a method to get the list of preprocessors 2023-03-17 16:26:59 -07:00
Blaston cc48cc694c fix inner fit and outer fit 2023-03-18 01:38:12 +08:00
Blaston ffb7f09726 fix inner fit and outer fit v2 2023-03-18 01:24:27 +08:00
Blaston de1b5c1607 fix inner fit and outer fit 2023-03-18 01:16:54 +08:00
ljleb 56194e110e
Merge pull request #616 from Mikubill/revert-613-api-preprocessor
Revert "add back preprocessor in api"
2023-03-17 05:17:23 -04:00
ljleb b8d236cc09
Revert "add back preprocessor in api" 2023-03-17 05:15:07 -04:00
ljleb c9da1a01d9
Merge pull request #613 from ljleb/api-preprocessor
add back preprocessor in api
2023-03-17 04:04:52 -04:00
ljleb 34ff08d2fe add back preprocessor 2023-03-17 03:55:17 -04:00
ljleb 5bf1f2ac7b
Merge pull request #612 from Mikubill/revert-601-api_preprocessors
Revert "Added  a new API call to get the preprocessor list"
2023-03-17 03:48:25 -04:00