Instructions to use VHKE/babacifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use VHKE/babacifier 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("VHKE/babacifier") prompt = "babacifier in a hand of a baby --d 45" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload folder using huggingface_hub
Browse files- .gitattributes +20 -0
- README.md +36 -0
- babacifier-000004.safetensors +3 -0
- babacifier-000008.safetensors +3 -0
- babacifier-000012.safetensors +3 -0
- babacifier.safetensors +3 -0
- dataset.toml +14 -0
- sample/babacifier_000500_00_20250220120840_45.png +3 -0
- sample/babacifier_000500_01_20250220120846_45.png +3 -0
- sample/babacifier_001000_00_20250220121740_45.png +3 -0
- sample/babacifier_001000_01_20250220121745_45.png +3 -0
- sample/babacifier_001500_00_20250220122638_45.png +3 -0
- sample/babacifier_001500_01_20250220122644_45.png +3 -0
- sample/babacifier_002000_00_20250220123538_45.png +3 -0
- sample/babacifier_002000_01_20250220123543_45.png +3 -0
- sample/babacifier_002500_00_20250220124437_45.png +3 -0
- sample/babacifier_002500_01_20250220124443_45.png +3 -0
- sample/babacifier_003000_00_20250220125336_45.png +3 -0
- sample/babacifier_003000_01_20250220125342_45.png +3 -0
- sample/babacifier_003500_00_20250220130235_45.png +3 -0
- sample/babacifier_003500_01_20250220130241_45.png +3 -0
- sample/babacifier_004000_00_20250220131134_45.png +3 -0
- sample/babacifier_004000_01_20250220131140_45.png +3 -0
- sample/babacifier_004500_00_20250220132033_45.png +3 -0
- sample/babacifier_004500_01_20250220132039_45.png +3 -0
- sample/babacifier_005000_00_20250220132933_45.png +3 -0
- sample/babacifier_005000_01_20250220132939_45.png +3 -0
- sample_prompts.txt +2 -0
- train.bat +34 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,23 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
sample/babacifier_000500_00_20250220120840_45.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
sample/babacifier_000500_01_20250220120846_45.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
sample/babacifier_001000_00_20250220121740_45.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
sample/babacifier_001000_01_20250220121745_45.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
sample/babacifier_001500_00_20250220122638_45.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
sample/babacifier_001500_01_20250220122644_45.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
sample/babacifier_002000_00_20250220123538_45.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
sample/babacifier_002000_01_20250220123543_45.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
sample/babacifier_002500_00_20250220124437_45.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
sample/babacifier_002500_01_20250220124443_45.png filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
sample/babacifier_003000_00_20250220125336_45.png filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
sample/babacifier_003000_01_20250220125342_45.png filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
sample/babacifier_003500_00_20250220130235_45.png filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
sample/babacifier_003500_01_20250220130241_45.png filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
sample/babacifier_004000_00_20250220131134_45.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
sample/babacifier_004000_01_20250220131140_45.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
sample/babacifier_004500_00_20250220132033_45.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
sample/babacifier_004500_01_20250220132039_45.png filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
sample/babacifier_005000_00_20250220132933_45.png filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
sample/babacifier_005000_01_20250220132939_45.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- flux
|
| 5 |
+
- lora
|
| 6 |
+
- diffusers
|
| 7 |
+
- template:sd-lora
|
| 8 |
+
- fluxgym
|
| 9 |
+
widget:
|
| 10 |
+
- output:
|
| 11 |
+
url: sample/babacifier_000500_01_20250220120846_45.png
|
| 12 |
+
text: babacifier in a hand of a baby --d 45
|
| 13 |
+
- output:
|
| 14 |
+
url: sample/babacifier_001000_01_20250220121745_45.png
|
| 15 |
+
text: babacifier in a baby's mouth --d 45
|
| 16 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 17 |
+
instance_prompt: babacifier
|
| 18 |
+
license: other
|
| 19 |
+
license_name: flux-1-dev-non-commercial-license
|
| 20 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
# babacifier
|
| 24 |
+
|
| 25 |
+
A Flux LoRA trained on a local computer with [Fluxgym](https://github.com/cocktailpeanut/fluxgym)
|
| 26 |
+
|
| 27 |
+
<Gallery />
|
| 28 |
+
|
| 29 |
+
## Trigger words
|
| 30 |
+
|
| 31 |
+
You should use `babacifier` to trigger the image generation.
|
| 32 |
+
|
| 33 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, Forge, etc.
|
| 34 |
+
|
| 35 |
+
Weights for this model are available in Safetensors format.
|
| 36 |
+
|
babacifier-000004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:138953a06372f67d7447c8ef7ed76363110aa38db85bee488981caab5fb82696
|
| 3 |
+
size 39768472
|
babacifier-000008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d39be1f76367463277734f966e367a09f39edfd2f5dee004a53f6b1f882faa8
|
| 3 |
+
size 39768472
|
babacifier-000012.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:073401180f6b496a026f74328efac57072f21b6d3858f35e139d8d9ee7d55442
|
| 3 |
+
size 39768472
|
babacifier.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc446ba2322d14dea110b45e0f5ba19b34b565751cb3831a0af6b7c70b36504c
|
| 3 |
+
size 39768472
|
dataset.toml
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[general]
|
| 2 |
+
shuffle_caption = false
|
| 3 |
+
caption_extension = '.txt'
|
| 4 |
+
keep_tokens = 1
|
| 5 |
+
|
| 6 |
+
[[datasets]]
|
| 7 |
+
resolution = 512
|
| 8 |
+
batch_size = 1
|
| 9 |
+
keep_tokens = 1
|
| 10 |
+
|
| 11 |
+
[[datasets.subsets]]
|
| 12 |
+
image_dir = 'C:\pinokioFOLDER\api\fluxgym.git\datasets\babacifier'
|
| 13 |
+
class_tokens = 'babacifier'
|
| 14 |
+
num_repeats = 10
|
sample/babacifier_000500_00_20250220120840_45.png
ADDED
|
Git LFS Details
|
sample/babacifier_000500_01_20250220120846_45.png
ADDED
|
Git LFS Details
|
sample/babacifier_001000_00_20250220121740_45.png
ADDED
|
Git LFS Details
|
sample/babacifier_001000_01_20250220121745_45.png
ADDED
|
Git LFS Details
|
sample/babacifier_001500_00_20250220122638_45.png
ADDED
|
Git LFS Details
|
sample/babacifier_001500_01_20250220122644_45.png
ADDED
|
Git LFS Details
|
sample/babacifier_002000_00_20250220123538_45.png
ADDED
|
Git LFS Details
|
sample/babacifier_002000_01_20250220123543_45.png
ADDED
|
Git LFS Details
|
sample/babacifier_002500_00_20250220124437_45.png
ADDED
|
Git LFS Details
|
sample/babacifier_002500_01_20250220124443_45.png
ADDED
|
Git LFS Details
|
sample/babacifier_003000_00_20250220125336_45.png
ADDED
|
Git LFS Details
|
sample/babacifier_003000_01_20250220125342_45.png
ADDED
|
Git LFS Details
|
sample/babacifier_003500_00_20250220130235_45.png
ADDED
|
Git LFS Details
|
sample/babacifier_003500_01_20250220130241_45.png
ADDED
|
Git LFS Details
|
sample/babacifier_004000_00_20250220131134_45.png
ADDED
|
Git LFS Details
|
sample/babacifier_004000_01_20250220131140_45.png
ADDED
|
Git LFS Details
|
sample/babacifier_004500_00_20250220132033_45.png
ADDED
|
Git LFS Details
|
sample/babacifier_004500_01_20250220132039_45.png
ADDED
|
Git LFS Details
|
sample/babacifier_005000_00_20250220132933_45.png
ADDED
|
Git LFS Details
|
sample/babacifier_005000_01_20250220132939_45.png
ADDED
|
Git LFS Details
|
sample_prompts.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
babacifier in a hand of a baby --d 45
|
| 2 |
+
babacifier in a baby's mouth --d 45
|
train.bat
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accelerate launch ^
|
| 2 |
+
--mixed_precision bf16 ^
|
| 3 |
+
--num_cpu_threads_per_process 1 ^
|
| 4 |
+
sd-scripts/flux_train_network.py ^
|
| 5 |
+
--pretrained_model_name_or_path "C:\pinokioFOLDER\api\fluxgym.git\models\unet\flux1-dev.sft" ^
|
| 6 |
+
--clip_l "C:\pinokioFOLDER\api\fluxgym.git\models\clip\clip_l.safetensors" ^
|
| 7 |
+
--t5xxl "C:\pinokioFOLDER\api\fluxgym.git\models\clip\t5xxl_fp16.safetensors" ^
|
| 8 |
+
--ae "C:\pinokioFOLDER\api\fluxgym.git\models\vae\ae.sft" ^
|
| 9 |
+
--cache_latents_to_disk ^
|
| 10 |
+
--save_model_as safetensors ^
|
| 11 |
+
--sdpa --persistent_data_loader_workers ^
|
| 12 |
+
--max_data_loader_n_workers 2 ^
|
| 13 |
+
--seed 42 ^
|
| 14 |
+
--gradient_checkpointing ^
|
| 15 |
+
--mixed_precision bf16 ^
|
| 16 |
+
--save_precision bf16 ^
|
| 17 |
+
--network_module networks.lora_flux ^
|
| 18 |
+
--network_dim 4 ^
|
| 19 |
+
--optimizer_type adamw8bit ^--sample_prompts="C:\pinokioFOLDER\api\fluxgym.git\outputs\babacifier\sample_prompts.txt" --sample_every_n_steps="500" ^
|
| 20 |
+
--learning_rate 8e-4 ^
|
| 21 |
+
--cache_text_encoder_outputs ^
|
| 22 |
+
--cache_text_encoder_outputs_to_disk ^
|
| 23 |
+
--fp8_base ^
|
| 24 |
+
--highvram ^
|
| 25 |
+
--max_train_epochs 16 ^
|
| 26 |
+
--save_every_n_epochs 4 ^
|
| 27 |
+
--dataset_config "C:\pinokioFOLDER\api\fluxgym.git\outputs\babacifier\dataset.toml" ^
|
| 28 |
+
--output_dir "C:\pinokioFOLDER\api\fluxgym.git\outputs\babacifier" ^
|
| 29 |
+
--output_name babacifier ^
|
| 30 |
+
--timestep_sampling shift ^
|
| 31 |
+
--discrete_flow_shift 3.1582 ^
|
| 32 |
+
--model_prediction_type raw ^
|
| 33 |
+
--guidance_scale 1 ^
|
| 34 |
+
--loss_type l2 ^
|