Commit 898ffdc2 authored by novelailab's avatar novelailab

grid_size

parent deea3042
......@@ -140,7 +140,7 @@ class DalleMiniModel(nn.Module):
images = self.model.generate_images(
text=request.prompt,
seed=seed,
grid_size=4,
grid_size=request.grid_size,
is_seamless=False,
temperature=request.temp,
top_k=request.top_k,
......
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