| "card": "---\ntags:\n- text-to-image\n- flux\n- lora\n- diffusers\n- template:sd-lora\n- ai-toolkit\nwidget:\n- text: Lee Min Ho as an actor from a drama, grey raincoat, real photo, black hair,\n 26K\n output:\n url: samples/1746430676105__000001144_0.jpg\n- text: Lee Min Ho as a rich fashion model, studio photo, elegant yellow suit, happy\n face, best quality, 26K\n output:\n url: samples/1746430705853__000001144_1.jpg\n- text: A Lee Min Ho as a bodyguard, urban street, smart and clever face expression,\n 26K\n output:\n url: samples/1746430735777__000001144_2.jpg\nbase_model: black-forest-labs/FLUX.1-dev\ninstance_prompt: Lee Min Ho\nlicense: other\nlicense_name: flux-1-dev-non-commercial-license\nlicense_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md\n---\n\n# lee-min-ho\nModel trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)\n<Gallery />\n\n## Trigger words\n\nYou should use `Lee Min Ho` to trigger the image generation.\n\n## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.\n\nWeights for this model are available in Safetensors format.\n\n[Download](/openfree/lee-min-ho/tree/main) them in the Files & versions tab.\n\n## Use it with the [\ud83e\udde8 diffusers library](https://github.com/huggingface/diffusers)\n\n```py\nfrom diffusers import AutoPipelineForText2Image\nimport torch\n\npipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')\npipeline.load_lora_weights('openfree/lee-min-ho', weight_name='lee-min-ho.safetensors')\nimage = pipeline('Lee Min Ho as an actor from a drama, grey raincoat, real photo, black hair, 26K').images[0]\nimage.save(\"my_image.png\")\n```\n\nFor more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)\n\n", |