MCPcopy Create free account
hub / github.com/HisMax/RedInk / get_supported_sizes

Method get_supported_sizes

backend/generators/image_api.py:43–45  ·  view source on GitHub ↗

获取支持的图片尺寸

(self)

Source from the content-addressed store, hash-verified

41 return True
42
43 def get_supported_sizes(self) -> List[str]:
44 """获取支持的图片尺寸"""
45 return ["1K", "2K", "4K"]
46
47 def get_supported_aspect_ratios(self) -> List[str]:
48 """获取支持的宽高比"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected