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
|
@@ -5,7 +5,7 @@
|
|
| 5 |
|
| 6 |
EcomID aims to generate customized images from a single reference ID image, ensuring strong semantic consistency while being controlled by keypoints.
|
| 7 |
|
| 8 |
-
This repository provides the EcomID method and model, combining the strengths of PuLID and InstantID for better background consistency, facial keypoint control, and realistic facial representation with improved similarity.
|
| 9 |
|
| 10 |
# EcomID Overview
|
| 11 |
|
|
@@ -168,7 +168,7 @@ EcomID enhances portrait representation, delivering a more authentic and aesthet
|
|
| 168 |
|
| 169 |
## ComfyUI
|
| 170 |
|
| 171 |
-
- The EcomID_ComfyUI node has been released: [click here](https://
|
| 172 |
|
| 173 |
# Training Details
|
| 174 |
|
|
|
|
| 5 |
|
| 6 |
EcomID aims to generate customized images from a single reference ID image, ensuring strong semantic consistency while being controlled by keypoints.
|
| 7 |
|
| 8 |
+
This repository provides the EcomID method and model, combining the strengths of [PuLID](https://github.com/ToTheBeginning/PuLID) and [InstantID](https://github.com/instantX-research/InstantID) for better background consistency, facial keypoint control, and realistic facial representation with improved similarity.
|
| 9 |
|
| 10 |
# EcomID Overview
|
| 11 |
|
|
|
|
| 168 |
|
| 169 |
## ComfyUI
|
| 170 |
|
| 171 |
+
- The EcomID_ComfyUI node has been released: [click here](https://github.com/alimama-creative/EcomID_ComfyUI)
|
| 172 |
|
| 173 |
# Training Details
|
| 174 |
|