1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Fix issue with lora in some cases when combined with model merging.

This commit is contained in:
comfyanonymous
2023-07-21 21:27:27 -04:00
parent 58b2364f58
commit 09386a3697
2 changed files with 11 additions and 10 deletions

View File

@@ -6,7 +6,6 @@ import threading
import heapq
import traceback
import gc
import time
import torch
import nodes