fffiloni commited on
Commit
cb3fd96
1 Parent(s): 0ffef9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -74,6 +74,7 @@ def process_brightness(
74
  negative_prompt,
75
  conditioning_image,
76
  num_inference_steps=30,
 
77
  guidance_scale=7.0,
78
  seed=1234,
79
  ):
@@ -108,7 +109,7 @@ def process_brightness(
108
  def infer(video_in, trim_value, prompt,
109
  negative_prompt,
110
  num_inference_steps=30,
111
- size=768,
112
  guidance_scale=7.0,
113
  seed=1234
114
  ):
@@ -137,6 +138,7 @@ def infer(video_in, trim_value, prompt,
137
  negative_prompt,
138
  conditioning_image,
139
  num_inference_steps=30,
 
140
  guidance_scale=7.0,
141
  seed=1234
142
  )
 
74
  negative_prompt,
75
  conditioning_image,
76
  num_inference_steps=30,
77
+ width=512,
78
  guidance_scale=7.0,
79
  seed=1234,
80
  ):
 
109
  def infer(video_in, trim_value, prompt,
110
  negative_prompt,
111
  num_inference_steps=30,
112
+ width=512,
113
  guidance_scale=7.0,
114
  seed=1234
115
  ):
 
138
  negative_prompt,
139
  conditioning_image,
140
  num_inference_steps=30,
141
+ width=512,
142
  guidance_scale=7.0,
143
  seed=1234
144
  )