Make fattn optional
This commit is contained in:
parent
216e59c105
commit
275c1a1852
6 changed files with 57 additions and 4 deletions
|
|
@ -30,6 +30,7 @@ public:
|
|||
QString getDiTModelPath() const;
|
||||
QString getVAEModelPath() const;
|
||||
bool getLowVramMode() const;
|
||||
bool getFlashAttention() const;
|
||||
|
||||
// Setters for settings
|
||||
void setJsonTemplate(const QString &templateStr);
|
||||
|
|
@ -39,6 +40,7 @@ public:
|
|||
void setDiTModelPath(const QString &path);
|
||||
void setVAEModelPath(const QString &path);
|
||||
void setLowVramMode(bool enabled);
|
||||
void setFlashAttention(bool enabled);
|
||||
|
||||
private slots:
|
||||
void on_aceStepBrowseButton_clicked();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue