zenafey commited on
Commit
ba57879
1 Parent(s): f84294b

Update engine.py

Browse files
Files changed (1) hide show
  1. engine.py +1 -1
engine.py CHANGED
@@ -184,7 +184,7 @@ def controlnet_sd(image, controlnet_model, controlnet_module, threshold_a, thres
184
 
185
  return job["imageUrl"]
186
 
187
- def upscale(image, scale_by):
188
  image_url = prodia_client.upload(image)
189
  result = prodia_client.upscale_image({
190
  'imageUrl': image_url,
 
184
 
185
  return job["imageUrl"]
186
 
187
+ def image_upscale(image, scale_by):
188
  image_url = prodia_client.upload(image)
189
  result = prodia_client.upscale_image({
190
  'imageUrl': image_url,