Summary:
Some models fetched from Civitai are mapped with incorrect IDs, leading to mismatched data.
Example:
- Eyes Looking Left to Right currently uses ID 795354; however, this ID actually corresponds to Head Left/Right.
Cause:
According to the Civitai API, pages that list multiple LoRAs require fetching the specific modelVersions.id to get the correct model version. Simply using the main model ID (e.g., 795354) retrieves the default model (Head Left/Right in this case). To retrieve Eyes Left/Right, you should use modelVersions.id 889364.
Direct link to the correct LoRA: 889364
Additional Affected Models:
Other models that may be affected or fetch incorrect results include:
- Body - A*s (reversed) (558208) this is actually the same modelId for Breasts as well in the pony.json
- Body - Pectorals
- Image - Image Detail (reversed)
- Skin - Shiny Skin
- Skin - Skin Color
Note: This issue was observed with pony-based models; other models may also be affected but have not been tested.
A simple change in "modelId" within your sliderdata .json files may not resolve this issue due to the specific way model versions are fetched.