Before I used:
and assumed you just added models.
But you also changed the old models.
And changed the defaults, thus invalidating any old settings for this in Hybrid.
Changed it now to:
and updated the Hybrid_deoldify download. Hopefully this works now as requested.
Cu Selur
values.clear();
values << QString("Video");
values << QString("Stable");
values << QString("Artistic");
this->addListField(QString("vsDeOldifyModel"), values.at(0), values, true);
But you also changed the old models.
And changed the defaults, thus invalidating any old settings for this in Hybrid.
Changed it now to:
values.clear();
values << QString("ModelScope");
values << QString("Artistic");
values << QString("Siggraph 17");
values << QString("ECC v16");
this->addListField(QString("vsDeOldifyModel"), values.at(1), values, true);
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.