Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YesianRohn/TextSSR
/ CustomOutput
Class
CustomOutput
diffusers/tests/others/test_outputs.py:14–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
13
@dataclass
14
class
CustomOutput(BaseOutput):
15
images: Union[List[PIL.Image.Image], np.ndarray]
16
17
18
class
ConfigTester(unittest.TestCase):
Callers
4
test_outputs_single_attribute
Method · 0.85
test_outputs_dict_init
Method · 0.85
test_outputs_serialization
Method · 0.85
test_torch_pytree
Method · 0.85
Calls
no outgoing calls
Tested by
4
test_outputs_single_attribute
Method · 0.68
test_outputs_dict_init
Method · 0.68
test_outputs_serialization
Method · 0.68
test_torch_pytree
Method · 0.68