LPX55 commited on
Commit
3409aa3
·
verified ·
1 Parent(s): 5e6c0cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ controlnet = FluxControlNetModel.from_pretrained(
49
  pipe = FluxControlNetPipeline.from_pretrained(
50
  "LPX55/FLUX.1-merged_uncensored", controlnet=controlnet, torch_dtype=torch.bfloat16, vae=good_vae, token=huggingface_token,
51
  )
52
- pipe.enable_vae_tiling()
53
  # pipe.load_lora_weights(
54
  # hf_hub_download("ByteDance/Hyper-SD", "Hyper-FLUX.1-dev-8steps-lora.safetensors"), adapter_name="hyper-sd"
55
  # )
 
49
  pipe = FluxControlNetPipeline.from_pretrained(
50
  "LPX55/FLUX.1-merged_uncensored", controlnet=controlnet, torch_dtype=torch.bfloat16, vae=good_vae, token=huggingface_token,
51
  )
52
+
53
  # pipe.load_lora_weights(
54
  # hf_hub_download("ByteDance/Hyper-SD", "Hyper-FLUX.1-dev-8steps-lora.safetensors"), adapter_name="hyper-sd"
55
  # )