Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ models =[
|
|
81 |
]
|
82 |
|
83 |
controlnet = accelerator.prepare(ControlNetModel.from_pretrained("lllyasviel/sd-controlnet-canny", torch_dtype=torch.float32))
|
84 |
-
def plex(qr_code_value, text,
|
85 |
gc.collect()
|
86 |
apol=[]
|
87 |
modal=""+modil+""
|
|
|
81 |
]
|
82 |
|
83 |
controlnet = accelerator.prepare(ControlNetModel.from_pretrained("lllyasviel/sd-controlnet-canny", torch_dtype=torch.float32))
|
84 |
+
def plex(qr_code_value, text, neg_prompt, modil, one, two, three):
|
85 |
gc.collect()
|
86 |
apol=[]
|
87 |
modal=""+modil+""
|