From a9309bfc4fbbc4f9c8d8d439862b45e7fe36e6ee Mon Sep 17 00:00:00 2001 From: benjimon <98272636+maybleMyers@users.noreply.github.com> Date: Tue, 23 Sep 2025 04:19:38 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69b84a15..c6c79aac 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file + Update to latest version of forge. Fix broken queuing.