Skip to content

Commit

Permalink
fix import format
Browse files Browse the repository at this point in the history
  • Loading branch information
andompesta committed Nov 14, 2024
1 parent 3087c60 commit 5c2cba1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/flux/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,7 @@
from transformers import pipeline

from flux.sampling import denoise, get_noise, get_schedule, prepare, unpack
from flux.util import (
configs,
embed_watermark,
load_ae,
load_clip,
load_flow_model,
load_t5,
)
from transformers import pipeline
from flux.util import configs, embed_watermark, load_ae, load_clip, load_flow_model, load_t5

from flux.trt.trt_manager import TRTManager
from cuda import cudart
Expand Down

0 comments on commit 5c2cba1

Please sign in to comment.