Commit Graph

1744 Commits

Author SHA1 Message Date
Omar Sanseviero
1a74316f01
Update sd_concepts_library_downloader.py 2024-08-13 10:37:45 +02:00
Alejandro Gil
3ee7f6a46c
Merge Dev to Master. (#1826)
# 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-11-25 22:33:55 -07:00
Alejandro Gil
c561a94e9a
Added cell to colab, which allows connecting via Cloudflared. (#1822)
# 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:

- [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
2023-11-25 22:32:56 -07:00
Alejandro Gil
1db3c68974
Merge branch 'dev' into dev 2023-11-25 22:32:45 -07:00
Alejandro Gil
1b0e046156
Adding back deleted docker-compose.yml (#1825)
# Description

Please include:
I'm not sure why this `docker-compose.yml` was deleted in the first
place. Nearly half of the instructions in the readme for this repo rely
on this file being there.

Essentially, it's just another way to start up the container using
`docker compose` . This makes the container much more usable for power
users, as they'd be able to configure volumes much easier. Also, instead
of having to remember the whole complicated `docker container run --rm
-d -p 8501:8501 -e STREAMLIT_SERVER_HEADLESS=true -e
"WEBUI_SCRIPT=webui_streamlit.py" -e "VALIDATE_MODELS=false" -v
"${PWD}/outputs:/sd/outputs" --gpus all tukirito/sygil-webui:latest`
command, it's as simple as running `docker compose start` or `up`, since
all of the configs are in the compose file, you wouldn't need anything
else. The compose file has been tested and runs without any issues. The
readme instructions can stay mostly as is.

Additionally, as mentioned before, the readme instructions rely heavily
on docker compose. If the repo creators wish to not include docker
compose, then it should all be omitted from the readme, as it makes this
extremely confusing for any user.

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-11-25 22:32:17 -07:00
Alejandro Gil
9b31026931
Merge branch 'dev' into add-back-docker-compose-yml 2023-11-25 22:31:49 -07:00
Dmitry Sychev
e9a5b1e9f1 Adding back deleted docker-compose.yml 2023-11-25 22:00:32 -05:00
aedh carrick
e3250c357e
Update Web_based_UI_for_Stable_Diffusion_colab.ipynb 2023-09-12 16:13:00 -05:00
aedh carrick
468ea33ba1
fixed typo in last cell 2023-09-12 16:10:25 -05:00
aedh carrick
70e6d12451 added cloudflared tunnel. 2023-09-12 10:29:03 -05:00
aedh carrick
5432b73fb8 Created using Colaboratory 2023-09-12 10:27:35 -05:00
Alejandro Gil
d40417a8d9
Merge Master to Dev (#1820) 2023-09-01 17:39:10 -07:00
Alejandro Gil
91a4eba30c
Merge Dev to Master (#1819) 2023-09-01 17:35:49 -07:00
Alejandro Gil
adf3ac6840
Add .env_docker.example with previous values. (#1818)
Closes: # #1759
2023-09-01 17:32:16 -07:00
Alejandro Gil
7c70655f67 Add .env_docker.example with previous values. 2023-09-01 17:28:49 -07:00
Alejandro Gil
6cb11e5e7b
Merge Master to Dev (#1816) 2023-08-06 04:22:33 -07:00
Alejandro Gil
a54f359608
Merge Dev to Master (#1815) 2023-08-06 04:18:28 -07:00
Alejandro Gil
c2d5fd4da2
Fixed hydralit, hydralit_components and no_rerun import error again as pre-commit removed their imports for some reason after I fixed it before. (#1814) 2023-08-06 04:13:25 -07:00
Alejandro Gil
2f26f9327e Fixed hydralit, hydralit_components and no_rerun import error again as pre-commit removed their imports for some reason after I fixed it before. 2023-08-06 04:10:06 -07:00
Alejandro Gil
468b830f8c
Merge Master to Dev (#1812) 2023-08-03 09:01:50 -07:00
pre-commit-ci[bot]
2d90db56e3 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-08-03 16:01:16 +00:00
Alejandro Gil
415a1c2346
Merge Dev to Master (#1811) 2023-08-03 09:01:02 -07:00
Alejandro Gil
2620ce7816
Fixed docker documentation to use the new repo from dockerhub as the previous one does not exist anymore or is outdated. (#1810) 2023-08-03 09:00:03 -07:00
Alejandro Gil
853ff4aa8b Fixed docker documentation to use the new repo from dockerhub as the previous one does not exist anymore or is outdated. 2023-08-03 08:58:31 -07:00
Alejandro Gil
93f4806d39
Merge Master to Dev (#1807) 2023-07-26 17:11:57 -07:00
pre-commit-ci[bot]
4e873caec0 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-07-27 00:10:15 +00:00
Alejandro Gil
37e0495459
Merge Dev to Master (#1806) 2023-07-26 17:10:01 -07:00
Alejandro Gil
41389171a0
Fixed hydralit_components and no_rerun import error. (#1805) 2023-07-26 17:09:22 -07:00
Alejandro Gil
fc65c05eb3 Fixed missing hydralit_components and no_rerun import error. 2023-07-26 17:07:00 -07:00
Alejandro Gil
52910d483b Removed the set_logger_verbosity and quiesce_logger imports from webui_streamlit.py as they are not needed and cause more issues than they should. 2023-07-26 17:06:23 -07:00
Alejandro Gil
b64876852e
Merge Master to Dev (#1804) 2023-07-26 06:25:26 -07:00
Alejandro Gil
f1b3b0976e
Merge Dev to Master (#1803) 2023-07-26 06:24:40 -07:00
Alejandro Gil
300052c7db
Downgraded and fixed torchmetrics to version 0.11.4 to avoid some errors with newest version when running the webui. (#1802) 2023-07-26 06:22:37 -07:00
Alejandro Gil
3fcc745279
Merge branch 'Sygil-Dev:dev' into dev 2023-07-26 06:20:03 -07:00
Alejandro Gil
5847fc6e9f Merge remote-tracking branch 'origin/dev' into dev 2023-07-26 06:18:40 -07:00
Alejandro Gil
96561dcf13 Downgraded and fixed torchmetrics to version 0.11.4 to avoid some errors with newest version when running the webui. 2023-07-26 06:18:31 -07:00
Alejandro Gil
0555a11f19
[pre-commit.ci] pre-commit autoupdate (#1798)
<!--pre-commit.ci start-->
updates:
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.272 →
v0.0.278](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.272...v0.0.278)
- [github.com/psf/black: 23.3.0 →
23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0)
<!--pre-commit.ci end-->
2023-07-17 09:51:25 -07:00
pre-commit-ci[bot]
6ffdf2defe
[pre-commit.ci] pre-commit autoupdate
updates:
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.272 → v0.0.278](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.272...v0.0.278)
- [github.com/psf/black: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0)
2023-07-17 16:48:18 +00:00
Alejandro Gil
f2a370f5e3
Merge master to dev (#1797) 2023-06-22 20:00:49 -07:00
pre-commit-ci[bot]
a9bc7eae19 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-06-23 02:58:24 +00:00
Alejandro Gil
5342f3704c
Merge dev to master (#1796) 2023-06-22 19:57:48 -07:00
Alejandro Gil
fe762e4813
Added altair<5 to the requirements.txt to fix an issue with streamlit not being compatible with altair 5 and higher. (#1795) 2023-06-22 19:56:11 -07:00
Alejandro Gil
9266811465
Merge branch 'Sygil-Dev:dev' into dev 2023-06-22 19:54:11 -07:00
Alejandro Gil
f10bf826f0
Added altair<5 to the requirements.txt to fix an issue with streamlit not being compatible with altair 5 and higher. 2023-06-22 19:53:18 -07:00
Alejandro Gil
5e69b1f688
Removed extra submodules that are no longer used. 2023-06-22 12:32:00 -07:00
Alejandro Gil
3e2824b3d9
Update FUNDING.yml (#1794) 2023-06-22 12:31:15 -07:00
Alejandro Gil
47c39c200a
Update FUNDING.yml 2023-06-22 12:30:18 -07:00
Alejandro Gil
634d42d778
... (#1793) 2023-06-18 08:39:34 -07:00
Alejandro Gil
905658d201
Merge branch 'Sygil-Dev:dev' into dev 2023-06-18 08:39:06 -07:00
Alejandro Gil
c1b91ac833
... 2023-06-18 08:38:45 -07:00