imaginAIry/imaginairy/weight_management/weight_info/stable-diffusion-1-5_vae_compvis.patterns.json
Bryce f97f6a3b4b feature: use refiners library for generation
BREAKING CHANGE

  - stable diffusion 1.5 + inpainting working
  - self-attention guidance working. improves image generation quality
  - tile-mode working
  - inpainting self-attention guidance working

disable/broken features:
  - sd 1.4, 2.0, 2.1
  - most of the samplers
  - pix2pix edit
  - most of the controlnets
  - memory management
  - python 3.8 support

wip
2023-11-22 13:22:00 -08:00

14 lines
892 B
JSON

[
"first_stage_model.(decoder|encoder).(conv_in|conv_out|norm_out)",
"first_stage_model.(decoder|encoder).mid.(block_1|block_2).(conv1|conv2|norm1|norm2)",
"first_stage_model.(decoder|encoder).mid.attn_1.(k|norm|proj_out|q|v)",
"first_stage_model.(post_quant_conv|quant_conv)",
"first_stage_model.decoder.up.(0|1).block.(1|2).(conv1|conv2|norm1|norm2)",
"first_stage_model.decoder.up.(0|1).block.0.(conv1|conv2|nin_shortcut|norm1|norm2)",
"first_stage_model.decoder.up.(1|2|3).upsample.conv",
"first_stage_model.decoder.up.(2|3).block.(0|1|2).(conv1|conv2|norm1|norm2)",
"first_stage_model.encoder.down.(0|1|2).downsample.conv",
"first_stage_model.encoder.down.(0|3).block.(0|1).(conv1|conv2|norm1|norm2)",
"first_stage_model.encoder.down.(1|2).block.0.(conv1|conv2|nin_shortcut|norm1|norm2)",
"first_stage_model.encoder.down.(1|2).block.1.(conv1|conv2|norm1|norm2)"
]