KingNish commited on
Commit
0fe7f63
1 Parent(s): e386106

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ DEFAULT_INFERENCE_STEPS = 1
17
  # Device and model setup
18
  dtype = torch.float16
19
  pipe = FLUXPipelineWithIntermediateOutputs.from_pretrained(
20
- "black-forest-labs/FLUX.1-schnell", torch_dtype=dtype
21
  ).to("cuda")
22
  pipe.vae = AutoencoderTiny.from_pretrained("madebyollin/taef1", torch_dtype=torch.float16).to("cuda")
23
  # pipe.transformer.to(memory_format=torch.channels_last)
 
17
  # Device and model setup
18
  dtype = torch.float16
19
  pipe = FLUXPipelineWithIntermediateOutputs.from_pretrained(
20
+ "ostris/OpenFLUX.1", torch_dtype=dtype
21
  ).to("cuda")
22
  pipe.vae = AutoencoderTiny.from_pretrained("madebyollin/taef1", torch_dtype=torch.float16).to("cuda")
23
  # pipe.transformer.to(memory_format=torch.channels_last)