Alejandro Gil
291480bce8
Updated the dockerfile and docker building github action. ( #1765 )
2023-04-14 10:47:02 -07:00
Alejandro Gil
65d9d23a1a
Update docker-image.yml
2023-04-14 10:38:24 -07:00
Alejandro Gil
e151cf78aa
Update docker-image.yml
2023-04-14 00:41:55 -07:00
Alejandro Gil
02392301a2
Update docker-image.yml
2023-04-14 00:36:30 -07:00
Alejandro Gil
938e383ec1
Update Dockerfile
2023-04-14 00:35:54 -07:00
Alejandro Gil
790787b55a
Adding docker-image.yml for github action to build and push Docker images ( #1763 )
...
Will need to add secrets to your GitHub repository settings for this.
- DOCKERHUB_USERNAME
- DOCKERHUB_TOKEN
-
Also need to add in "USER/sygil-webui:latest" for the docker hub
location.
This will automatically update the Docker hub image once a commit to the
master branch is made.
2023-04-14 00:28:45 -07:00
Alejandro Gil
5ea546d7d7
Merge branch 'dev' into master
2023-04-14 00:25:24 -07:00
mikez
053a5952b4
Update Dockerfile
...
Added comments to describe the purpose of each section, combined the RUN commands to create the ~/.streamlit directory and set up credentials.toml in a single step. Needs USER added from docker hub.
2023-04-13 16:04:38 -05:00
mikez
5af6d027c4
Create docker-image.yml
...
Needs Docker Hub credentials to the GitHub repository secrets (DOCKERHUB_USERNAME and DOCKERHUB_TOKEN). Also needs USER tag to match Docker Hub username.
2023-04-13 16:00:27 -05:00
Alejandro Gil
9de93e1e8e
The Merge ( #1749 ) ( #1750 )
2023-02-07 19:52:53 -08:00
Alejandro Gil
8c7e483df9
The Merge ( #1749 )
2023-02-07 19:52:16 -08:00
Alejandro Gil
3b74797f5c
Updated the Sygil Diffusion model link to version 0.4. ( #1748 )
2023-02-07 19:49:34 -08:00
ZeroCool940711
9b084c2570
Merge remote-tracking branch 'origin/dev' into dev
2023-02-07 20:48:21 -07:00
ZeroCool940711
9c9280ba27
Updated the Sygil Diffusion model link to version 0.4.
2023-02-07 20:48:02 -07:00
Alejandro Gil
f2a96babc3
Started to move all the streamlit code and dependencies to its own folder in webui/streamlit
and moving the backend to use nataili, this should help make it self-contained and reduce the amount of code we have in other places which should also make it so the code is easier to understand and read. ( #1746 )
2023-01-31 13:55:39 -08:00
ZeroCool940711
ffd7883cb0
Started to move all the streamlit code and dependencies to its own folder in webui/streamlit
and moving the backend to use nataili, this should help make it self-contained and reduce the amount of code we have in other places which should also make it so the code is easier to understand and read.
2023-01-31 14:30:59 -07:00
Alejandro Gil
0781ced89a
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. ( #1745 )
2023-01-31 12:58:59 -08:00
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