Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

live mode initiation process is very slow #705

Open
carmo2011 opened this issue May 12, 2024 · 2 comments
Open

live mode initiation process is very slow #705

carmo2011 opened this issue May 12, 2024 · 2 comments
Labels
custom-comfy Issue with custom ComfyUI setup

Comments

@carmo2011
Copy link

when choose live mode and start live preview, the loading process very slow.
it seems to be paused after the backend showed "got prompt" and "model_type EPS" .
Several minutes later, it started to excute other procedures.
Could anyone help with this issue?thans!

got prompt
model_type EPS
Using xformers attention in VAE
Using xformers attention in VAE
clip missing: ['clip_l.logit_scale', 'clip_l.transformer.text_projection.weight']
Requested to load SDXLClipModel
Loading 1 new model
E:\software\ComfyUI-aki-v1.1\comfy\ldm\modules\attention.py:345: UserWarning: 1Torch was not compiled with flash attention. (Triggered internally at ..\aten\src\ATen\native\transformers\cuda\sdp_utils.cpp:263.)
out = torch.nn.functional.scaled_dot_product_attention(q, k, v, attn_mask=mask, dropout_p=0.0, is_causal=False)
Requested to load AutoencoderKL
Loading 1 new model
Requested to load SDXL
Loading 1 new model
Prompt executed in 198.61 seconds

@Acly
Copy link
Owner

Acly commented May 14, 2024

The log doesn't look unusual, although xformers is persumably something you have enabled manually? Maybe try without it?

@Acly Acly added the custom-comfy Issue with custom ComfyUI setup label May 14, 2024
@carmo2011
Copy link
Author

I'm not sure whether enable something manually. How to disable it(xformers as you said or other settings)? thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
custom-comfy Issue with custom ComfyUI setup
Projects
None yet
Development

No branches or pull requests

2 participants