Commit
·
207a138
1
Parent(s):
e7bec6e
hmm large
Browse files
app.py
CHANGED
@@ -355,7 +355,7 @@ def get_mrt():
|
|
355 |
if _MRT is None:
|
356 |
with _MRT_LOCK:
|
357 |
if _MRT is None:
|
358 |
-
_MRT = system.MagentaRT(tag="
|
359 |
return _MRT
|
360 |
|
361 |
@app.post("/generate")
|
|
|
355 |
if _MRT is None:
|
356 |
with _MRT_LOCK:
|
357 |
if _MRT is None:
|
358 |
+
_MRT = system.MagentaRT(tag="large", guidance_weight=1.0, device="gpu", lazy=False)
|
359 |
return _MRT
|
360 |
|
361 |
@app.post("/generate")
|