Commit 899da5fe authored by novelailab's avatar novelailab

dont print the fucking output

parent 914fc5dd
......@@ -74,7 +74,6 @@ def generate(request: GenerationRequest):
images = model.sample(request)
process_time = time.perf_counter() - t
logger.info(f"Request took {process_time:0.3f} seconds")
print(images)
return GenerationOutput(generation=images)
except Exception as e:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment