This commit is contained in:
lllyasviel
2023-08-12 23:28:44 -07:00
committed by GitHub
parent 8720e435f5
commit 59aa2aedeb
4 changed files with 33 additions and 5 deletions
+1
View File
@@ -27,6 +27,7 @@ def worker():
pipeline.refresh_base_model(base_model_name)
pipeline.refresh_refiner_model(refiner_model_name)
pipeline.refresh_loras(loras)
pipeline.clean_prompt_cond_caches()
p_txt, n_txt = apply_style(style_selction, prompt, negative_prompt)