scenario-labs / Scenario-Unity

The Scenario Unity Plugin allows you to live the Scenario experience directly into Unity
https://www.scenario.com
66 stars 4 forks source link

Set up default dimension depending on model in Prompt Window #163

Closed qvaleroo closed 3 months ago

qvaleroo commented 5 months ago

If I select a model of type sd-xl sd-xl-composition or sd-xl-lora my default dimension should be between 1024 and 2048 Otherwise it is a sd-1_5 or sd-1_5-composition or sd-1_5-lora model and dimension should be 512 and 1024

TheLLspectre commented 5 months ago

What options I let @qvaleroo, currently we have this:

Image

Do I only let : {1024,2048} or more options {1024, xxxx, xxxx, ..., 2048}

qvaleroo commented 5 months ago

What options I let @qvaleroo, currently we have this:

Image

Do I only let : {1024,2048} or more options {1024, xxxx, xxxx, ..., 2048}

For SD1.5 you can keep what you have. For SDXL you can just do x2 on SD1.5 values