mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-30 22:01:58 -08:00
enable compact view for train tab
prevent previews from ruining hypernetwork training
This commit is contained in:
parent
216f67ec7c
commit
78f59a4e01
3 changed files with 9 additions and 3 deletions
|
|
@ -715,6 +715,8 @@ def train_hypernetwork(id_task, hypernetwork_name, learn_rate, batch_size, gradi
|
|||
do_not_save_samples=True,
|
||||
)
|
||||
|
||||
p.disable_extra_networks = True
|
||||
|
||||
if preview_from_txt2img:
|
||||
p.prompt = preview_prompt
|
||||
p.negative_prompt = preview_negative_prompt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue