Expand description
Per-variant task request structs and the top-level TaskRequest dispatch enum.
Re-exports§
pub use check_riggable::CheckRiggableRequest;pub use convert_model::ConvertModelRequest;pub use image_to_model::ImageToModelRequest;pub use mesh_completion::MeshCompletionRequest;pub use mesh_segmentation::MeshSegmentationRequest;pub use multiview_to_model::MultiviewToModelRequest;pub use refine_model::RefineModelRequest;pub use retarget_animation::AnimationInput;pub use retarget_animation::RetargetAnimationRequest;pub use rig_model::RigModelRequest;pub use smart_lowpoly::SmartLowpolyRequest;pub use stylize_model::StylizeModelRequest;pub use text_to_model::TextToModelRequest;pub use texture_model::TextureModelRequest;pub use texture_model::TexturePrompt;
Modules§
- check_
riggable check_riggabletask variant. Wiretype:animate_prerigcheck.- convert_
model convert_modeltask variant.- image_
to_ model image_to_modeltask variant.- mesh_
completion mesh_completiontask variant.- mesh_
segmentation mesh_segmentationtask variant.- multiview_
to_ model multiview_to_modeltask variant.- refine_
model refine_modeltask variant.- retarget_
animation retarget_animationtask variant. Wiretype:animate_retarget.- rig_
model rig_modeltask variant. Wiretype:animate_rig.- smart_
lowpoly smart_lowpolytask variant. Wiretype:highpoly_to_lowpoly.- stylize_
model stylize_modeltask variant.- text_
to_ model text_to_modeltask variant.- texture_
model texture_modeltask variant.
Enums§
- Task
Request - Task creation request body.
typetag is set by serde.