OmPrakashSingh1704 commited on
Commit
4f62723
·
1 Parent(s): 7f4244b
options/Banner.py CHANGED
@@ -9,7 +9,7 @@ def TextImage(prompt, width=1024, height=1024, guidance_scale=3.5,
9
  return img
10
 
11
  def Image2Image(prompt,image, width=1024, height=1024, guidance_scale=3.5,num_inference_steps=28,strength=0.99):
12
- return I2I(prompt, image, width, height, guidance_scale, num_inference_steps, strength)
13
 
14
  def Image2Image_2(prompt,image,size,num_inference_steps=30):
15
  return I2I_2(image, prompt,size,num_inference_steps)
 
9
  return img
10
 
11
  def Image2Image(prompt,image, width=1024, height=1024, guidance_scale=3.5,num_inference_steps=28,strength=0.99):
12
+ return I2I(image, prompt, width, height, guidance_scale, num_inference_steps, strength)
13
 
14
  def Image2Image_2(prompt,image,size,num_inference_steps=30):
15
  return I2I_2(image, prompt,size,num_inference_steps)
options/Banner_Model/__pycache__/Image2Image.cpython-310.pyc CHANGED
Binary files a/options/Banner_Model/__pycache__/Image2Image.cpython-310.pyc and b/options/Banner_Model/__pycache__/Image2Image.cpython-310.pyc differ