Commit Graph

1543 Commits

Author SHA1 Message Date
Aedh Carrick
667a0015ca added factory to create settings pages from config 2022-11-23 12:54:00 -06:00
Alejandro Gil
54e7da7721
Merged changes from @aedhcarrick to the config file. Improved the layout for the new UI by changing some menus to dropdowns. Reduced the padding on text fields as well as dropdowns. (#1681)
Merged changes from @aedhcarrick to the config file.
- Improved the layout for the new UI by changing some menus to
dropdowns.
- Reduced the padding on text fields as well as dropdowns.
2022-11-22 17:31:21 -08:00
ZeroCool940711
a214c06ac6
Merge remote-tracking branch 'origin/dev' into dev 2022-11-22 18:29:33 -07:00
ZeroCool940711
ad0a56829c
Merged changes from @aedhcarrick to the config file.
- Improved the layout for the new UI by changing some menus to dropdowns.
- Reduced the padding on text fields as well as dropdowns.
2022-11-22 18:29:14 -07:00
Alejandro Gil
2bbd9300a3
Added option to set the FPS on the txt2vid tab. (#1680) 2022-11-22 09:25:14 -08:00
ZeroCool940711
725b1c5346
Added option to set the FPS on the txt2vid tab. 2022-11-22 10:07:09 -07:00
Alejandro Gil
5604001979
Improve text to vid (#1678)
Got text to video working, because I really wanted to play with it. It
works, well enough for now.
When I have some more time I plan to look into how to change the UI so I
can add a field for choosing FPS.
Please feel free to critique my changes, I'm still early in the learning
to code process.

# Description
* FPS defaults all changed to 30
* Change the way total_frames is calculated (now just FPS * duration) -
not sure if this is ideal but it works
* Generation now stops when it reaches total_frames value

Closes: #1676 

# 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-11-22 07:31:18 -08:00
Craulback
ee0341aff2
add 1 extra frame 2022-11-21 18:32:10 -07:00
Craulback
5988532fc2
fix accidental deletion 2022-11-21 18:28:38 -07:00
Craulback
a5fd15e412
change max duration & frames math 2022-11-21 18:06:54 -07:00
Craulback
f47c9c6a82
stop at total_frames, up default fps when saving 2022-11-21 17:47:35 -07:00
Alejandro Gil
43da4ec796
updated webui_flet.py and added configs (#1677)
# Description
added webui_flet_utils.py and webui_flet.yaml
moved webui_flet_* to 'scripts/' and put .yaml in 'configs/webui/'
added 'userconfig_flet.yaml' to .gitignore
very much WIP.

# 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-11-21 14:17:18 -08:00
aedh carrick
4d06a78dc5
Merge pull request #1 from aedhcarrick/flet-dev
Flet dev
2022-11-21 16:03:23 -06:00
Aedh Carrick
8a6613f00f added settings to page.session 2022-11-21 15:28:48 -06:00
Aedh Carrick
904efac6af re-arranged layout to more closely match mockup 2022-11-20 15:11:50 -06:00
aedh carrick
e9280c3f93 moved webui_flet.py and utils to 'scripts' where they belong 2022-11-19 19:00:58 -06:00
aedh carrick
a9bc4f69c6 added webui_utils.py for flet 2022-11-19 12:10:13 -06:00
Alejandro Gil
269107a104
Added global negative prompt on config file. (#1670) 2022-11-17 09:14:37 -08:00
ZeroCool940711
ef4cf8bc98
Added global negative prompt on config file. 2022-11-17 10:11:42 -07:00
ZeroCool940711
ae47c55222
Added dalle-flow submodule as starting point for the new backend using jina. 2022-11-17 03:00:57 -07:00
Alejandro Gil
ef482ff47c
Merging changes made by @aedhcarrick to make the code for the flet UI more readable. (#1669)
# Description
This PR merges changes made by @aedhcarrick on his fork to improve the
code readability on the flet UI and fixes some issues like the prompt
box breaking the page title on smaller resolutions, it also rearranges
the layout to make better use of the available space.

Thanks for the changes, really appreciate the help :)
2022-11-17 00:56:39 -08:00
Aedh Carrick
b0ae9b7947 rewrote/refactored webui_flet to make more readable 2022-11-16 15:11:43 -06:00
Alejandro Gil
4a0191ff1f
Added script for the new UI done in flet, it is still a WIP and really basic at the moment but should help get some ideas of how things will be in the future, check the comments on the script for some extra info. (#1668) 2022-11-16 02:06:03 -08:00
ZeroCool940711
ab735aaf47
Added script for the new UI done in flet, it is still a WIP and really basic at the moment but should help get some ideas of how things will be in the future, check the comments on the script for some extra info. 2022-11-16 03:03:44 -07:00
Alejandro Gil
b7bb59e278
Added barfi as dependency again to requirements.txt, for some reason it was removed before and was having issues with the UI. (#1663) 2022-11-14 09:06:57 -08:00
ZeroCool940711
b5d9ddc083
Merge remote-tracking branch 'origin/dev' into dev 2022-11-14 09:06:05 -08:00
ZeroCool940711
4831dac6a8
Added barfi as dependency again to requirements.txt, for some reason it was removed before and was having issues with the UI. 2022-11-14 09:05:52 -08:00
Alejandro Gil
f46b65d77e
Fixed broken links on the readme.md file as well as some typos. (#1662) 2022-11-13 22:28:46 -08:00
ZeroCool940711
96b93d946b
Merge remote-tracking branch 'origin/dev' into dev 2022-11-13 22:27:17 -08:00
ZeroCool940711
1ed10bedf0
Fixed broken links on the readme.md file as well as some typos. 2022-11-13 22:24:57 -08:00
Alejandro Gil
ac4c246e87
Fix Conda environment for correct PyTorch installation (#1659)
# Description

The recent addition of the `conda-forge` channel to `environment.yaml`
causes PyTorch to be installed from that channel, which prevents normal
functionality since that version of PyTorch does not support CUDA at
all.

This PR limits `conda-forge` to be only used for NodeJS, fixing the
PyTorch installation issue.

# Checklist:

- [x] I have changed the base branch to `dev`
- [x] I have performed a self-review of my own code

N/A:

- [ ] I have commented my code in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
2022-11-12 07:05:12 -08:00
Alejandro Gil
c0c37cdd57
Merge branch 'dev' into master 2022-11-12 07:04:20 -08:00
Sasha Kotlyar
3361c21f96
Update environment.yaml 2022-11-12 09:43:06 -05:00
Alejandro Gil
e1acc6eebd
Added extra utility scripts to convert ckpt to diffusers and to prune trained ckpt files. (#1658) 2022-11-11 19:02:53 -08:00
ZeroCool940711
52b8973ddd
Added extra utility scripts to convert ckpt to diffusers and to prune trained ckpt files. 2022-11-11 19:01:24 -08:00
Alejandro Gil
e2190bcf3d
Fixed DeprecationWarning for images on the concepts library using deprecated function from PIL. (#1657) 2022-11-10 08:23:05 -08:00
ZeroCool940711
b983d7f8be
Fixed DeprecationWarning for images on the concepts library using deprecated function from PIL. 2022-11-10 08:20:54 -08:00
Alejandro Gil
09b64d4f75
Added conda-forge channel to environment.yaml to make it so nodejs and yarn can be installed with it as part of the environment for the UI. (#1656) 2022-11-09 23:53:56 -08:00
Alejandro Gil
c1b15e554c
Merge branch 'master' into dev 2022-11-09 23:53:13 -08:00
Alejandro Gil
94abf30e99
Added conda-forge channel to environment.yaml to make it so nodejs and yarn can be installed with it as part of the environment for the UI. (#1655) 2022-11-09 23:52:00 -08:00
ZeroCool940711
79a8d9dc05
Merge remote-tracking branch 'origin/dev' into dev 2022-11-09 23:50:49 -08:00
ZeroCool940711
afaa897c52
Added conda-forge channel to environment.yaml to make it so nodejs and yarn can be installed with it as part of the environment for the UI. 2022-11-09 23:49:32 -08:00
ZeroCool940711
bdbce6b049
patch: Added new field on the config file to separate the default model from the base mode used, this should fix the issue where when using the settings page to set a default model it was then not possible to run the default stable diffusion model. 2022-11-09 15:59:18 -08:00
Alejandro Gil
9a6751e1e9
The Merge (#1652) 2022-11-09 15:44:39 -08:00
Alejandro Gil
8851d594a2
Fixed several broken links on the documentation. (#1654) 2022-11-09 15:41:45 -08:00
Alejandro Gil
9e816ef0e5
Merge branch 'Sygil-Dev:dev' into dev 2022-11-09 15:41:17 -08:00
ZeroCool940711
f822bbb4fe
Merge remote-tracking branch 'origin/dev' into dev 2022-11-09 15:40:16 -08:00
ZeroCool940711
e450a0668a
Fixed several broken links on the documentation. 2022-11-09 15:39:37 -08:00
Alejandro Gil
03a75344f3
Removed --frozen-lockfile from yarn command on the docs building workflow. (#1653) 2022-11-09 15:05:55 -08:00
Alejandro Gil
4d3c67d8d5
Merge branch 'Sygil-Dev:dev' into dev 2022-11-09 15:05:19 -08:00