jeffvedd commited on
Commit
5ff0620
·
verified ·
1 Parent(s): f1bdca2

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -8,7 +8,6 @@ MODEL_REPO = "BinaryLight1011/Imageflow"
8
  pipe = StableDiffusionXLPipeline.from_pretrained(
9
  MODEL_REPO,
10
  torch_dtype=torch.float16,
11
- variant="fp16",
12
  use_safetensors=True,
13
  )
14
  pipe.to("cuda")
 
8
  pipe = StableDiffusionXLPipeline.from_pretrained(
9
  MODEL_REPO,
10
  torch_dtype=torch.float16,
 
11
  use_safetensors=True,
12
  )
13
  pipe.to("cuda")