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", 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
Add 4 files
Browse files- dhivehi_libaas.safetensors +3 -0
- images/ComfyUI_00472_.png +3 -0
- images/libaas_00002_.png +3 -0
- images/libaas_00009_.png +3 -0
dhivehi_libaas.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ad3d7d9dd3c62296bb24e67f316a55db3357b01ab2df81870a645941b5e1dec
|
| 3 |
+
size 153277816
|
images/ComfyUI_00472_.png
ADDED
|
Git LFS Details
|
images/libaas_00002_.png
ADDED
|
Git LFS Details
|
images/libaas_00009_.png
ADDED
|
Git LFS Details
|