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

文生图Demo执行后output图片生成不出来[Bug] #2137

Open
3 tasks done
learner-dhx opened this issue Apr 12, 2024 · 1 comment
Open
3 tasks done

文生图Demo执行后output图片生成不出来[Bug] #2137

learner-dhx opened this issue Apr 12, 2024 · 1 comment
Assignees
Labels
kind/bug something isn't working

Comments

@learner-dhx
Copy link

Prerequisite

Task

I'm using the official example scripts/configs for the officially supported tasks/models/datasets.

Branch

main branch https://github.com/open-mmlab/mmagic

Environment

python mmagic/utils/collect_env.py
Traceback (most recent call last):
File "mmagic/utils/collect_env.py", line 2, in
from mmcv.utils import collect_env as collect_base_env
File "D:\python\lib\site-packages\mmcv_init_.py", line 3, in
from .arraymisc import *
File "D:\python\lib\site-packages\mmcv\arraymisc_init_.py", line 2, in
from .quantization import dequantize, quantize
File "D:\python\lib\site-packages\mmcv\arraymisc\quantization.py", line 2, in
from typing import Union
File "E:\exploreMmagic\mmagic\mmagic\utils\typing.py", line 2, in
from typing import Callable, Dict, List, Sequence, Tuple, Union
ImportError: cannot import name 'Callable' from partially initialized module 'typing' (most likely due to a circular import) (E:\exploreMmagic\mmagic\mmagic\utils\typing.py)

Reproduces the problem - code sample

from mmagic.apis import MMagicInferencer
sd_inferencer = MMagicInferencer(model_name='stable_diffusion')
text_prompts = 'A panda is having dinner at KFC'
result_out_dir = './output/sd_res.png'
sd_inferencer.infer(text=text_prompts, result_out_dir=result_out_dir)

Reproduces the problem - command or script

from mmagic.apis import MMagicInferencer
sd_inferencer = MMagicInferencer(model_name='stable_diffusion')
text_prompts = 'A panda is having dinner at KFC'
result_out_dir = './output/sd_res.png'
sd_inferencer.infer(text=text_prompts, result_out_dir=result_out_dir)

Reproduces the problem - error message

prompt no error
image

Additional information

No response

@learner-dhx learner-dhx added the kind/bug something isn't working label Apr 12, 2024
@learner-dhx
Copy link
Author

I need help seriously

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants