Spaces:
Runtime error
Runtime error
horsey-defy commited on
Commit ·
c9430f9
1
Parent(s): 73e7987
Removed json.dumps()
Browse files
app.py
CHANGED
|
@@ -77,7 +77,7 @@ class RenderNet:
|
|
| 77 |
'replicantV30_v30.safetensors [cf65f48ecf]'
|
| 78 |
]
|
| 79 |
|
| 80 |
-
return
|
| 81 |
|
| 82 |
def list_samplers(self):
|
| 83 |
response = [
|
|
@@ -87,7 +87,7 @@ class RenderNet:
|
|
| 87 |
'Euler a',
|
| 88 |
'DPM++ 2M SDE Karras'
|
| 89 |
]
|
| 90 |
-
return
|
| 91 |
|
| 92 |
def _post(self, url, params):
|
| 93 |
headers = {
|
|
|
|
| 77 |
'replicantV30_v30.safetensors [cf65f48ecf]'
|
| 78 |
]
|
| 79 |
|
| 80 |
+
return response
|
| 81 |
|
| 82 |
def list_samplers(self):
|
| 83 |
response = [
|
|
|
|
| 87 |
'Euler a',
|
| 88 |
'DPM++ 2M SDE Karras'
|
| 89 |
]
|
| 90 |
+
return response
|
| 91 |
|
| 92 |
def _post(self, url, params):
|
| 93 |
headers = {
|