Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev 1.3.2 #348

Merged
merged 35 commits into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
c7a5c0b
fix: moveImageToLayer is broke when document size is smaller than ima…
zombieyang Jul 16, 2023
caa7347
change after detailer to 'adetailer'
AbdullahAlfaraj Jul 28, 2023
c7a54e1
add face_mesh and face_mesh_eyes _only options to adetailer model list
AbdullahAlfaraj Jul 28, 2023
dd255e8
fix model not found error message when using ctrlnet reference module
AbdullahAlfaraj Jul 28, 2023
fbc8e00
fix: update adetailer options
Bing-su Jul 28, 2023
79da9a5
add data types to store.data
AbdullahAlfaraj Jul 30, 2023
712ed67
add support to multiple prompts
AbdullahAlfaraj Jul 30, 2023
c632390
remove old history tab
AbdullahAlfaraj Aug 3, 2023
74e76b6
add new history tab that is segmented by sessions
AbdullahAlfaraj Aug 3, 2023
65c9188
bug fix: allow for setting empty prompts
AbdullahAlfaraj Aug 3, 2023
6c9f62f
mask images from history tab in mask related modes
AbdullahAlfaraj Aug 3, 2023
a232c8d
comment unnessorry logs
AbdullahAlfaraj Aug 3, 2023
8dd981e
Merge branch 'dev_1.3.1' of https://github.com/AbdullahAlfaraj/Auto-P…
AbdullahAlfaraj Aug 3, 2023
22f5767
Merge branch '1.3.0_bug_fixes' into dev_1.3.1
AbdullahAlfaraj Aug 3, 2023
5783bd8
enable transparent masking mode by default
AbdullahAlfaraj Aug 3, 2023
a2cddc2
color code enabled controlnet units with red if controlnet tab is di…
AbdullahAlfaraj Aug 3, 2023
ea2abad
add missing arguments for ADetailer script
AbdullahAlfaraj Aug 4, 2023
fd134ef
Merge branch 'pr/Bing-su/346' into dev_1.3.1
AbdullahAlfaraj Aug 4, 2023
04cbbdd
Delete old code
AbdullahAlfaraj Aug 5, 2023
b7376a6
bug fix: history images will load on canvas without mask
AbdullahAlfaraj Aug 6, 2023
715e2ce
refactoring the main tab
AbdullahAlfaraj Aug 17, 2023
c42dd18
fix: Mask generated images using the same mask as input.
AbdullahAlfaraj Aug 17, 2023
ad8f192
fix: use ctrlnet module alias_names to match the filter naming conven…
AbdullahAlfaraj Aug 18, 2023
4ce9d1f
add support to native presets
AbdullahAlfaraj Aug 23, 2023
883c562
fix: disable checkbox toggle when not hovered
AbdullahAlfaraj Aug 23, 2023
2d294aa
request one_button_prompt config on refresh
AbdullahAlfaraj Aug 31, 2023
5ef44be
increment to version 1.3.1
AbdullahAlfaraj Aug 31, 2023
6eb3609
fix: viewer panel label won't update on select language
AbdullahAlfaraj Aug 31, 2023
86f7d0f
fix: detection map is missing selection_info
AbdullahAlfaraj Aug 31, 2023
0725485
fix: history panel not observing the it's label
AbdullahAlfaraj Aug 31, 2023
fe89983
remove seed and sampler from default presets
AbdullahAlfaraj Sep 5, 2023
9c67df4
Merge branch 'master' of https://github.com/AbdullahAlfaraj/Auto-Phot…
AbdullahAlfaraj Sep 9, 2023
0004a73
fix: Update mask_blur and mask_expansion slider values on change
AbdullahAlfaraj Sep 9, 2023
2c0bcdc
increment version to 1.3.2
AbdullahAlfaraj Sep 12, 2023
e8fffae
Merge branch 'master' into dev_1.3.1
AbdullahAlfaraj Sep 12, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions enum.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ const BackgroundHistoryEnum = {
NoBackground: 'no_background',
}

const PresetTypeEnum = {
SDPreset: 'sd_preset',
ControlNetPreset: 'controlnet_preset',
}
module.exports = {
clickTypeEnum,
generationModeEnum,
Expand All @@ -49,5 +45,4 @@ module.exports = {
RequestStateEnum,

BackgroundHistoryEnum,
PresetTypeEnum,
}
1,953 changes: 290 additions & 1,663 deletions index.html

Large diffs are not rendered by default.

Loading