Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def king(type ,
|
|
102 |
steps=int(steps/2.5)
|
103 |
guidance_scale2=(guidance_scale/2)
|
104 |
|
105 |
-
|
106 |
guidance_scale = guidance_scale2,
|
107 |
num_inference_steps = steps,
|
108 |
width = width, height = height,
|
|
|
102 |
steps=int(steps/2.5)
|
103 |
guidance_scale2=(guidance_scale/2)
|
104 |
|
105 |
+
image = pipe_fast( prompt = instruction,
|
106 |
guidance_scale = guidance_scale2,
|
107 |
num_inference_steps = steps,
|
108 |
width = width, height = height,
|