-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
kind/bugsomething isn't workingsomething isn't working
Description
Prerequisite
- I have searched Issues and Discussions but cannot get the expected help.
- I have read the FAQ documentation but cannot get the expected help.
- The bug has not been fixed in the latest version (main) or latest version (0.x).
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
Environment is OK.
This question was found in mmagic/api/mmagic_inferencers.py.
It only appears when I want to use NAFNet with MMagicInferencer (MMagicInferencer("nafnet"))
Reproduces the problem - code sample
from mmagic.api import MMagicInferencer
editor = MMagicInferencer('nafnet')
Reproduces the problem - command or script
from mmagic.api import MMagicInferencer
editor = MMagicInferencer('nafnet')
Reproduces the problem - error message
Model nafnet is not supported.
BUT, I read mmagic/api/mmagic_inferencers.py, then I found NAFNet was not in unsupported list either.
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugsomething isn't workingsomething isn't working