amos1088 commited on
Commit
6f3c8de
·
1 Parent(s): f40f178
Files changed (2) hide show
  1. .idea/vcs.xml +0 -1
  2. 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=24,
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,