47 lines
1.0 KiB
YAML
47 lines
1.0 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/lama-cleaner-cpu
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.33.0@sha256:98b0fdc0ef166aed9bef2e894c54081332ac973f3c54a3d92fa936c6c7d54056
|
|
gpuImage:
|
|
repository: tccr.io/truecharts/lama-cleaner-gpu
|
|
tag: v0.33.0@sha256:ed5fb07e6810668b078b6d2afc8fbca9ccb691dbaf5bd99231e82a5ca841ec4f
|
|
pullPolicy: Always
|
|
lamacleaner:
|
|
model: lama
|
|
input: ""
|
|
sd_run_local: false
|
|
hf_access_token: ""
|
|
sd_disable_nsfw: false
|
|
sd_cpu_text_encoder: false
|
|
sd_enable_xformers: false
|
|
debug: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
port: 10604
|
|
persistence:
|
|
torch:
|
|
enabled: true
|
|
mountPath: /root/.cache/torch
|
|
huggingface:
|
|
enabled: true
|
|
mountPath: /root/.cache/huggingface
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
command: lama-cleaner
|
|
imageSelector: image
|