Spaces:
Paused
Paused
uuu
Browse files- .idea/vcs.xml +0 -1
- app.py +1 -1
.idea/vcs.xml
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
<project version="4">
|
3 |
<component name="VcsDirectoryMappings">
|
4 |
<mapping directory="" vcs="Git" />
|
5 |
-
<mapping directory="$PROJECT_DIR$/_image_gen_aux" vcs="Git" />
|
6 |
<mapping directory="$PROJECT_DIR$/test_gradio" vcs="Git" />
|
7 |
</component>
|
8 |
</project>
|
|
|
2 |
<project version="4">
|
3 |
<component name="VcsDirectoryMappings">
|
4 |
<mapping directory="" vcs="Git" />
|
|
|
5 |
<mapping directory="$PROJECT_DIR$/test_gradio" vcs="Git" />
|
6 |
</component>
|
7 |
</project>
|
app.py
CHANGED
@@ -66,7 +66,7 @@ def gui_generation(prompt,negative_prompt, ref_img, guidance_scale, ipadapter_sc
|
|
66 |
height=1024,
|
67 |
prompt=prompt,
|
68 |
negative_prompt=negative_prompt,
|
69 |
-
num_inference_steps=
|
70 |
guidance_scale=guidance_scale,
|
71 |
generator=torch.Generator("cuda").manual_seed(42),
|
72 |
clip_image=ref_img,
|
|
|
66 |
height=1024,
|
67 |
prompt=prompt,
|
68 |
negative_prompt=negative_prompt,
|
69 |
+
num_inference_steps=35,
|
70 |
guidance_scale=guidance_scale,
|
71 |
generator=torch.Generator("cuda").manual_seed(42),
|
72 |
clip_image=ref_img,
|