Commit Graph

33 Commits

Author SHA1 Message Date
Manuel Schmid 96d1b79c15
Merge branch 'main_upstream' 2024-05-28 00:52:10 +02:00
Manuel Schmid 4a070a9d61
feat: build docker image tagged "edge" on push to main branch (#3026)
* feat: build docker image on push to main branch

* feat: add tag "edge" for main when building the docker image

* feat: update name of build container workflow
2024-05-28 00:49:47 +02:00
Manuel Schmid 8c4ce0495d
Merge branch 'feat/build-docker-image-on-push-to-main-branch' 2024-05-28 00:32:40 +02:00
Manuel Schmid 3113b9c17b
feat: add tag "edge" for main when building the docker image 2024-05-28 00:32:31 +02:00
Manuel Schmid f259f00ec5
Merge branch 'feat/build-docker-image-on-push-to-main-branch' 2024-05-28 00:22:37 +02:00
Manuel Schmid abfc42f2e0
feat: build docker image on push to main branch 2024-05-28 00:21:25 +02:00
xyny 4da5a68c10
feat: build and push container image for ghcr.io, update docker.md, and other related fixes (#2805)
* chore: update cuda version in container

* fix: use symlink to fix error libcuda.so: cannot open shared object file:

* fix: update docker entrypoint to use entry_with_update.py

* feat: add container build & push workflow

* fix: container action run conditions

* fix: container action versions

* fix: container action versions v2

* fix: docker action registry login and metadata

* docs: adjust docker documentation based on latest changes, add docs for podman and docker

* chore: replace image name env var with github.event.repository.name

Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>

* chore: replace image name env var with github.event.repository.name (pt2)

Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>

* fix: switch to semver versioning

Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>

* fix: build only on versioned tags

Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>

* fix: don't update in entrypoint

Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>

* fix: remove dash in "docker-compose"

Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>

* feat: sync pytorch for docker with version used in prepare_environment

* feat: update cuda to 12.4.1

* fix: correctly clone checked out version in builds, not always main

* refactor: remove irrelevant version in docker-compose.yml

---------

Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
Co-authored-by: Manuel Schmid <dev@mash1t.de>
2024-05-23 00:19:54 +02:00
Manuel Schmid 9f21fcf68e
Merge branch 'container-updates'
# Conflicts:
#	.github/workflows/build_container.yml
2024-05-23 00:18:04 +02:00
Manuel Schmid 1ab1b52cae
refactor: remove irrelevant version in docker-compose.yml 2024-05-22 23:54:08 +02:00
Manuel Schmid f8483099dd
wip: test https://github.com/lllyasviel/Fooocus/pull/2805 2024-05-22 20:52:44 +02:00
xyny d4e373b83c
fix: build only on versioned tags
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
2024-05-22 15:38:50 +00:00
xyny a80834f3b5
fix: switch to semver versioning
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
2024-05-22 15:38:34 +00:00
xyny 40711b7ac9
chore: replace image name env var with github.event.repository.name (pt2)
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
2024-05-22 15:38:02 +00:00
xyny 7efa300421
chore: replace image name env var with github.event.repository.name
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
2024-05-22 15:37:36 +00:00
Manuel Schmid ac14d9d03c
feat: change code owner from @lllyasviel to @mashb1t (#2948) 2024-05-20 17:33:12 +02:00
xynydev e0a42222d5 fix: docker action registry login and metadata 2024-04-24 21:34:30 +03:00
xynydev 7066892ded fix: container action versions v2 2024-04-24 21:24:15 +03:00
xynydev 1fb78e581d fix: container action versions 2024-04-24 21:23:00 +03:00
xynydev 21bea9a040 fix: container action run conditions 2024-04-24 21:20:40 +03:00
xynydev a6a71fe43e feat: add container build & push workflow 2024-04-24 21:15:32 +03:00
Manuel Schmid 679c02a09f
Merge branch 'main_upstream'
# Conflicts:
#	css/style.css
#	fooocus_colab.ipynb
#	fooocus_version.py
#	launch.py
#	modules/async_worker.py
#	modules/config.py
#	modules/flags.py
#	modules/meta_parser.py
#	webui.py
2024-03-18 21:27:56 +01:00
Manuel Schmid 831c6b93cc
feat: add troubleshooting guide to bug report template again (#2489) 2024-03-09 14:13:16 +01:00
Manuel Schmid 056840c513
Merge commit '4945fc99624afc661aae2d3c5c5d73a32ba21897'
# Conflicts:
#	fooocus_version.py
#	language/en.json
#	launch.py
#	modules/async_worker.py
#	modules/config.py
#	modules/flags.py
#	modules/meta_parser.py
#	modules/util.py
#	webui.py
2024-03-02 17:24:53 +01:00
Manuel Schmid 9c19300a3e
feat: improve bug report and feature request issue templates (#1631)
* refactor and improve bug report and feature request issue templates

* update operating system placeholder to Windows 10

most common usage i assume

* use already existing label "enhancement" instead of "feature"

* feat: add checkbox for latest version check, add triage to feature requests

* feat: add link to ask a question

* feat: use templates of stable-diffusion-webui-forge as basis

* feat: add optional hosting and operating system inputs
2024-02-25 18:04:46 +01:00
Manuel Schmid 2037de3fcb
chore: fix typos and adjust wording (#1521, #1644, #1691, #1772) 2024-02-10 21:54:50 +01:00
Manuel Schmid f1846c154a
fix: update CODEOWNERS file 2024-02-10 17:20:10 +01:00
Manuel Schmid c442a08099
use already existing label "enhancement" instead of "feature" 2023-12-28 19:05:11 +01:00
Manuel Schmid 2cabd1c823
update operating system placeholder to Windows 10
most common usage i assume
2023-12-28 14:26:03 +01:00
Manuel Schmid 37e3b93193
refactor and improve bug report and feature request issue templates 2023-12-28 14:00:47 +01:00
lllyasviel b54b3698f4 update troubleshoot 2023-12-10 16:21:03 -08:00
lllyasviel 9bb16d0d76
Update issue templates 2023-10-24 14:09:56 -07:00
lllyasviel 43e59c1676
try fix wrong format of github files (#404) 2023-09-17 02:34:11 -07:00
lllyasviel 6cfb31d67d
requested by github (#403) 2023-09-17 02:26:37 -07:00