Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ def king(type ,
|
|
69 |
generator = torch.manual_seed(seed)
|
70 |
output_image = pipe_edit(
|
71 |
instruction, image=raw_image,
|
72 |
-
guidance_scale=guidance_scale,
|
73 |
num_inference_steps=steps, generator=generator, output_type="latent",
|
74 |
).images
|
75 |
refine = refiner(
|
|
|
69 |
generator = torch.manual_seed(seed)
|
70 |
output_image = pipe_edit(
|
71 |
instruction, image=raw_image,
|
72 |
+
guidance_scale=guidance_scale, image_guidance_scale=1.5,
|
73 |
num_inference_steps=steps, generator=generator, output_type="latent",
|
74 |
).images
|
75 |
refine = refiner(
|