tgohblio/instant-id-multicontrolnet ✓🔢❓📝🖼️ → 🖼️
About
InstantID. ControlNets. More base SDXL models. And the latest ByteDance's ⚡️SDXL-Lightning !⚡️
Example Output
Prompt:
"woman as elven princess, with blue sheen dress, masterpiece"
Output
Performance Metrics
9.76s
Prediction Time
1467.55s
Total Time
All Input Parameters
{
"pose": false,
"seed": 0,
"canny": false,
"model": "AlbedoBase XL V2",
"prompt": "woman as elven princess, with blue sheen dress, masterpiece",
"depth_map": false,
"num_steps": 25,
"scheduler": "DPMSolverMultistepScheduler",
"pose_strength": 0.5,
"canny_strength": 0.5,
"depth_strength": 0.5,
"guidance_scale": 7,
"safety_checker": true,
"face_image_path": "https://replicate.delivery/pbxt/KRsl57SjTUo1WOBw1ir3UVI06jpQ7ybyEtdprpqF2qja40Wn/halle-berry.jpeg",
"lightning_steps": "4step",
"negative_prompt": "ugly, low quality, deformed face, nsfw",
"enable_fast_mode": true,
"adapter_strength_ratio": 0.8,
"enhance_non_face_region": true,
"identitynet_strength_ratio": 0.8
}
Input Parameters
- pose
- Use pose for skeleton inference
- seed
- Seed number. Set to non-zero to make the image reproducible.
- canny
- Use canny for edge detection
- model
- Select SDXL model
- prompt
- Input prompt
- depth_map
- Use depth for depth map estimation
- num_steps
- Number of denoising steps. If enable fast mode, this is not used.
- scheduler
- Scheduler options. If enable fast mode, this is not used.
- pose_strength
- canny_strength
- depth_strength
- guidance_scale
- Scale for classifier-free guidance. Optimum is 4-8. If enable fast mode, this is not used.
- safety_checker
- Safety checker is enabled by default. Un-tick to expose unfiltered results.
- face_image_path (required)
- Image of your face
- lightning_steps
- if enable fast mode, choose number of denoising steps
- negative_prompt
- Input negative prompt
- pose_image_path
- Reference pose image
- enable_fast_mode
- Enable SDXL-lightning fast inference. If pose, canny or depth map is used, disable it for better quality images.
- adapter_strength_ratio
- Image adapter strength (for detail)
- enhance_non_face_region
- Enhance non-face region
- identitynet_strength_ratio
- IdentityNet strength (for fidelity)
Output Schema
Output
Example Execution Logs
/root/.pyenv/versions/3.11.9/lib/python3.11/site-packages/insightface/utils/transform.py:68: FutureWarning: `rcond` parameter will change to the default of machine precision times ``max(M, N)`` where M and N are the input matrix dimensions. To use the future default and silence this warning we advise to pass `rcond=None`, to keep using the old, explicitly pass `rcond=-1`. P = np.linalg.lstsq(X_homo, Y)[0].T # Affine matrix. 3 x 4 0%| | 0/4 [00:00<?, ?it/s] 25%|██▌ | 1/4 [00:00<00:02, 1.36it/s] 50%|█████ | 2/4 [00:00<00:00, 2.32it/s] 75%|███████▌ | 3/4 [00:01<00:00, 2.99it/s] 100%|██████████| 4/4 [00:01<00:00, 3.45it/s] 100%|██████████| 4/4 [00:01<00:00, 2.87it/s]
Version Details
- Version ID
35324a7df2397e6e57dfd8f4f9d2910425f5123109c8c3ed035e769aeff9ff3c- Version Created
- May 5, 2024