48 lines
1022 B
YAML
48 lines
1022 B
YAML
|
image:
|
||
|
repository: cwq1913/lama-cleaner
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: cpu-0.33.0@sha256:5011038046b50882281b418614b55f8f5db4ced31c42c297ede2d513c53ab105
|
||
|
gpuImage:
|
||
|
repository: cwq1913/lama-cleaner
|
||
|
tag: gpu-0.33.0@sha256:c52f131701d4c21eae1f898ee59cdc26c73ccbe45b6cb8e75bf4b60989dd5015
|
||
|
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
|
||
|
updated: true
|