Commit Graph

1744 Commits

Author SHA1 Message Date
aedh carrick
942e0c3ed6 trying to fix canvas bug(flet ui) 2022-12-17 18:32:00 -06:00
aedh carrick
a71cf1b1de added canvas scaling(flet ui) 2022-12-16 18:24:35 -06:00
aedh carrick
c8405378ff
Merge branch 'Sygil-Dev:dev' into dev 2022-12-15 16:44:47 -06:00
aedhcarrick
2cc91e3d07 more work on canvas(flet ui) 2022-12-15 15:49:41 -06:00
aedhcarrick
58db3ffe02 renamed appbar to titlebar, because we don't want 'page.appbar'(flet ui) 2022-12-15 13:08:51 -06:00
Alejandro Gil
3d916e4042
Added option to the Settings page to enable and disable the suggestion box. (#1718) 2022-12-14 18:36:34 -08:00
ZeroCool940711
1ff426782a
Merge remote-tracking branch 'origin/dev' into dev 2022-12-14 19:35:29 -07:00
ZeroCool940711
3868b79b07
Added option to the Settings page to enable and disable the suggestion box. 2022-12-14 19:35:14 -07:00
aedhcarrick
3df54f3645 moved messages to 'flet_messages.py' 2022-12-14 15:08:27 -06:00
aedhcarrick
08070a5c0f moved app_panel to 'flet_appbar.py' 2022-12-14 14:03:49 -06:00
aedhcarrick
90a7a5d6cf more refactoring (flet ui) 2022-12-13 16:31:44 -06:00
aedh carrick
c0565ff5ae added flet_file_manager.py (flet ui) 2022-12-12 17:43:36 -06:00
aedh carrick
a2a147c742 moved settings and gallery completely into helper files. (flet ui) 2022-12-12 10:27:49 -06:00
aedhcarrick
79ac1b785f more refactoring on flet webui(WIP) 2022-12-11 16:06:09 -06:00
aedhcarrick
ae7b33279b moved toolbar to 'flet_tool_manager.py' 2022-12-11 14:47:08 -06:00
aedh carrick
1e71614b63
Merge branch 'Sygil-Dev:dev' into dev 2022-12-11 10:13:02 -06:00
aedh carrick
732aed430f (webui_flet.py:WIP) tied more controls to settings 2022-12-10 19:08:56 -06:00
Alejandro Gil
d3f9d054e8
Added option to show the progress percent value during a generation as part of the title on the tab on the browser. This should be useful for when doing a generation but you need to do something on another tab but still want to keep track of the progress. (#1711) 2022-12-08 14:09:56 -08:00
ZeroCool940711
3e87802c9f
Added option to show the progress percent value during a generation as part of the title on the tab on the browser. This should be useful for when doing a generation but you need to do something on another tab but still want to keep track of the progress. 2022-12-08 15:09:10 -07:00
Alejandro Gil
42d6b5d7b1
more updates to 'webui_flet.py' (WIP) (#1710)
# Description
continued de-spagettification.
moved gallery window to 'scripts/flet_gallery_window.py'
started storing settings in page then tying control attributes to them.
added 'import base64' and 'from io import BytesIO' to flet_utils.py

# Checklist:

- [x] I have changed the base branch to `dev`
- [x] I have performed a self-review of my own code
- [x] I have commented my code in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
2022-12-08 12:31:39 -08:00
Aedh Carrick
be0eb6bf1a more updates to 'webui_flet.py' 2022-12-08 14:17:58 -06:00
Aedh Carrick
73a96e5d76 added tools, cropped images to canvas size. 2022-12-07 15:17:40 -06:00
Aedh Carrick
b950d83ce5 moved canvas to 'flet_canvas.p' 2022-12-07 12:41:34 -06:00
Alejandro Gil
0d03e899e5
more updates to flet webui (WIP) (#1709)
# Description
moved settings page and layer manager to separate files.
moved flet and helper scripts to 'webui/flet' folder.
edited '.gitignore' to avoid committing test files and logs.
made naive image viewer for gallery.
added image uploader. auto-magically adds uploaded images as new layers.
made layers drag and drop-able, started work on canvas.
added dragbars to panels for resizing.
added 'messasages()' for events to call. messages are printed in
messages tab in bottom panel
    -also printed to dated session log in 'log/webui/flet'
other assorted minor fixes. <--see commit msgs

# Checklist:

- [x] I have changed the base branch to `dev`
- [x] I have performed a self-review of my own code
- [x] I have commented my code in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
2022-12-06 14:27:53 -08:00
Aedh Carrick
8f89bd869a added dragbars to resize panels 2022-12-06 15:49:32 -06:00
Aedh Carrick
0440929dcd added image for empty gallery 2022-12-06 11:23:59 -06:00
aedh carrick
fd7af4288d
Merge branch 'Sygil-Dev:dev' into dev 2022-12-06 05:41:23 -06:00
aedh carrick
e5a3a1b047 more work on flet gallery 2022-12-05 22:16:52 -06:00
Aedh Carrick
46ea2be0db add gallery window 2022-12-05 16:36:40 -06:00
Aedh Carrick
064a7e9554 add uploaded images as layers 2022-12-05 11:47:59 -06:00
Alejandro Gil
6f2986817d
Added support on txt2img and img2img for the k_dpmpp_2m sampler from k-diffusion. (#1707) 2022-12-05 08:20:01 -08:00
ZeroCool940711
4cba48f7c6
Merge remote-tracking branch 'origin/dev' into dev 2022-12-05 09:17:45 -07:00
ZeroCool940711
5490ebbb11
Merge remote-tracking branch 'origin/dev' into dev 2022-12-05 09:17:21 -07:00
ZeroCool940711
f8a9d9169c
Added support on txt2img and img2img for the k_dpmpp_2m sampler from k-diffusion. 2022-12-05 09:17:10 -07:00
Alejandro Gil
7cfe911d52
master to dev (#1706) 2022-12-05 06:39:54 -08:00
Alejandro Gil
5291437085
The Merge (#1705) 2022-12-05 06:34:05 -08:00
Alejandro Gil
d90c44c197
Fixed the generate button needing to be clicked twice on the first run as the models would cause a rerun stopping the generation from starting right away and needing a second click on the generate button. (#1704) 2022-12-05 06:26:37 -08:00
Alejandro Gil
6b73595988
Merge branch 'Sygil-Dev:dev' into dev 2022-12-05 06:26:10 -08:00
Alejandro Gil
4408df7c9b
Update Files for Docker Deployment (#1703)
# Description

This fork addresses the out of date Dockerfile, Dockerfile_base,
Dockerfile_runpod, and the missing userconfig_streamlit.yaml issues that
prevent an up-to-date docker image from being compiled.

Closes: Docker Files out of Date; compiled Docker Container does not
function #1702

# Checklist:

- [*] I have changed the base branch to `dev`
- [*] I have performed a self-review of my own code
- [*] I have commented my code in hard-to-understand areas
- [*] I have made corresponding changes to the documentation
2022-12-05 06:25:57 -08:00
ZeroCool940711
6f635fbfc4
Fixed the generate button needing to be clicked twice on the first run as the models would cause a rerun stopping the generation from starting right away and needing a second click on the generate button. 2022-12-05 07:22:42 -07:00
ZeroCool940711
c3f7edaedf
Updated streamlit-server-state to 0.15.0 2022-12-05 07:21:26 -07:00
mrguymiah
b4933fedef
Update Dockerfile
Fixing typo from "/sd/configs/userconfig_streamlit.yaml" to "/sd/configs/webui/userconfig_streamlit.yaml"
2022-12-05 08:41:38 -05:00
mrguymiah
ded35ed094
Updated Dockerfile_runpod
Updates the Dockerfile to include a copy and rename action to create a userconfig_streamlit.yaml out of a webui-streamlit.yaml to provide a permanent userconfig file without causing issues for non dockerized deployments.
2022-12-05 08:40:58 -05:00
mrguymiah
7864dd0fc2
Update Dockerfile for userconfig
Added a second copy for webui_streamlit.yaml and rename it to userconfig_streamlit.yaml. This makes it available for the docker without causing issues for non dockerized instances.
2022-12-05 08:39:32 -05:00
mrguymiah
3dab457f89
Deleted userconfig_streamlit.yaml
Would cause issues with non dockerized instances.
2022-12-05 08:34:35 -05:00
Alejandro Gil
7da0e298c2
Merge branch 'dev' into master 2022-12-05 00:18:47 -08:00
aedh carrick
2a8366074b minor cchange to 'flet_utils.py' 2022-12-04 19:33:06 -06:00
Aedh Carrick
cb804925f6 moved 'webui_flet' to 'webui/flet/'. fixed file uploader. 2022-12-04 15:48:55 -06:00
mrguymiah
93b0a7f741
Updated Dockerfile_runpod
Moved runpod_entrypoint copy command to the top.
Added the "optimizedSD" directory so that the docker can utilized the Optimized mode.
2022-12-04 15:11:11 -05:00
mrguymiah
4ec54e6380
Updated "Dockerfile"
Moved entrypoint.sh copy to be the first command in the copy chain.
Added a copy command for "optimizedSD" folder, as the docker could not run in optimized mode without the files.
2022-12-04 15:09:31 -05:00