ASIAN PORTRAIT MODEL (PRODUCT)
High-quality LoRA model trained in Google Colab for realistic portrait generation. Ideal for commercial use and creative
Description
🎨 Yuki Face LoRA Model
Author: (McFarlen Von Krause)
Created: October 1, 2025
License: Commercial use allowed
📘 Description
This LoRA model was trained on a dataset of 400 photos plus an additional 1,000 reference images.
Training was performed in Google Colab for 100 epochs with a batch size of 8.
⚙️ Technical Details
Dataset: 400 photos + 1,000 additional images
Epochs: 100
Batch Size: 8
Training Environment: Google Colab
🌟 Features and Benefits
Produces high-quality, realistic portrait results
Suitable for commercial and creative projects
Easily integrates into existing workflows
🧠 Example Usage
Prompt: a portrait of [V] woman smiling, studio light, 4k
Result: Natural and expressive portraits of Asian-style models
📜 Terms of Use
Allowed:
✅ Commercial use
✅ Selling generated images
Prohibited:
❌ Reselling or redistributing the model files
❌ Claiming authorship
📩 Contact & Support
For any questions or support, please contact:
📧 mcfarlenvonkrause@yahoo.com
API Integration Guide
curl -X POST https://python.aimodelplace.com:5000/api/v1/predict \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "model_slug=asian-portrait-model_54" \
-F "file=@/path/to/your/file"
Successful response format (JSON):
{
"balance_remaining": 630,
"latencyMs": 69,
"predictions": [
{
"confidence": 0.9464548230171204,
"label": "Sample Label"
}
],
"recognized_object": "Sample Label",
"success": true,
"tokens_consumed": 10
}
For more detailed parameters and SDK examples, visit our Full API Documentation.
Post Your Comments
Login to comment