Add negative prompt to boogu edit node and set min images to 0. (#14529)

This commit is contained in:
comfyanonymous
2026-06-17 15:42:29 -07:00
committed by GitHub
parent e25c391888
commit 52257bb435
2 changed files with 5 additions and 4 deletions

View File

@@ -1769,7 +1769,7 @@ class Boogu(Omnigen2):
"shift": 3.16,
}
memory_usage_factor = 1.95 #TODO
memory_usage_factor = 2.15
def get_model(self, state_dict, prefix="", device=None):
out = model_base.Boogu(self, device=device)