vkthakur88
commited on
Commit
•
ab01d1a
1
Parent(s):
6847cb9
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,8 @@ def image_interface(prompt, negative_prompt, guidance_scale, steps):
|
|
10 |
prompt = prompt,
|
11 |
negative_prompt = negative_prompt,
|
12 |
guidance_scale = guidance_scale,
|
13 |
-
num_inference_steps = steps
|
|
|
14 |
)
|
15 |
|
16 |
return response
|
|
|
10 |
prompt = prompt,
|
11 |
negative_prompt = negative_prompt,
|
12 |
guidance_scale = guidance_scale,
|
13 |
+
num_inference_steps = steps,
|
14 |
+
model = 'stabilityai/stable-diffusion-xl-base-1.0'
|
15 |
)
|
16 |
|
17 |
return response
|