mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-03-03 20:44:54 +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
|
num_idx: 1000
|
||||||
|
|
||||||
weighting_config:
|
weighting_config:
|
||||||
target: sgm.modules.diffusionmodules.denoiser_weighting.EpsWeighting
|
target: sgm.modules.diffusionmodules.denoiser_weighting.VWeighting
|
||||||
scaling_config:
|
scaling_config:
|
||||||
target: sgm.modules.diffusionmodules.denoiser_scaling.VScaling
|
target: sgm.modules.diffusionmodules.denoiser_scaling.VScaling
|
||||||
discretization_config:
|
discretization_config:
|
||||||
@ -21,7 +21,7 @@ model:
|
|||||||
params:
|
params:
|
||||||
adm_in_channels: 2816
|
adm_in_channels: 2816
|
||||||
num_classes: sequential
|
num_classes: sequential
|
||||||
use_checkpoint: True
|
use_checkpoint: False
|
||||||
in_channels: 4
|
in_channels: 4
|
||||||
out_channels: 4
|
out_channels: 4
|
||||||
model_channels: 320
|
model_channels: 320
|
||||||
|
Loading…
Reference in New Issue
Block a user