jiuface commited on
Commit
b24ee52
1 Parent(s): 49c68c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ base_model = "black-forest-labs/FLUX.1-dev"
37
 
38
  # load pipe
39
 
40
- txt2img_pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=dtype,low_cpu_mem_usage=False)
41
 
42
  txt2img_pipe = txt2img_pipe.to(device)
43
  txt2img_pipe.__class__.load_lora_into_transformer = classmethod(load_lora_into_transformer)
 
37
 
38
  # load pipe
39
 
40
+ txt2img_pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=dtype)
41
 
42
  txt2img_pipe = txt2img_pipe.to(device)
43
  txt2img_pipe.__class__.load_lora_into_transformer = classmethod(load_lora_into_transformer)