当前位置:   article > 正文

stable-diffusion-webui中stability的sdv1.5和sdxl模型结构config对比_sdv1.5模型

sdv1.5模型

sdv1.5 v1-inference.yaml

  1. model:
  2. base_learning_rate: 1.0e-04
  3. target: ldm.models.diffusion.ddpm.LatentDiffusion
  4. params:
  5. linear_start: 0.00085
  6. linear_end: 0.0120
  7. num_timesteps_cond: 1
  8. log_every_t: 200
  9. timesteps: 1000
  10. first_stage_key: "jpg"
  11. cond_stage_key: "txt"
  12. image_size: 64
  13. channels: 4
  14. cond_stage_trainable: false # Note: different from the one we trained before
  15. conditioning_key: crossattn
  16. monitor: val/loss_simple_ema
  17. scale_factor: 0.18215
  18. use_ema: False
  19. scheduler_config: # 10000 warmup steps
  20. target: ldm.lr_scheduler.LambdaLinearScheduler
  21. params:
  22. warm_up_steps: [ 10000 ]
  23. cycle_lengths: [ 10000000000000 ] # incredibly large number to prevent corner cases
  24. f_start: [ 1.e-6 ]
  25. f_max: [ 1. ]
  26. f_min: [ 1. ]
  27. unet_config:
  28. target: ldm.modules.diffusionmodules.openaimodel.UNetModel
  29. params:
  30. image_si
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Guff_9hys/article/detail/816391
推荐阅读
相关标签
  

闽ICP备14008679号