Instructions to use NO8D/FaceControl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use NO8D/FaceControl 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.2-klein-9B", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("NO8D/FaceControl") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,8 +2,7 @@
|
|
| 2 |
license: other
|
| 3 |
license_name: flux-1-dev-non-commercial-license
|
| 4 |
license_link: https://bfl.ai/legal/non-commercial-license-terms
|
| 5 |
-
base_model: black-forest-labs/FLUX.
|
| 6 |
-
---
|
| 7 |
tags:
|
| 8 |
- text-to-image
|
| 9 |
- lora
|
|
@@ -13,19 +12,16 @@ widget:
|
|
| 13 |
- output:
|
| 14 |
url: ComfyUI_03694_.png
|
| 15 |
text: '-'
|
| 16 |
-
base_model: 'black-forest-labs/FLUX.2-klein-9B'
|
| 17 |
instance_prompt: null
|
| 18 |
-
license: apache-2.0
|
| 19 |
---
|
| 20 |
# face size
|
| 21 |
|
| 22 |
<Gallery />
|
| 23 |
|
| 24 |
-
## Model description
|
| 25 |
|
| 26 |
This series is a collection of slider-LORAs that control the facial features of characters, aiming to help you create unique virtual characters. If you like it, please like, follow, and share to let me know you like it. If you think this series is helpful to you and want to support independent development, please consider buying me a cup of coffee to keep this motivation going! Thank you very much.
|
| 27 |
|
| 28 |
-
|
| 29 |
### head: Control the head size by adjusting weights.
|
| 30 |

|
| 31 |
### head: Control the eyes size by adjusting weights.
|
|
@@ -35,5 +31,4 @@ This series is a collection of slider-LORAs that control the facial features of
|
|
| 35 |
|
| 36 |
## I'm an independent model and workflow developer. If you like my work and want to support independent development, please consider buying me a cup of coffee to keep this motivation going! Thank you very much.
|
| 37 |
|
| 38 |
-
[support](https://www.patreon.com/posts/welcome-to-my-ai-151306281?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_content=join_link) 🫡 May the AI-power be with you, see you soon !🫡
|
| 39 |
-
|
|
|
|
| 2 |
license: other
|
| 3 |
license_name: flux-1-dev-non-commercial-license
|
| 4 |
license_link: https://bfl.ai/legal/non-commercial-license-terms
|
| 5 |
+
base_model: black-forest-labs/FLUX.2-klein-9B
|
|
|
|
| 6 |
tags:
|
| 7 |
- text-to-image
|
| 8 |
- lora
|
|
|
|
| 12 |
- output:
|
| 13 |
url: ComfyUI_03694_.png
|
| 14 |
text: '-'
|
|
|
|
| 15 |
instance_prompt: null
|
|
|
|
| 16 |
---
|
| 17 |
# face size
|
| 18 |
|
| 19 |
<Gallery />
|
| 20 |
|
| 21 |
+
## Model description
|
| 22 |
|
| 23 |
This series is a collection of slider-LORAs that control the facial features of characters, aiming to help you create unique virtual characters. If you like it, please like, follow, and share to let me know you like it. If you think this series is helpful to you and want to support independent development, please consider buying me a cup of coffee to keep this motivation going! Thank you very much.
|
| 24 |
|
|
|
|
| 25 |
### head: Control the head size by adjusting weights.
|
| 26 |

|
| 27 |
### head: Control the eyes size by adjusting weights.
|
|
|
|
| 31 |
|
| 32 |
## I'm an independent model and workflow developer. If you like my work and want to support independent development, please consider buying me a cup of coffee to keep this motivation going! Thank you very much.
|
| 33 |
|
| 34 |
+
[support](https://www.patreon.com/posts/welcome-to-my-ai-151306281?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_content=join_link) 🫡 May the AI-power be with you, see you soon !🫡
|
|
|