Skip to content

Commit

Permalink
fix 'fcntl' bug in inference.
Browse files Browse the repository at this point in the history
Signed-off-by: junsongc <[email protected]>
  • Loading branch information
lawrence-cj committed Nov 22, 2024
1 parent 82ebd27 commit d1efac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/sana_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


from diffusion import DPMS, FlowEuler
from diffusion.data.datasets.utils import *
from diffusion.data.datasets.utils import ASPECT_RATIO_512_TEST, ASPECT_RATIO_1024_TEST, ASPECT_RATIO_2048_TEST
from diffusion.model.builder import build_model, get_tokenizer_and_text_encoder, get_vae, vae_decode
from diffusion.model.utils import prepare_prompt_ar, resize_and_crop_tensor
from diffusion.utils.config import SanaConfig
Expand Down

0 comments on commit d1efac5

Please sign in to comment.