1
0
Fork 0

break hardware recommendations out of paragraph

This commit is contained in:
Sean Sube 2023-12-17 14:21:26 -06:00
parent 68a3f13f62
commit db8a7a2d62
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 18 additions and 6 deletions

View File

@ -446,14 +446,26 @@ facilitating nuanced and controlled variations in image generation.
## Memory optimizations ## Memory optimizations
onnx-web introduces optimizations tailored for users with limited memory resources. The minimum system requirements onnx-web introduces optimizations tailored for users with limited memory resources. The system requirements are mostly
are set at 4GB of VRAM and 8GB of system RAM for SD v1.5, escalating to 12GB of VRAM and 24GB of system RAM for SDXL. based on how much memory you have:
The recommended specifications stand at 6GB of VRAM and 16GB of system RAM for SD v1.5, increasing to 16GB of VRAM and
32GB of system RAM for SDXL. - minimum requirements
- SD v1.5
- 4GB VRAM
- 8GB system RAM
- SDXL
- 12GB VRAM
- 24GB system RAM
- recommended requirements
- SD v1.5
- 6GB VRAM
- 16GB system RAM
- SDXL
- 16GB VRAM
- 32GB system RAM
These optimizations cater to low-memory scenarios, providing users with the flexibility to adapt onnx-web to their These optimizations cater to low-memory scenarios, providing users with the flexibility to adapt onnx-web to their
hardware constraints while maintaining a balance between computational efficiency and image generation quality. Users hardware constraints.
can choose from these options based on their system specifications and performance preferences.
### Converting to fp16 ### Converting to fp16