add first-in-first-out queue for image prompts, and add pagination
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
defmodule Diffuser.Repo.Migrations.AddStepsAndGuidanceScaleToPromptRequest do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:prompt_requests) do
|
||||
add :steps, :integer
|
||||
add :guidance_scale, :float
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user