gokaygokay commited on
Commit
57b54a6
·
verified ·
1 Parent(s): e093f64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -36,6 +36,7 @@ pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=
36
  pipe.load_lora_weights(hf_hub_download("gokaygokay/Flux-Game-Assets-LoRA-v2", "game_asst.safetensors"))
37
  pipe.fuse_lora(lora_scale=1)
38
  pipe.to(device="cuda", dtype=torch.bfloat16)
 
39
 
40
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
41
  gr.Markdown(
 
36
  pipe.load_lora_weights(hf_hub_download("gokaygokay/Flux-Game-Assets-LoRA-v2", "game_asst.safetensors"))
37
  pipe.fuse_lora(lora_scale=1)
38
  pipe.to(device="cuda", dtype=torch.bfloat16)
39
+ pipe.enable_model_cpu_offload()
40
 
41
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
42
  gr.Markdown(