mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
add explicit vae method=none and allow images in history
Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
@@ -415,7 +415,7 @@ class ResProgress(BaseModel):
|
||||
progress: float = Field(title="Progress", description="The progress with a range of 0 to 1")
|
||||
eta_relative: float = Field(title="ETA in secs")
|
||||
state: dict = Field(title="State", description="The current state snapshot")
|
||||
current_image: str | None = Field(default=None, title="Current image", description="The current image in base64 format. opts.show_progress_every_n_steps is required for this to work.")
|
||||
current_image: str | None = Field(default=None, title="Current image", description="The current image in base64 format")
|
||||
textinfo: str | None = Field(default=None, title="Info text", description="Info text used by WebUI.")
|
||||
|
||||
class ResHistory(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user