Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ good_vae = AutoencoderKL.from_pretrained("black-forest-labs/FLUX.1-dev", subfold
|
|
17 |
# pipe.to(torch.float16)
|
18 |
pipe.flux_pipe_call_that_returns_an_iterable_of_images = flux_pipe_call_that_returns_an_iterable_of_images.__get__(pipe)
|
19 |
|
20 |
-
llm_client =
|
21 |
# t2i_client = Client("black-forest-labs/FLUX.1-dev")
|
22 |
# t2i_client = Client("black-forest-labs/FLUX.1-schnell")
|
23 |
|
|
|
17 |
# pipe.to(torch.float16)
|
18 |
pipe.flux_pipe_call_that_returns_an_iterable_of_images = flux_pipe_call_that_returns_an_iterable_of_images.__get__(pipe)
|
19 |
|
20 |
+
llm_client = model="Qwen/Qwen2.5-72B-Instruct") # or any other public gradio space/model
|
21 |
# t2i_client = Client("black-forest-labs/FLUX.1-dev")
|
22 |
# t2i_client = Client("black-forest-labs/FLUX.1-schnell")
|
23 |
|