Skip to content

Commit 7569030

Browse files
hipsterusernamepsychedelicious
authored andcommitted
Update latent.py
1 parent 1755e98 commit 7569030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/app/invocations/latent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class TextToLatentsInvocation(BaseInvocation):
167167
noise: Optional[LatentsField] = Field(description="The noise to use")
168168
steps: int = Field(default=10, gt=0, description="The number of steps to use to generate the image")
169169
cfg_scale: float = Field(default=7.5, gt=0, description="The Classifier-Free Guidance, higher values may result in a result closer to the prompt", )
170-
scheduler: SAMPLER_NAME_VALUES = Field(default="lms", description="The scheduler to use" )
170+
scheduler: SAMPLER_NAME_VALUES = Field(default="euler", description="The scheduler to use" )
171171
model: str = Field(default="", description="The model to use (currently ignored)")
172172
# seamless: bool = Field(default=False, description="Whether or not to generate an image that can tile without seams", )
173173
# seamless_axes: str = Field(default="", description="The axes to tile the image on, 'x' and/or 'y'")

0 commit comments

Comments
 (0)