Skip to content

Commit

Permalink
Merge pull request #16606 from AUTOMATIC1111/fix/vweighting
Browse files Browse the repository at this point in the history
Fix config for SDXL v-pred
  • Loading branch information
w-e-w authored Oct 30, 2024
2 parents 28323cf + e6f36d9 commit aa52408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/sd_xl_v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ model:
num_idx: 1000

weighting_config:
target: sgm.modules.diffusionmodules.denoiser_weighting.EpsWeighting
target: sgm.modules.diffusionmodules.denoiser_weighting.VWeighting
scaling_config:
target: sgm.modules.diffusionmodules.denoiser_scaling.VScaling
discretization_config:
Expand All @@ -21,7 +21,7 @@ model:
params:
adm_in_channels: 2816
num_classes: sequential
use_checkpoint: True
use_checkpoint: False
in_channels: 4
out_channels: 4
model_channels: 320
Expand Down

0 comments on commit aa52408

Please sign in to comment.