:py:mod:`vendor_fabric.meshy.text3d` ==================================== .. py:module:: vendor_fabric.meshy.text3d .. autodoc2-docstring:: vendor_fabric.meshy.text3d :parser: myst :allowtitles: Module Contents --------------- Functions ~~~~~~~~~ .. list-table:: :class: autosummary longtable :align: left * - :py:obj:`create ` - .. autodoc2-docstring:: vendor_fabric.meshy.text3d.create :parser: myst :summary: * - :py:obj:`get ` - .. autodoc2-docstring:: vendor_fabric.meshy.text3d.get :parser: myst :summary: * - :py:obj:`refine ` - .. autodoc2-docstring:: vendor_fabric.meshy.text3d.refine :parser: myst :summary: * - :py:obj:`poll ` - .. autodoc2-docstring:: vendor_fabric.meshy.text3d.poll :parser: myst :summary: * - :py:obj:`generate ` - .. autodoc2-docstring:: vendor_fabric.meshy.text3d.generate :parser: myst :summary: API ~~~ .. py:function:: create(request: vendor_fabric.meshy.models.Text3DRequest) -> extended_data.containers.ExtendedString :canonical: vendor_fabric.meshy.text3d.create .. autodoc2-docstring:: vendor_fabric.meshy.text3d.create :parser: myst .. py:function:: get(task_id: str) -> extended_data.containers.ExtendedDict :canonical: vendor_fabric.meshy.text3d.get .. autodoc2-docstring:: vendor_fabric.meshy.text3d.get :parser: myst .. py:function:: refine(task_id: str) -> extended_data.containers.ExtendedString :canonical: vendor_fabric.meshy.text3d.refine .. autodoc2-docstring:: vendor_fabric.meshy.text3d.refine :parser: myst .. py:function:: poll(task_id: str, interval: float = 5.0, timeout: float = 600.0) -> extended_data.containers.ExtendedDict :canonical: vendor_fabric.meshy.text3d.poll .. autodoc2-docstring:: vendor_fabric.meshy.text3d.poll :parser: myst .. py:function:: generate(prompt: str, *, art_style: vendor_fabric.meshy.models.ArtStyle | str = ArtStyle.REALISTIC, negative_prompt: str = '', target_polycount: int = 15000, enable_pbr: bool = True, wait: bool = True) -> extended_data.containers.ExtendedDict | extended_data.containers.ExtendedString :canonical: vendor_fabric.meshy.text3d.generate .. autodoc2-docstring:: vendor_fabric.meshy.text3d.generate :parser: myst