generativelabs / serverless-pod-a1111

MIT License
11 stars 18 forks source link

Txt2img Api request sd_xl_base_1.0 error #2

Open kismmmnato0933 opened 1 year ago

kismmmnato0933 commented 1 year ago

Txt2img Api request sd_xl_base_1.0 error

env: runpod/stable-diffusion:fast-stable-diffusion-2.4.0 generativelabs/blue-tomato:1.0.0

{
    "input": {
        "api_name": "txt2img",
        "prompt": "1girl,cute",
        "negative_prompt": "",
        "restore_faces": true,
        "seed": -1,
        "override_settings": {
            "sd_model_checkpoint": "sd_xl_base_1.0"
        },
        "cfg_scale": 7,
        "sampler_index": "DDIM",
        "num_inference_steps": 20,
        "email": "test@example.com"
     }
}
2023-08-20T09:46:51.482918349Z ERROR:root:Model config for ViT-bigG-14 not found; available models ['mt5-base-ViT-B-32', 'mt5-xl-ViT-H-14', 'RN50', 'RN50-quickgelu', 'RN50x4', 'RN50x16', 'RN50x64', 'RN101', 'RN101-quickgelu', 'roberta-ViT-B-32', 'timm-convnext_base', 'timm-convnext_large', 'timm-convnext_xlarge', 'timm-efficientnetv2_rw_s', 'timm-resnetaa50d', 'timm-swin_base_patch4_window7_224', 'timm-vit_medium_patch16_gap_256', 'timm-vit_relpos_medium_patch16_cls_224', 'ViT-B-16', 'ViT-B-16-plus', 'ViT-B-16-plus-240', 'ViT-B-32', 'ViT-B-32-plus-256', 'ViT-B-32-quickgelu', 'ViT-e-14', 'ViT-G-14', 'ViT-g-14', 'ViT-H-14', 'ViT-H-16', 'ViT-L-14', 'ViT-L-14-280', 'ViT-L-14-336', 'ViT-L-16', 'ViT-L-16-320', 'ViT-M-16', 'ViT-M-16-alt', 'ViT-M-32', 'ViT-M-32-alt', 'ViT-S-16', 'ViT-S-16-alt', 'ViT-S-32', 'ViT-S-32-alt', 'xlm-roberta-base-ViT-B-32', 'xlm-roberta-large-ViT-H-14'].
2023-08-20T09:46:51.520120214Z Failed to create model quickly; will retry using slow method.
sky-admin commented 5 months ago

same with you, looks like some deps need update, i will try to fork and update it