---
title: floatfit3d
canonical_url: "https://www.modelscope.ai/models/Playmaker/floatfit3d"
md_url: "https://www.modelscope.ai/models/Playmaker/floatfit3d.md"
repository: Playmaker/floatfit3d
last_updated: 2026-03-16
license: "Apache License 2.0"
pipeline_tag: text-to-image-synthesis
tasks:
  - text-to-image-synthesis
base_model:
  - "Qwen/Qwen-Image-Edit-2511@master"
base_model_relation: adapter
parameters: 1.2B
tensor_type:
  - BF16
library_name:
  - lora
  - safetensors
supports_inference: txt2img
downloads: 827
stars: 3
tags:
  - LoRA
  - text-to-image
---

# floatfit3d

> floatfit3d - An open-source model by Playmaker on ModelScope. Trained a LoRA to extract outfits and render them as 3D floating clothing displays. Prompt: Extract the outfit from the person and render it as a 3D floating clothing display on a grey…

Playmaker/floatfit3d is a 1.2B-parameter text-to-image-synthesis model on ModelScope. licensed under Apache License 2.0. derived from Qwen/Qwen-Image-Edit-2511@master. and supports online inference (txt2img).

- **Repository**: Playmaker/floatfit3d
- **License**: Apache License 2.0
- **Tasks**: text-to-image-synthesis
- **Parameters**: 1.2B
- **Base model**: Qwen/Qwen-Image-Edit-2511@master
- **Online inference**: txt2img
- **Tags**: LoRA, text-to-image
- **Downloads**: 827
- **Stars**: 3
- **Last updated**: 2026-03-16

Source: https://www.modelscope.ai/models/Playmaker/floatfit3d

---

### You are viewing the default Readme template as no detailed model-card was provided by the model’s contributors. You can access the model files in the "Files and versions" tab.
#### Model files may be downloaded with ModelScope SDK or through git clone directly.

Download with ModelScope’s Python SDK
```bash
#Install ModelScope
pip install modelscope
```
```python
#Download with ModelScope’s Python SDK
from modelscope import snapshot_download
model_dir = snapshot_download('Playmaker/floatfit3d')
```
Download with Git clone
```
git clone https://www.modelscope.ai/Playmaker/floatfit3d.git
```

<p style="color: lightgrey;">If you are a contributor to this model, we invite you to promptly update the model card content according to <a href="https://www.modelscope.ai/docs/contribute/model-integration" style="color: lightgrey; text-decoration: underline;">the model contribution documentation</a>.</p>
