MindOfMatter / Fooocus-MindOfMatter-Edition

Fooocus-MindOfMatter-Edition: An enhanced fork of Fooocus with new features like custom LORAS configurations, additional presets/styles, and usability improvements. This edition expands the original's versatility, merging classic functionality with innovative enhancements.
GNU General Public License v3.0
6 stars 3 forks source link

Add default main resolutions #5

Open MindOfMatter opened 10 months ago

MindOfMatter commented 10 months ago

add standard resolutions

    default_value = [
        '704*1408', '704*1344', '768*1344', '768*1280', '832*1216', '832*1152',
        '896*1152', '896*1088', '960*1088', '960*1024', '1024*1024', '1024*960',
        '1088*960', '1088*896', '1152*896', '1152*832', '1216*832', '1280*768',
        '1344*768', '1344*704', '1408*704', '1472*704', '1536*640', '1600*640',
        '1664*576', '1728*576', '1920*1080', '800*600', '600*800',
        '1200*900', '900*1200', '1600*1200', '1200*1600', 
        '1191*842', '842*1191', '1280*720', '2560*1440'
    ],

image

My changes :