llamameta commited on
Commit
1bc896c
1 Parent(s): 211a4fa

Update externalmod.py

Browse files
Files changed (1) hide show
  1. 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=0, cfg=0, seed=-1):
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: