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
ZeroCool940711
52fb5bba4f
Removed --frozen-lockfile from yarn command on the docs building workflow.
2022-11-09 15:04:48 -08:00
Alejandro Gil
51e0b28e8c
Fixed incorrect environment name that was used for testing and wrongly uploaded to the main repo. Apologies for this. ( #1651 )
2022-11-09 14:49:21 -08:00
ZeroCool940711
88d3c77359
Fixed incorrect environment name that was used for testing and wrongly uploaded to the main repo. Apologies for this.
2022-11-09 14:38:34 -08:00
Alejandro Gil
55ca5a95b1
patch: Fixed create-docusaurus not found when installing with conda, it has being moved to the package.json file. - Removed leftover files from nataili. - Changed default masking mode to Outpainting as it will make it behave more like it was before the new image editor was introduced. ( #1650 )
2022-11-09 00:55:39 -08:00
ZeroCool940711
cf62f18bdc
Changed default masking mode to Outpainting as it will make it behave more like it was before the new image editor was introduced.
2022-11-09 00:47:43 -08:00
ZeroCool940711
e5071daa79
Removed leftover files from nataili.
2022-11-09 00:45:07 -08:00
ZeroCool940711
28cee5fcc4
patch: Fixed create-docusaurus not found when installing with conda, it has being moved to the package.json file.
2022-11-09 00:24:51 -08:00
ZeroCool940711
47616ab3a3
Improved the documentation site by adding extra information on several pages.
2022-11-07 20:27:41 -08:00
ZeroCool940711
e75b9da8ec
Added yarn.lock to repo for docusaurus.
2022-11-07 20:27:41 -08:00
ZeroCool940711
4725983fb0
patch: Added github work flow files to build and deploy the new docusaurus documentation.
2022-11-07 20:27:41 -08:00
ZeroCool940711
591eab3cae
Added some folders and files to the gitignore for the new docusaurus documentation.
2022-11-07 20:27:41 -08:00
ZeroCool940711
0b02ec3a18
Added dependency file for the docusaurus based documentation.
2022-11-07 20:27:41 -08:00
ZeroCool940711
8adf6a65d0
feat: Added new documentation site using docusaurus which should make easier for users to browse and search the documentation site.
2022-11-07 20:27:41 -08:00
ZeroCool940711
1783baa7b3
Added some placeholder images for the new docs using docusaurus.
2022-11-07 20:27:41 -08:00
ZeroCool940711
4ed4257346
fix:Fixed several typos and wrong paths on the images used on the docs.
2022-11-07 20:27:41 -08:00
ZeroCool940711
c62d2a26b9
Added nodejs, yarn and create-docusaurus conda dependency needed for the new documentation.
2022-11-07 20:27:41 -08:00
ZeroCool940711
064a74c05e
Renamed Mask and Mask Inverted to Outpainting and Inpainting on the img2img tab to reflect better what they do.
2022-11-07 20:27:41 -08:00
Alejandro Gil
110069775f
Updates to colab notebook ( #1647 )
...
# Description
Added more/better error handling/checks.
Added option to save models to Google Drive, to speed up future runs.
Added option to use custom config file.
Removed line to download external font. <--seems unnecessary now.
# 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-06 18:58:58 -08:00
aedh carrick
50c9cb1652
fixed typo, tested
2022-11-06 18:50:43 -06:00