Added ComfyUI testing

This commit is contained in:
Madiator2011 2024-08-03 21:26:00 +02:00 committed by GitHub
parent a8b362caae
commit 718f01eab5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
group "default" {
targets = ["full-version", "light-version"]
targets = ["full-version", "light-version", "testing"]
}
target "base" {
@ -42,3 +42,15 @@ target "light-version" {
tags = ["madiator2011/better-comfyui:light"]
}
target "testing" {
inherits = ["base"]
args = {
INCLUDE_MODELS = "false"
}
contexts = {
scripts = "../../container-template"
proxy = "../../container-template/proxy"
logo = "../../container-template"
}
tags = ["madiator2011/better-comfyui:testing"]
}