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
Upload 5 files
Browse files- Ear_9B.safetensors +3 -0
- LongFace_9B.safetensors +3 -0
- Nose_9B.safetensors +3 -0
- hair.safetensors +3 -0
Ear_9B.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:484198af3c5dc0dc5107967b4778d7df277bea5309c270bdddb741f6ecdd7add
|
| 3 |
+
size 41447640
|
LongFace_9B.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0248c4f95decd52365a9cac774075fb215bf02bb36a8bb78f2c0a1f3bf06059
|
| 3 |
+
size 41447664
|
Nose_9B.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90e32be84252dbf17edec708fed0515a555440841ec2243d05db9a6a25fb7dbb
|
| 3 |
+
size 41447640
|
hair.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:640107a963d49f941e25800a13573efcd8eddbea0b13ab21e8fd72a044b83787
|
| 3 |
+
size 82866696
|