Views
No views yet
stld aesthetic - Star Trek Lower Decks styleblue and gray stldunf uniform - to see uniformnacelles, deflector, saucer - to have more Federation style shipsa female in a blue and gray stldunf uniform standing in woods next to a lake, stld aesthetic
"a female in a blue and gray stldunf uniform standing in woods next to a lake, stld aesthetic"
"man in yellow and gray stldunf uniform sitting, on spaceship, stld aesthetic"
"a cat, stld aesthetic"
"red planet with green moon, space scenery, stars in background, nebulae, stld aesthetic"
"Luna Lovegood in a red and gray stldunf uniform standing in scifi sickbay, stld aesthetic"
"space ship with nacelles, saucer, deflector, floating in space above planet, stars, stld aestehtic"
1export MODEL_NAME="stabilityai/stable-diffusion-xl-base-1.0"
2export OUTPUT_DIR="stld-aesthetic/model47-grd16-1e4-fp16"
3export MODEL_VAE="madebyollin/sdxl-vae-fp16-fix"
4export DATASET_DIR="stld-aesthetic/img47"
5
6export PYTORCH_CUDA_ALLOC_CONF=max_split_size_mb:512
7
8accelerate launch diffusers/examples/text_to_image/train_text_to_image_lora_sdxl.py \
9 --output_dir=$OUTPUT_DIR \
10 --pretrained_model_name_or_path=$MODEL_NAME \
11 --pretrained_vae_model_name_or_path=$MODEL_VAE \
12 --train_data_dir=$DATASET_DIR \
13 --hub_model_id="ra100/sdxl-lora-lower-decks-aesthetic" \
14 --checkpointing_steps=1000 \
15 --checkpoints_total_limit=10 \
16 --learning_rate=1e-4 \
17 --lr_scheduler="constant" \
18 --mixed_precision="fp16" \
19 --lr_warmup_steps=0 \
20 --max_train_steps=4000 \
21 --num_validation_images=4 \
22 --resolution=1024 \
23 --seed="46158136" \
24 --train_batch_size=1 \
25 --train_text_encoder \
26 --report_to="wandb" \
27 --validation_epochs=30 \
28 --gradient_accumulation_steps=16 \
29 --gradient_checkpointing \
30 --allow_tf32 \
31 --validation_prompt="a female in a blue and gray stldunf uniform standing in woods next to a lake, stld aesthetic"