gokaygokay commited on
Commit
b35117d
·
verified ·
1 Parent(s): 81a9e41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ lora_path = hf_hub_download("gokaygokay/Flux-Game-Assets-LoRA-v2", "game_asst.sa
83
  pipe.load_lora_weights(lora_path)
84
  pipe.fuse_lora(lora_scale=1.0)
85
  pipe.unload_lora_weights()
86
- pipe.transformer.to(device, dtype=torch.bfloat16)
87
 
88
  # Now quantize after LoRA is fused
89
  print('Quantizing, please wait...')
 
83
  pipe.load_lora_weights(lora_path)
84
  pipe.fuse_lora(lora_scale=1.0)
85
  pipe.unload_lora_weights()
86
+ #pipe.transformer.to(device, dtype=torch.bfloat16)
87
 
88
  # Now quantize after LoRA is fused
89
  print('Quantizing, please wait...')