Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ pipe_prior_redux = FluxPriorReduxPipeline.from_pretrained(
|
|
29 |
).to("cuda")
|
30 |
|
31 |
examples = [[Image.open("mona_lisa.jpg"), "pink hair, at the beach", None, "", 0.035, 1., 1., 1., 1., 0],
|
32 |
-
[Image.open("1665_Girl_with_a_Pearl_Earring.jpg"), "", Image.open("dali_example.jpg"), "", 0.08, .4, .
|
33 |
|
34 |
@spaces.GPU
|
35 |
def infer(control_image, prompt, image_2, prompt_2, reference_scale= 0.03 ,
|
|
|
29 |
).to("cuda")
|
30 |
|
31 |
examples = [[Image.open("mona_lisa.jpg"), "pink hair, at the beach", None, "", 0.035, 1., 1., 1., 1., 0],
|
32 |
+
[Image.open("1665_Girl_with_a_Pearl_Earring.jpg"), "", Image.open("dali_example.jpg"), "", 0.08, .4, .6, .33, 1., 1912857110]]
|
33 |
|
34 |
@spaces.GPU
|
35 |
def infer(control_image, prompt, image_2, prompt_2, reference_scale= 0.03 ,
|