Fooocus
Installation
Install via Apolo CLI
apolo app-template get fooocus > myfooocus.yaml# Example myfooocus.yaml
template_name: fooocus
template_version: v25.5.1
input:
preset:
name: 'H100x1'
fooocus_specific:
# Provide the Hugging Face API token for model access and integration.
huggingface_token_secret: secret:HF_TOKEN
# Enable access to your application over the internet using HTTPS.
ingress_http:
# Require authenticated user credentials with appropriate permissions for all incoming HTTPS requests to the application.
auth: trueUsage

References
Last updated
Was this helpful?