Updated generation pages.
This commit is contained in:
5
utils.py
5
utils.py
@@ -11,8 +11,9 @@ _LORA_DEFAULTS = {
|
||||
'detailers': '/ImageModels/lora/Illustrious/Detailers',
|
||||
}
|
||||
|
||||
_IDENTITY_KEYS = ['base_specs', 'hair', 'eyes', 'hands', 'arms', 'torso', 'pelvis', 'legs', 'feet', 'extra']
|
||||
_WARDROBE_KEYS = ['full_body', 'headwear', 'top', 'bottom', 'legwear', 'footwear', 'hands', 'gloves', 'accessories']
|
||||
_BODY_GROUP_KEYS = ['base', 'head', 'upper_body', 'lower_body', 'hands', 'feet', 'additional']
|
||||
_IDENTITY_KEYS = _BODY_GROUP_KEYS
|
||||
_WARDROBE_KEYS = _BODY_GROUP_KEYS
|
||||
|
||||
|
||||
def allowed_file(filename):
|
||||
|
||||
Reference in New Issue
Block a user