ford442 commited on
Commit
90b7914
·
verified ·
1 Parent(s): 9faeb57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -13
app.py CHANGED
@@ -270,19 +270,6 @@ def generate_30(
270
  latent_file_2 = gr.File(), # Add latents file input
271
  samples=1,
272
  progress=gr.Progress(track_tqdm=True) # Add progress as a keyword argument
273
- ):
274
- prompt: str = "",
275
- negative_prompt: str = "",
276
- use_negative_prompt: bool = False,
277
- style_selection: str = "",
278
- width: int = 768,
279
- height: int = 768,
280
- guidance_scale: float = 4,
281
- num_inference_steps: int = 125,
282
- latent_file = gr.File(), # Add latents file input
283
- latent_file_2 = gr.File(), # Add latents file input
284
- samples=1,
285
- progress=gr.Progress(track_tqdm=True) # Add progress as a keyword argument
286
  ):
287
  seed = random.randint(0, MAX_SEED)
288
  generator = torch.Generator(device='cuda').manual_seed(seed)
 
270
  latent_file_2 = gr.File(), # Add latents file input
271
  samples=1,
272
  progress=gr.Progress(track_tqdm=True) # Add progress as a keyword argument
 
 
 
 
 
 
 
 
 
 
 
 
 
273
  ):
274
  seed = random.randint(0, MAX_SEED)
275
  generator = torch.Generator(device='cuda').manual_seed(seed)