Update README.md

This commit is contained in:
benjimon 2025-09-23 04:19:38 -07:00 committed by GitHub
parent 3f9a6b3faf
commit a9309bfc4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,9 @@ https://github.com/MisterChief95/sd-forge-extra-samplers
## RamForge
This supports use of the RamTorch memory management system developed by lord Loadstones. Add --use-ramtorch-chroma to your command line arguments. It will drastically lower vram usage to let you increase batch size or resolution greatly above what you could previously use. For instance you can run a batch of 8 1024x1024 images with a 12gb GPU. It does increas normal RAM usage by alot, 64GB recommended.
This supports use of the RamTorch memory management system. Add --use-ramtorch-chroma to your command line arguments. It will drastically lower vram usage to let you increase batch size or resolution greatly above what you could previously use. For instance you can run a batch of 8 1024x1024 images with a 12gb GPU. It does increas normal RAM usage by alot, 64GB recommended.
This was designed for training, it seems like not using it is faster.
https://github.com/lodestone-rock/RamTorch
@ -68,4 +70,4 @@ Discord: http://discord.gg/SQVcWVbqKx
Add support for sage and flash attention from this pr: https://github.com/lllyasviel/stable-diffusion-webui-forge/pull/2881 from @spawner1145
use the methods by adding --use-sage-attention or --use-flash-attention ... upon testing by a few people does not seem to have an increase on speed at all.
5/18/2025
Update to latest version of forge. Fix broken queuing.
Update to latest version of forge. Fix broken queuing.