Spaces:
Running
Running
Update externalmod.py
Browse files- externalmod.py +1 -1
externalmod.py
CHANGED
@@ -585,7 +585,7 @@ def find_model_list(author: str="", tags: list[str]=[], not_tag="", sort: str="l
|
|
585 |
return models
|
586 |
|
587 |
|
588 |
-
def save_image(image, savefile, modelname, prompt, nprompt, height=0, width=0, steps=
|
589 |
from PIL import Image, PngImagePlugin
|
590 |
import json
|
591 |
try:
|
|
|
585 |
return models
|
586 |
|
587 |
|
588 |
+
def save_image(image, savefile, modelname, prompt, nprompt, height=0, width=0, steps=25, cfg=5, seed=-1):
|
589 |
from PIL import Image, PngImagePlugin
|
590 |
import json
|
591 |
try:
|