Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
cardass1an is the trigger word
|
3 |
+
|
4 |
+
model trained on 3 instance images of cardassians from ds9, 1000 steps no prior preservation no class images
|
5 |
+
|
6 |
+
--pretrained_model_name_or_path=$MODEL_NAME \
|
7 |
+
--pretrained_vae_name_or_path="stabilityai/sd-vae-ft-mse" \
|
8 |
+
--output_dir=$OUTPUT_DIR \
|
9 |
+
--revision="fp16" \
|
10 |
+
--seed=1337 \
|
11 |
+
--resolution=512 \
|
12 |
+
--train_batch_size=1 \
|
13 |
+
--train_text_encoder \
|
14 |
+
--mixed_precision="fp16" \
|
15 |
+
--use_8bit_adam \
|
16 |
+
--gradient_accumulation_steps=1 --gradient_checkpointing \
|
17 |
+
--learning_rate=1e-6 \
|
18 |
+
--lr_scheduler="constant" \
|
19 |
+
--lr_warmup_steps=0 \
|
20 |
+
--num_class_images=0 \
|
21 |
+
--sample_batch_size=1 \
|
22 |
+
--max_train_steps=1000 \
|
23 |
+
--save_interval=500 \
|
24 |
+
--save_sample_prompt="photo of cardass1an person" \
|
25 |
+
--concepts_list="concepts_list.json"
|
26 |
+
|