Text-to-Image
Diffusers
Safetensors
English
Chinese
Text-to-Image
SDXL
Stable Diffusion
ID Customization
Instructions to use alimama-creative/SDXL-EcomID with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alimama-creative/SDXL-EcomID with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("alimama-creative/SDXL-EcomID", torch_dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -135,7 +135,7 @@ EcomID enhances portrait representation, delivering a more authentic and aesthet
|
|
| 135 |
</tr>
|
| 136 |
<tr>
|
| 137 |
<td>EcomXL</td>
|
| 138 |
-
<td>A close-up portrait of a <span style="color:red"><strong>very little girl</strong></span> with double braids, wearing <span style="color:red"><strong>a hat</strong></span> and white dress, standing on the beach during sunset.</td>
|
| 139 |
<td style="font-size: 12px;"><img src="images/show_case/44.png" alt="参考图像" width="100%"></td>
|
| 140 |
<td><img src="images/show_case/47.png" alt="EcomID图像" width="100%"></td>
|
| 141 |
<td><img src="images/show_case/46.png" alt="InstantID图像" width="100%"></td>
|
|
|
|
| 135 |
</tr>
|
| 136 |
<tr>
|
| 137 |
<td>EcomXL</td>
|
| 138 |
+
<td style="font-size: 12px;">A close-up portrait of a <span style="color:red"><strong>very little girl</strong></span> with double braids, wearing <span style="color:red"><strong>a hat</strong></span> and white dress, standing on the beach during sunset.</td>
|
| 139 |
<td style="font-size: 12px;"><img src="images/show_case/44.png" alt="参考图像" width="100%"></td>
|
| 140 |
<td><img src="images/show_case/47.png" alt="EcomID图像" width="100%"></td>
|
| 141 |
<td><img src="images/show_case/46.png" alt="InstantID图像" width="100%"></td>
|