implement stream in new backend

This commit is contained in:
layerdiffusion
2024-07-29 11:16:59 -06:00
parent 9793b4be0f
commit 1b2610db3e
2 changed files with 68 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
import torch
import contextlib
from modules_forge import stream
from backend import stream
stash = {}