feat: add diffusers prebuilt template#396
Merged
Marvin-Cypher merged 1 commit intoMay 29, 2026
Merged
Conversation
Contributor
Author
|
cc @Marvin-Cypher for review. |
066ef0f to
09cc08f
Compare
Marvin-Cypher
approved these changes
May 29, 2026
Contributor
Marvin-Cypher
left a comment
There was a problem hiding this comment.
Reviewed template files, normalized tags, compose config, config validation, stale path cleanup, and compose safety scan. Checks are passing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
diffusers==0.38.0package and verify localConfigMixin/BaseOutputprimitives./healthz,/demo, and/v1/modelsendpoints without model downloads, image generation, GPU/CUDA, provider credentials, host mounts, or external build contexts.Validation
python3 templates/validate.pydocker compose -f templates/prebuilt/diffusers/docker-compose.yml config >/tmp/diffusers-compose-config-final.outgit diff --check origin/main...HEADenv_file, no host bind mounts, no external build context, no privileged/host namespace flags.Phala Cloud smoke
phala deploy --profile hermes-admin-cvm-check --instance-type tdx.small --node-id 12 --wait --no-public-logs --no-public-sysinfo.cvm_2j72xPwm/ app4613c1f2b5073a4f8c2f96f3e7a5581a0927956b.phala psobserved bothproxyandappcontainers running; app reported healthy.GET /healthz-> HTTP 200,diffusers.import_ok=true, version0.38.0GET /demo-> HTTP 200,runtime.model_downloads=false,runtime.gpu_or_cuda_required=falseGET /v1/models-> HTTP 200,diffusers/no-model-download-demophala cvms getreturnedThe requested CVM was not foundafter deletion.cc @Marvin-Cypher for review.