Yaron Koresh commited on
Commit
34da2c0
·
verified ·
1 Parent(s): 9ed605b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ pipe.scheduler = DDIMScheduler(
124
  pipe.load_ip_adapter("h94/IP-Adapter", subfolder="models", weight_name="ip-adapter-plus_sd15.bin")
125
  pipe.enable_free_init(method="butterworth", use_fast_sampling=fast)
126
 
127
- pipe_flux = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16, token=os.getenv("hf_token")).to(device,dtype=dtype)
128
 
129
  # functionality
130
 
 
124
  pipe.load_ip_adapter("h94/IP-Adapter", subfolder="models", weight_name="ip-adapter-plus_sd15.bin")
125
  pipe.enable_free_init(method="butterworth", use_fast_sampling=fast)
126
 
127
+ #pipe_flux = FluxPipeline.from_pretrained("black-forest-labs/#FLUX.1-dev", torch_dtype=torch.bfloat16, token=os.getenv("hf_token")).to(device,dtype=dtype)
128
 
129
  # functionality
130