etherealxx commited on
Commit
685c16a
1 Parent(s): 1f0a662

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md CHANGED
@@ -1,3 +1,40 @@
1
  ---
2
  license: unknown
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: unknown
3
  ---
4
+ A reupload of Systemy model finetuned with Cutesexyrobutts' arts
5
+
6
+ Source: gofile(.)io/d/D1L69E
7
+
8
+ Image examples: https://imgur.com/VPNUae8
9
+
10
+ Prompt and settings examples: https://huggingface.co/etherealxx/systemy-csrmodel-cutesexyrobutts/blob/main/Prompt%20and%20settings%20example.PNG
11
+
12
+ Dreambooth settings used:
13
+
14
+ ```
15
+ export LD_LIBRARY_PATH=/usr/lib/wsl/lib:$LD_LIBRARY_PATH
16
+
17
+ export MODEL_NAME="/home/systemy/NAI"
18
+ export OUTPUT_DIR="/mnt/d/jigsaw"
19
+
20
+ accelerate launch train_dreambooth.py \
21
+ --pretrained_model_name_or_path="$MODEL_NAME" \
22
+ --pretrained_vae_name_or_path="stabilityai/sd-vae-ft-mse" \
23
+ --output_dir="/mnt/d/acuteoutput" \
24
+ --seed=3434554 \
25
+ --resolution=512 \
26
+ --train_batch_size=1 \
27
+ --train_text_encoder \
28
+ --mixed_precision="fp16" \
29
+ --use_8bit_adam \
30
+ --gradient_accumulation_steps=1 \
31
+ --learning_rate=1e-6 \
32
+ --lr_scheduler="constant" \
33
+ --lr_warmup_steps=0 \
34
+ --sample_batch_size=6 \
35
+ --max_train_steps=100000 \
36
+ --save_interval=1500 \
37
+ --save_sample_prompt="image of SystemyTrigger girl" \
38
+ --concepts_list="concepts_list.json" \
39
+ --pad_tokens
40
+ ```