Update locale_en.json

updated with diffusers backend optimization options
This commit is contained in:
Aptronymist
2023-07-09 16:54:49 -04:00
committed by GitHub
parent 85a197ca52
commit 7af95008b8
+6 -6
View File
@@ -561,11 +561,11 @@
{"id":"","label":"Move refiner model to CPU when not in use","localized":"","hint":""},
{"id":"","label":"Use model EMA weights when possible","localized":"","hint":""},
{"id":"","label":"Generator device","localized":"","hint":""},
{"id":"","label":"Enable sequential CPU offload","localized":"","hint":""},
{"id":"","label":"Enable model CPU offload","localized":"","hint":""},
{"id":"","label":"Enable VAE slicing","localized":"","hint":""},
{"id":"","label":"Enable VAE tiling","localized":"","hint":""},
{"id":"","label":"Enable attention slicing","localized":"","hint":""}
{"id":"","label":"Enable sequential CPU offload","localized":"","hint":"Reduces GPU memory usage by transferring weights to the CPU. Increases inference time approximately 10%. Use with Enable Attention slicing for minimal memory consumption"},
{"id":"","label":"Enable model CPU offload","localized":"","hint":"Transferring of entire models to the GPU, negligible impact on inference time while still providing some memory savings. Use with Enable Attention slicing for additional memory savings"},
{"id":"","label":"Enable VAE slicing","localized":"","hint":"Decodes batch latents one image at a time with limited VRAM. Small performance boost in VAE decode on multi-image batches. Use with Enable Attention slicing"},
{"id":"","label":"Enable VAE tiling","localized":"","hint":"Divide large images into overlapping tiles with limited VRAM. Might result in a minor increase in processing time. Use with Enable Attention Slicing"},
{"id":"","label":"Enable attention slicing","localized":"","hint":"Performs attention computation in steps instead of all at once. 10% slower inference times. Greatly reduces memory usage. Best used, period"}
],
"scripts": [
{"id":"","label":"Script","localized":"","hint":""},
@@ -622,4 +622,4 @@
{"id":"","label":"None","localized":"","hint":"Do not do anything special"},
{"id":"","label":"Grid margins","localized":"","hint":""}
]
}
}