Commit aa4688eb authored by AUTOMATIC's avatar AUTOMATIC

disable EMA weights for instructpix2pix model, whcih should get memory usage...

disable EMA weights for instructpix2pix model, whcih should get memory usage as well as image quality to what it was before d2ac95fa
parent ab059b6e
......@@ -20,8 +20,7 @@ model:
conditioning_key: hybrid
monitor: val/loss_simple_ema
scale_factor: 0.18215
use_ema: true
load_ema: true
use_ema: false
scheduler_config: # 10000 warmup steps
target: ldm.lr_scheduler.LambdaLinearScheduler
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment