mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-05 18:05:08 +08:00
Add negative prompt to boogu edit node and set min images to 0. (#14529)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user