darrellsilver commited on
Commit
8aa9f96
·
verified ·
1 Parent(s): b085966

Upload . with huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +17 -0
  2. train.sh +1 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ base_model: jinaai/flat-2d-animerge
4
+ instance_prompt: alien
5
+ tags:
6
+ - stable-diffusion
7
+ - stable-diffusion-diffusers
8
+ - text-to-image
9
+ - diffusers
10
+ - lora
11
+ inference: true
12
+ ---
13
+ # LoRA DreamBooth - rodangasgus
14
+
15
+ These are LoRA adaption weights for [jinaai/flat-2d-animerge](https://huggingface.co/jinaai/flat-2d-animerge). The weights were trained on the instance prompt "alien" using [DreamBooth](https://dreambooth.github.io/). You can find some example images in the following.
16
+
17
+
train.sh ADDED
@@ -0,0 +1 @@
 
 
1
+ accelerate launch train_dreambooth_lora.py --pretrained_model_name_or_path=jinaai/flat-2d-animerge --instance_data_dir=/home/user/app/training_data/rodangasgus --output_dir=/home/user/app/experiments/rodangasgus --instance_prompt="alien" --resolution=768 --train_batch_size=1 --gradient_accumulation_steps=1 --learning_rate=0.0225 --lr_scheduler=constant --lr_warmup_steps=0 --max_train_steps=20 --checkpointing_steps=25 --validation_prompt="1boy, male focus, kid, rodan gasgus, pointy ears" --validation_epochs=20 --seed=31042 --mixed_precision fp16 --use_8bit_adam