Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
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
|
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 |
|