Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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(
|