OmPrakashSingh1704 commited on
Commit
bc8d897
·
1 Parent(s): 30206c8
options/Banner.py CHANGED
@@ -8,7 +8,9 @@ def TextImage(prompt, width=1024, height=1024, guidance_scale=3.5,
8
  img = T2I(prompt, width, height, guidance_scale, num_inference_steps)
9
  return img
10
 
11
- def Image2Image(prompt,image, width, height, guidance_scale,num_inference_steps,strength):
 
 
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):
 
8
  img = T2I(prompt, width, height, guidance_scale, num_inference_steps)
9
  return img
10
 
11
+ def Image2Image(prompt,image,
12
+ # width, height, guidance_scale,num_inference_steps,strength
13
+ ):
14
  return I2I(image, prompt, width, height, guidance_scale, num_inference_steps, strength)
15
 
16
  def Image2Image_2(prompt,image,size,num_inference_steps=30):
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
 
options/__pycache__/Banner.cpython-310.pyc CHANGED
Binary files a/options/__pycache__/Banner.cpython-310.pyc and b/options/__pycache__/Banner.cpython-310.pyc differ