YangLing0818 / RPG-DiffusionMaster

[ICML 2024] Mastering Text-to-Image Diffusion: Recaptioning, Planning, and Generating with Multimodal LLMs (PRG)

Home Page:https://arxiv.org/abs/2401.11708

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lowering VRAM usage - --lowvram argument not accepted?

terbo opened this issue · comments

commented

Hello, I am running this on a 12GB card with a local LLM, and I noticed when I used --help I got usage information from the stable diffusion webui.
However, I am unable to pass arguments to this module, and --lowvram is of most interest to me.

I ended up changing modules/cmd_args.py to make --lowvram default to enabled, but is there any other way to pass arguments to stable diffusion?