Views
No views yet
Yellow blob emoji with smiling face with smiling eyes. The background is gray., so blob emoji or blob emoji with face ... etc. act as trigger words.

cairosvg was used to convert these SVGs into 512x512 pixel transparent PNGs.Yellow blob emoji with and the suffix . The background is <color>. were added to each name.
Yellow blob emoji with smiling face with smiling eyes. The background is gray.Yellow was omitted from the prefix.# general configurations
[general]
resolution = [640, 640]
batch_size = 16
enable_bucket = true
bucket_no_upscale = false
caption_extension = ".txt"
[[datasets]]
image_directory = "path/to/images_and_captions_dir"
cache_directory = "path/to/cache_dir"accelerate launch --num_cpu_threads_per_process 1 --mixed_precision bf16 --rdzv_backend=c10d \
src/musubi_tuner/qwen_image_train_network.py \
--dit path/to/dit.safetensors --vae path/to/vae.safetensors \
--text_encoder path/to/vlm.safetensors \
--dataset_config path/to/blob_emoji_v1_640_bs16.toml \
--output_dir path/to/output_dir \
--learning_rate 2e-4 \
--timestep_sampling shift --weighting_scheme none --discrete_flow_shift 2.0 \
--max_train_epochs 16 --mixed_precision bf16 --seed 42 --gradient_checkpointing \
--network_module=networks.lora_qwen_image \
--network_dim=4 --network_args loraplus_lr_ratio=4 \
--save_every_n_epochs=1 --max_data_loader_n_workers 2 \
--persistent_data_loader_workers \
--logging_dir ./logs --log_prefix qwenimage-blob4-2e4- \
--output_name qwenimage-blob4-2e4 \
--optimizer_type adamw8bit --flash_attn --split_attn \
--log_with tensorboard \
--sample_every_n_epochs 1 --sample_prompts path/to/prompts_qwen_blob_emoji.txt \
--fp8_base --fp8_scaled--rdzv_backend=c10d argument.sigma_rel=0.2.The girl stays in the same pose, but her outfit changes into a <costume description>, then she changes into another girl wearing the same outfit.costume description is something like school uniform etc. A detailed description may improve the results. For example: "T-shirt with writing on it" or "Girl with long hair"An anime character transforms: her head grows larger, her body becomes shorter and smaller, eyes become bigger and cuter. She turns into a chibi (super-deformed) version, with cartoonishly cute proportions. The transformation is quick and playful.A woman is spinning on her tiptoes .
`.sd-scripts (Aug. 11) sd3 branch. NOTE: This settings requires > 26GB VRAM. Please add --fp8_base to enable fp8 training to reduce VRAM usage.accelerate launch --mixed_precision bf16 --num_cpu_threads_per_process 1 flux_train_network.py --pretrained_model_name_or_path flux1/flux1-dev.sft --clip_l sd3/clip_l.safetensors --t5xxl sd3/t5xxl_fp16.safetensors --ae flux1/ae_dev.sft --cache_latents_to_disk --save_model_as safetensors --sdpa --persistent_data_loader_workers --max_data_loader_n_workers 2 --seed 42 --gradient_checkpointing --mixed_precision bf16 --save_precision bf16 --network_module networks.lora_flux --network_dim 4 --optimizer_type adamw8bit --learning_rate 1e-3 --network_train_unet_only --cache_text_encoder_outputs --cache_text_encoder_outputs_to_disk --highvram --max_train_epochs 4 --save_every_n_epochs 1 --dataset_config hasui_1024_bs1.toml --output_dir flux/lora --output_name lora-name --timestep_sampling sigmoid --model_prediction_type raw --guidance_scale 1.01[general]
2flip_aug = true
3color_aug = false
4
5[[datasets]]
6enable_bucket = true
7resolution = [1024,1024]
8bucket_reso_steps = 64
9max_bucket_reso = 2048
10min_bucket_reso = 128
11bucket_no_upscale = false
12batch_size = 1
13random_crop = false
14shuffle_caption = false
15
16 [[datasets.subsets]]
17 image_dir = "path/to/train/images"
18 num_repeats = 1
19 caption_extension = ".txt"
