Is it possible to use multiple models when generating the gallery images? At the moment I'd like to put the models I have collected on display and show how they perform based on parameters.
I've tried slipping this into the tags.yaml but it didn't seem to change the model from what was already selected at the top left of the web ui. At least it didn't throw any errors.
The Example:
Anime:Fox:"AnythingV3":value: "masterpiece, best quality, fox, anthro"negative: "lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry"param: "Model: anythingv3, Steps: 35, Sampler: Euler a, CFG scale: 7, Seed: 1058629707, Size: 512x768, Variation seed: 1692844643, Variation seed strength: 0.27, Seed resize from: 1088x512"
I have a lot of models I really don't want to generate them one by one and have to shuffle images and add parameters and stuff to the yaml to keep things organized.
Is it possible to use multiple models when generating the gallery images? At the moment I'd like to put the models I have collected on display and show how they perform based on parameters.
I've tried slipping this into the tags.yaml but it didn't seem to change the model from what was already selected at the top left of the web ui. At least it didn't throw any errors.
The Example:
Anime:
Fox:
"AnythingV3":
value: "masterpiece, best quality, fox, anthro"
negative: "lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry"
param: "Model: anythingv3, Steps: 35, Sampler: Euler a, CFG scale: 7, Seed: 1058629707, Size: 512x768, Variation seed: 1692844643, Variation seed strength: 0.27, Seed resize from: 1088x512"
I have a lot of models I really don't want to generate them one by one and have to shuffle images and add parameters and stuff to the yaml to keep things organized.