"docs_zh-CN/index.rst" did not exist on "4fb544126e07e797e9120885abcba94a84523000"
Commit 452069e3 authored by chenzk's avatar chenzk
Browse files

v1.0

parents
Pipeline #693 failed with stages
in 0 seconds
{
"name": "凤冠霞帔(Chinese traditional gorgeous suit)",
"img": "./style_image/Chinese_traditional_gorgeous_suit.jpg",
"model_id": "ly261666/civitai_xiapei_lora",
"revision": "v1.0.0",
"bin_file": "xiapei.safetensors",
"multiplier_style": 0.35,
"multiplier_human": 0.95,
"add_prompt_style": "red, hanfu, tiara, crown"
}
\ No newline at end of file
{
"name": "赛博朋克(Cybernetics punk)",
"img": "./style_image/Cybernetics_punk.jpg",
"model_id": null,
"revision": null,
"bin_file": null,
"multiplier_style": 0.35,
"multiplier_human": 0.95,
"add_prompt_style": "white hair, neon glowing glasses, cybernetics, punks, robotic, AI, NFT art, Fluorescent color, ustration"
}
\ No newline at end of file
{
"name": "优雅公主(Elegant Princess)",
"img": "./style_image/Elegant_Princess.jpg",
"model_id": "theRealSlimShady/AI_portraits",
"revision": "v2",
"bin_file": "blancanievesV2.safetensors",
"multiplier_style": 0.25,
"multiplier_human": 0.95,
"add_prompt_style": "short black wavy hair, pale complexion, white lace, sky-blue dress, puff sleeves, earings, necklace, happy expression, simple pure color background"
}
\ No newline at end of file
{
"name": "女士晚礼服(Gown)",
"img": "./style_image/Gown.jpg",
"model_id": null,
"revision": null,
"bin_file": null,
"multiplier_style": 0.35,
"multiplier_human": 0.95,
"add_prompt_style": "wearing an elegant evening gown, simple background, high-class pure color background"
}
\ No newline at end of file
{
"name": "汉服风(Hanfu)",
"img": "./style_image/Hanfu.jpg",
"model_id": null,
"revision": null,
"bin_file": null,
"multiplier_style": 0.35,
"multiplier_human": 0.95,
"add_prompt_style": "wearing beautiful traditional hanfu, upper_body, simple background, high-class pure color background"
}
\ No newline at end of file
{
"name": "白月光(Innocent Girl in White Dress)",
"img": "./style_image/Innocent_Girl_in_White_Dress.jpg",
"model_id": null,
"revision": null,
"bin_file": null,
"multiplier_style": 0.25,
"multiplier_human": 0.95,
"add_prompt_style": "wearing elegant white dress, simple pure color background, face located in the center of the picture, long black hair, inquisitive eyes, innocent expression, lips"
}
\ No newline at end of file
{
"name": "鬼马少女(Pixy Girl)",
"img": "./style_image/Pixy_Girl.jpg",
"model_id": "theRealSlimShady/AI_portraits",
"revision": "v2",
"bin_file": "VidiaTinkerbellDisney-08.safetensors",
"multiplier_style": 0.25,
"multiplier_human": 0.95,
"add_prompt_style": "purple hair, ponytail, wearing slip skirt,looking straight into the camera with shoulders parallel to the frame, light purple background"
}
\ No newline at end of file
{
"name": "白雪公主(Snow White)",
"img": "./style_image/Snow_white.jpg",
"model_id": "houpeiran/mymodel",
"revision": "v1.0.0",
"bin_file": "blancanievesV2.safetensors",
"multiplier_style": 0.3,
"multiplier_human": 0.95,
"add_prompt_style": "snow white, princess, blue skirt, 1girl, medium breast, looking at viewer, close-up to head, smile, short hair, black hair, standing, brown eyes, hair bow, hairband, red bow, forest background"
}
\ No newline at end of file
{
"name": "T恤衫(T-shirt)",
"img": "./style_image/T-shirt.jpg",
"model_id": null,
"revision": null,
"bin_file": null,
"multiplier_style": 0.35,
"multiplier_human": 0.95,
"add_prompt_style": "wearing T-shirt, simple background, high-class pure color background"
}
\ No newline at end of file
{
"name": "工作服(Working suit)",
"img": "./style_image/Working_suit.jpg",
"model_id": null,
"revision": null,
"bin_file": null,
"multiplier_style": 0.35,
"multiplier_human": 0.95,
"add_prompt_style": "wearing high-class business/working suit, simple background, high-class pure color background"
}
\ No newline at end of file
{
"name": "田园风(Fields style)",
"img": "./style_image/sdxl_fields.jpg",
"model_id": "slmodelscope/sdxl_style_loras",
"revision": "v1.0.0",
"bin_file": "KiloyJPFSDXL-000004.safetensors",
"multiplier_style": 0.55,
"multiplier_human": 0.9,
"add_prompt_style": "macro shot, 35mm film, young girl, Off-Shoulder Sundress, soft, gentle smile, fields of flowers, clear blue sky, gentle depth of field, soft bokeh to accentuate the pastoral serenity, looking at viewer"
}
export MODEL_NAME=$1
export VERSION=$2
export SUB_PATH=$3
export DATASET_NAME=$4
export OUTPUT_DATASET_NAME=$5
export WORK_DIR=$6
accelerate launch facechain/train_text_to_image_lora.py \
--pretrained_model_name_or_path=$MODEL_NAME \
--revision=$VERSION \
--sub_path=$SUB_PATH \
--dataset_name=$DATASET_NAME \
--output_dataset_name=$OUTPUT_DATASET_NAME \
--caption_column="text" \
--resolution=512 --random_flip \
--train_batch_size=1 \
--num_train_epochs=200 --checkpointing_steps=5000 \
--learning_rate=1.5e-04 --lr_scheduler="cosine" --lr_warmup_steps=0 \
--seed=42 \
--output_dir=$WORK_DIR \
--lora_r=4 --lora_alpha=32 \
--lora_text_encoder_r=32 --lora_text_encoder_alpha=32 --resume_from_checkpoint='fromfacecommon'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment