Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/flux1/generate.py
Original file line number Diff line number Diff line change
@@ -15,11 +15,11 @@
def generate(
props: GenerateFunctionProps[Flux1PipeObject],
) -> List[GenerateOutput]:
# Props -------------------------------------
# Props ------------------------------------
input = props.input
pipe_object = props.pipe_object
model_name = props.model_name
# -------------------------------------------
# ------------------------------------------

inference_start = time.time()
log_gpu_memory(message="Before inference")

0 comments on commit d33207b

Please sign in to comment.