You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the installation is completed, it can output the version information normally, but it cannot run the following code, and there is no error message output without output
Reproduces the problem - code sample
importmmagicfrommmagic.apisimportMMagicInferencerprint(mmagic.__version__)
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
python .\main.py
Reproduces the problem - error message
There is no error message output without output
Additional information
No response
The text was updated successfully, but these errors were encountered:
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
After the installation is completed, it can output the version information normally, but it cannot run the following code, and there is no error message output without output
Reproduces the problem - code sample
Reproduces the problem - command or script
python .\main.py
Reproduces the problem - error message
There is no error message output without output
Additional information
No response
The text was updated successfully, but these errors were encountered: