prithivMLmods commited on
Commit
2939659
·
verified ·
1 Parent(s): 927c42d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -49,13 +49,6 @@ pipelines = {
49
  controlnet=model,
50
  variant="fp16",
51
  ).to("cuda"),
52
- "RealVisXL_V5.0": StableDiffusionXLFillPipeline.from_pretrained(
53
- "SG161222/RealVisXL_V5.0",
54
- torch_dtype=torch.float16,
55
- vae=vae,
56
- controlnet=model,
57
- variant="fp16",
58
- ).to("cuda"),
59
  }
60
 
61
  for pipe in pipelines.values():
 
49
  controlnet=model,
50
  variant="fp16",
51
  ).to("cuda"),
 
 
 
 
 
 
 
52
  }
53
 
54
  for pipe in pipelines.values():