Skip to content

Commit

Permalink
run black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Millu committed Nov 7, 2023
1 parent 5c3a27a commit 4cfd559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invokeai/app/invocations/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
# from invokeai.app.invocations.shared import FreeUConfig



class FreeUConfig(BaseModel):
"""
Configuration for the FreeU hyperparameters.
Expand All @@ -34,6 +33,7 @@ class FreeUConfig(BaseModel):
b1: float = Field(ge=-1, le=3, description=FieldDescriptions.freeu_b1)
b2: float = Field(ge=-1, le=3, description=FieldDescriptions.freeu_b2)


class ModelInfo(BaseModel):
model_name: str = Field(description="Info to load submodel")
base_model: BaseModelType = Field(description="Base model")
Expand Down

0 comments on commit 4cfd559

Please sign in to comment.