mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-08 12:14:56 -05:00
frontend design done; functionality not hooked up yet
This commit is contained in:
@@ -180,11 +180,9 @@ class FloatSlider(npyscreen.Slider):
|
||||
stri = stri.rjust(l)
|
||||
return stri
|
||||
|
||||
|
||||
class FloatTitleSlider(npyscreen.TitleText):
|
||||
_entry_type = FloatSlider
|
||||
|
||||
|
||||
class mergeModelsForm(npyscreen.FormMultiPageAction):
|
||||
interpolations = ["weighted_sum", "sigmoid", "inv_sigmoid", "add_difference"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user