mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-02 03:29:49 +00:00
Update forge_loader.py
This commit is contained in:
@@ -27,6 +27,9 @@ class FakeObject:
|
||||
def eval(self, *args, **kwargs):
|
||||
return self
|
||||
|
||||
def parameters(self, *args, **kwargs):
|
||||
return []
|
||||
|
||||
|
||||
class ForgeSD:
|
||||
def __init__(self, unet, clip, vae, clipvision):
|
||||
|
||||
Reference in New Issue
Block a user