:py:mod:`vendor_fabric.meshy.retexture` ======================================= .. py:module:: vendor_fabric.meshy.retexture .. autodoc2-docstring:: vendor_fabric.meshy.retexture :parser: myst :allowtitles: Module Contents --------------- Functions ~~~~~~~~~ .. list-table:: :class: autosummary longtable :align: left * - :py:obj:`create ` - .. autodoc2-docstring:: vendor_fabric.meshy.retexture.create :parser: myst :summary: * - :py:obj:`get ` - .. autodoc2-docstring:: vendor_fabric.meshy.retexture.get :parser: myst :summary: * - :py:obj:`poll ` - .. autodoc2-docstring:: vendor_fabric.meshy.retexture.poll :parser: myst :summary: * - :py:obj:`apply ` - .. autodoc2-docstring:: vendor_fabric.meshy.retexture.apply :parser: myst :summary: * - :py:obj:`apply_from_image ` - .. autodoc2-docstring:: vendor_fabric.meshy.retexture.apply_from_image :parser: myst :summary: API ~~~ .. py:function:: create(request: vendor_fabric.meshy.models.RetextureRequest) -> extended_data.containers.ExtendedString :canonical: vendor_fabric.meshy.retexture.create .. autodoc2-docstring:: vendor_fabric.meshy.retexture.create :parser: myst .. py:function:: get(task_id: str) -> extended_data.containers.ExtendedDict :canonical: vendor_fabric.meshy.retexture.get .. autodoc2-docstring:: vendor_fabric.meshy.retexture.get :parser: myst .. py:function:: poll(task_id: str, interval: float = 5.0, timeout: float = 600.0) -> extended_data.containers.ExtendedDict :canonical: vendor_fabric.meshy.retexture.poll .. autodoc2-docstring:: vendor_fabric.meshy.retexture.poll :parser: myst .. py:function:: apply(model_task_id: str, prompt: str, *, enable_original_uv: bool = True, enable_pbr: bool = True, wait: bool = True) -> extended_data.containers.ExtendedDict | extended_data.containers.ExtendedString :canonical: vendor_fabric.meshy.retexture.apply .. autodoc2-docstring:: vendor_fabric.meshy.retexture.apply :parser: myst .. py:function:: apply_from_image(model_task_id: str, style_image_url: str, *, enable_original_uv: bool = True, enable_pbr: bool = True, wait: bool = True) -> extended_data.containers.ExtendedDict | extended_data.containers.ExtendedString :canonical: vendor_fabric.meshy.retexture.apply_from_image .. autodoc2-docstring:: vendor_fabric.meshy.retexture.apply_from_image :parser: myst