KohakuBlueleaf / a1111-sd-webui-lycoris

An extension for stable-diffusion-webui to load lycoris models.
Apache License 2.0
861 stars 116 forks source link

How to keep dyn in default value? #24

Closed Hotarucon closed 1 year ago

Hotarucon commented 1 year ago

I trying to use lora block weight (https://github.com/hako-mikan/sd-webui-lora-block-weight) to control lycoris,arguments be like <lyco:"model name":"te value":"unet value":"dyn value":"lora block weight presets">, and I wana KEEP dyn value=default,so what should I input into "dyn value" to keep it use default value?

KohakuBlueleaf commented 1 year ago

@Hotarucon I just add a feature that you can use "default" to indicate default value so maybe something like: <lyco:name:0.5:default:default:"LBW presets">

(default for unet = use same value as te)

Hotarucon commented 1 year ago

Niiiiiiiiiiice,it worked,\thx!/