Haidra-Org/AI-Horde

Allow use of other SDXL models up to 1024x1024 when heavy demand. Currently only covers the base model.

Closed this issue · 1 comments

if max_res < 1024 and any(mn in model_names for mn in ["SDXL_beta::stability.ai#6901","SDXL 1.0"]):

Looks like this check doesn't include newer sdxl models (notably AlbedoXL, but more in the future)

db0 commented

Fixed