--- license: apache-2.0 tags: - flux - lora - text-to-image - custom library_name: diffusers base_model: black-forest-labs/FLUX.1-dev --- # geoppls/geo-4-1748225247021-c0v0gj Custom FLUX LoRA model: geo 4 (Training ID: 908r039j79rm80cq148tqgnf90) ## Usage This is a FLUX LoRA model that can be used with Together AI: ```python import together client = together.Together() response = client.images.generate( prompt="your prompt here", model="black-forest-labs/FLUX.1-dev-lora", loras=[{ "path": "geoppls/geo-4-1748225247021-c0v0gj", "scale": 1.0 }] ) ``` ## Model Details - **Base Model**: FLUX.1-dev - **Type**: LoRA (Low-Rank Adaptation) - **Training**: Custom training on personal images - **Compatible with**: Together AI FLUX.1-dev-lora - **Library**: diffusers ## License This model is licensed under Apache 2.0.