Instructions to use javaabu/libaas-F1D with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use javaabu/libaas-F1D with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("javaabu/libaas-F1D") prompt = "Raw photo, hyper realistic shot portrait of dhivehi libaas, woman in a green libaas with a black hijab, wearing a gold necklace, in a dense forest. Action pose, cinematic, 8K, UHD, bokeh background" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - text: >- | |
| Raw photo, hyper realistic shot portrait of dhivehi libaas, woman in a green | |
| libaas with a black hijab, wearing a gold necklace, in a dense forest. | |
| Action pose, cinematic, 8K, UHD, bokeh background | |
| output: | |
| url: images/ComfyUI_00472_.png | |
| - text: >- | |
| Raw photo, hyper realistic shot portrait of dhivehi libaas, happy smiling | |
| expression, looking to the side, woman in a red libaas with a black hijab, | |
| wearing a silver necklace, near a beach and some plants in the background. | |
| Action pose, cinematic, 8K, UHD, bokeh background | |
| output: | |
| url: images/libaas_00002_.png | |
| - text: >- | |
| Raw photo, hyper realistic shot portrait of dhivehi libaas, happy smiling | |
| expression, looking to the side, woman in a dark blue libaas with a black | |
| hijab, wearing a silver necklace, near a beach and some plants in the | |
| background. Action pose, cinematic, 8K, UHD, bokeh background | |
| output: | |
| url: images/libaas_00009_.png | |
| - text: >- | |
| Raw photo, hyper realistic shot portrait of dhivehi libaas, woman in a green | |
| libaas with a black hijab, wearing a gold necklace, in a dense forest. | |
| Action pose, cinematic, 8K, UHD, bokeh background | |
| output: | |
| url: images/example_5k5435p3j.png | |
| base_model: black-forest-labs/FLUX.1-dev | |
| instance_prompt: dhivehi libaas | |
| license: openrail | |
| # Libaas-F1D-lora | |
| <Gallery /> | |
| ## Model description | |
| Flux 1.Dev Lora trained on a dataset of Maldivian Traditional Libaas. model was trained for 3500 with a dataset of 35 images | |
| ## Trigger words | |
| You should use `dhivehi libaas` to trigger the image generation. | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/javaabu/libaas-F1D/tree/main) them in the Files & versions tab. | |