mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-02-17 15:49:47 +08:00
Merge pull request #16606 from AUTOMATIC1111/fix/vweighting
Fix config for SDXL v-pred
This commit is contained in:
commit
aa52408aab
@ -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:
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user