Skip to content

Commit

Permalink
sdxl fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet committed Dec 2, 2023
1 parent 0afc605 commit 2f165d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/stable_diffusion/web/ui/txt2img_sdxl_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def txt2img_sdxl_inf(
save_metadata_to_png: bool,
ondemand: bool,
repeatable_seeds: bool,

):
if precision != "fp16":
print("currently we support fp16 for SDXL")
Expand Down Expand Up @@ -115,7 +116,7 @@ def txt2img_sdxl_inf(
width,
device,
use_lora=args.use_lora,
use_stencil=None,
stencils=None,
ondemand=ondemand,
)
if (
Expand Down

0 comments on commit 2f165d7

Please sign in to comment.