CoolFace
Modelpublic

AIImageStudio/KolorsStyleAsianFace_flux1d

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
1likes9downloads
config.json29 linesDownload Raw Back to root
1{2  "base_model": "black-forest-labs/flux.1-dev",3  "model_type": "lora",4  "lora_config": {5    "r": 16,6    "lora_alpha": 32,7    "target_modules": [8      "to_q",9      "to_k",10      "to_v",11      "to_out.0"12    ],13    "lora_dropout": 0.1,14    "bias": "none"15  },16  "trigger_words": [17    "Asian young woman",18    "Japanese young woman",19    "Chinese young woman"20  ],21  "recommended_settings": {22    "lora_strength": [0.7, 1.0],23    "model_weight": 0.8,24    "clip_weight": 0.425  },26  "version": "0.3",27  "description": "LoRA for generating Kolors-style Asian female faces with unique film-like tones and natural backgrounds, trained on a custom dataset.",28  "license": "apache-2.0"29}