ZeroCool940711
64549d6ba7
Merge remote-tracking branch 'origin/dev' into dev
2023-01-31 13:57:27 -07:00
ZeroCool940711
5bd837ea45
Reverted changes made to the ldm folder to support the 2.x models as it affected performance way too much and no one is using them anyway.
2023-01-31 13:49:26 -07:00
Alejandro Gil
44c8cbb90a
Changed the stable diffusion 1.5 ckpt url to use the official one as we no longer need to accept the license to download them. ( #1742 )
...
Added Sygil Diffusion to the list of models available for the txt2vid
tab.
2023-01-29 11:45:07 -08:00
ZeroCool940711
08ac4b8b3a
Changed the stable diffusion 1.5 ckpt url to use the official one as we no longer need to accept the license to download them.
...
Added Sygil Diffusion to the list of models available for the txt2vid tab.
2023-01-29 12:43:04 -07:00
Alejandro Gil
8e6ba48174
Updated Sygil Diffusion 0.2 model to the latest checkpoint for this version. ( #1741 )
2023-01-27 09:14:55 -08:00
Alejandro Gil
e89d3c3011
Merge branch 'Sygil-Dev:dev' into dev
2023-01-27 09:14:28 -08:00
ZeroCool940711
b670d40a20
Updated Sygil Diffusion 0.2 model to the latest checkpoint for this version.
2023-01-27 10:13:16 -07:00
Alejandro Gil
babcc57161
Added support for loading custom yaml files for the stable diffusion 2.x models. ( #1740 )
...
# Description
You can now just drop your `ckpt` file with the `yaml` next to it on the
`models/custom` folder.
Closes : #1686
2023-01-27 05:07:28 -08:00
ZeroCool940711
91b7d1dacc
Merge remote-tracking branch 'origin/dev' into dev
2023-01-27 06:01:26 -07:00
ZeroCool940711
ca1996cca9
Added support for loading custom yaml files for the stable diffusion 2.x models.
...
You can now just drop your ckpt file with the yaml next to it on the models/custom folder.
2023-01-27 06:01:16 -07:00
Alejandro Gil
c47243e3a8
Fixed KeyError: 'state_dict' when loading certain models, thanks to ResidentChiefNZ and hlky for the fix. ( #1739 )
2023-01-21 16:52:03 -08:00
ZeroCool940711
53da23d007
Fixed KeyError: 'state_dict' when loading certain models, thanks to ResidentChiefNZ and hlky.
2023-01-21 17:47:09 -07:00
Alejandro Gil
ce1e3ed096
The Merge ( #1737 ) ( #1738 )
...
# Description
Please include:
* relevant motivation
* a summary of the change
* which issue is fixed.
* any additional dependencies that are required for this change.
Closes: # (issue)
# 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
2023-01-14 10:00:50 -08:00
Alejandro Gil
8aeadfeb1b
The Merge ( #1737 )
2023-01-14 10:00:13 -08:00
Alejandro Gil
6b35a8deea
Updated Sygil Diffusion 0.1 model to the latest and final checkpoint for this version. It is now stable enough to be used as is. ( #1736 )
2023-01-14 09:57:50 -08:00
ZeroCool940711
2f21314ec1
Updated Sygil Diffusion 0.1 model to the latest and final checkpoint for this version. It is now stable enough to be used as is.
2023-01-14 10:56:24 -07:00
Alejandro Gil
5f741dd712
Updated Sygil Diffusion 0.1 model to the latest checkpoint available. ( #1735 )
2023-01-11 16:03:59 -08:00
ZeroCool940711
39194c9fa6
Merge remote-tracking branch 'origin/dev' into dev
2023-01-11 16:19:14 -07:00
ZeroCool940711
cf793a9110
Updated Sygil Diffusion 0.1 model to the latest checkpoint available.
2023-01-11 16:07:37 -07:00
Alejandro Gil
16ce2ee38a
Updated Sygil Diffusion 0.1 model to the latest checkpoint available. ( #1734 )
2023-01-11 08:46:49 -08:00
ZeroCool940711
493ba2530c
Updated Sygil Diffusion 0.1 model to the latest checkpoint available.
2023-01-10 13:08:22 -07:00
Alejandro Gil
d3b8f08168
Update README.md
2023-01-09 15:43:01 -08:00
Alejandro Gil
7375a24813
Updated Sygil Diffusion 0.1 model to the latest checkpoint available. ( #1733 )
2023-01-09 14:12:07 -08:00
Alejandro Gil
37ecb469cd
Merge branch 'Sygil-Dev:dev' into dev
2023-01-09 14:11:40 -08:00
ZeroCool940711
e1b0ffc44d
Updated Sygil Diffusion 0.1 model to the latest checkpoint available.
2023-01-09 15:10:58 -07:00
Alejandro Gil
d757ef9086
Update README.md
2023-01-09 06:40:27 -08:00
Alejandro Gil
123dd31e52
Updated Sygil Diffusion 0.1 checkpoint to the latest available version. ( #1732 )
2023-01-08 06:06:06 -08:00
ZeroCool940711
24a3d12dc3
Updated Sygil Diffusion 0.1 checkpoint to the latest available version.
2023-01-08 07:05:13 -07:00
Alejandro Gil
846c5cd4aa
The Merge ( #1730 ) ( #1731 )
2023-01-07 14:32:09 -08:00
Alejandro Gil
571fb897ed
The Merge ( #1730 )
2023-01-07 14:18:56 -08:00
Alejandro Gil
55df5b3fa9
Added Sygil Diffusion 0.1 to the model list on the Model Manager page. ( #1729 )
2023-01-07 13:59:50 -08:00
ZeroCool940711
cbb296ced1
Added Sygil Diffusion 0.1 to the model list on the Model Manager page.
2023-01-07 14:59:25 -07:00
Alejandro Gil
e48482823b
Updates to flet ui ( #1725 )
...
# Description
added context menu to layers, on right click.
enabled dragging and dropping of layers, for dynamically changing layer
order.
added more tools to canvas.
added preview window to property panel.
fixed page resizing issue.
# 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-28 20:41:39 -08:00
aedhcarrick
b911dba585
minor fix(flet ui)
2022-12-28 14:27:51 -06:00
aedhcarrick
4f6dbd7ecd
fixed page/window resizing bug.(flet ui)
2022-12-28 12:24:51 -06:00
aedhcarrick
8c0079485f
added context menu to layer slots(flet ui)
2022-12-27 15:21:46 -06:00
aedh carrick
ca0940fa99
Merge branch 'Sygil-Dev:dev' into dev
2022-12-26 16:38:32 -06:00
aedhcarrick
5ef64a20ac
moved more cross module calls to main(flet ui)
2022-12-26 14:21:29 -06:00
aedh carrick
092d35e527
started to move all module calls to main(flet ui)
2022-12-25 18:42:15 -06:00
aedh carrick
5b71cbd5df
replaced canvas_preview with window for faster rendering(flet ui)
2022-12-25 16:47:55 -06:00
Alejandro Gil
9ffdf04172
Added an empty personalization_config
argument to instantiate_from_config
when loading LDSR as it is a required argument. ( #1722 )
2022-12-22 14:14:21 -08:00
ZeroCool940711
41e804a380
Added an empty personalization_config
argument to instantiate_from_config
when loading LDSR as it is a required argument.
2022-12-22 15:12:59 -07:00
aedhcarrick
784840c50e
adding canvas tools(flet ui)
2022-12-22 14:17:29 -06:00
aedh carrick
b110e31bd2
Merge branch 'Sygil-Dev:dev' into dev
2022-12-21 16:38:54 -06:00
aedhcarrick
71730853ea
re-enabled draggable layers(flet ui)
2022-12-21 15:47:16 -06:00
aedhcarrick
6163597469
more tweaks to property panel (flet ui)
2022-12-21 14:15:18 -06:00
Alejandro Gil
84225f995d
More updates to flet ui. ( #1720 )
...
# Description
finished de-spagetti-fication.(mostly)
all elements are now in their own modules.
elements can call one another's functions via
self.page.<module>.<function>
changed messages window to list_view for smoother scrolling.
changed gallery to grid view. <-- just looks nicer, also smoother
scrolling.
added uploads. can add images as layers, from both uploads and gallery.
added preview to properties panel.
working canvas. <-- only pan/zoom functions work for now.
To Do:
-compose proper config, to give main access to needed settings. then
integrate them.
-add needed tools to toolbar, add functions to tools in canvas.
-add properties to property panel
-add multi-user support? in case someone wants multiple clients
connecting to same server.
-add more comments/docs to code.
# Checklist:
- [x] I have changed the base branch to `dev`
- [x] 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-21 06:58:24 -08:00
aedhcarrick
028cd2c603
fixed bug in 'flet_gallery_window.py'(flet ui)
2022-12-20 14:20:58 -06:00
aedhcarrick
46e1cf680c
minor tweak to property panel(flet ui)
2022-12-20 14:09:28 -06:00
aedhcarrick
16176b3492
changed gallery from row to grid view, updated property panel(flet ui)
2022-12-20 13:54:32 -06:00