File size: 1,224 Bytes
d5a238b
4be716e
 
d5a238b
4be716e
 
 
 
 
 
d5a238b
685c16a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
language:
- en
license: unknown
tags:
- stable-diffusion
- stable-diffusion-diffusers
- text-to-image
- diffusers
inference: true
---
A reupload of Systemy model finetuned with Cutesexyrobutts' arts

Source: gofile(.)io/d/D1L69E

Image examples: https://imgur.com/VPNUae8

Prompt and settings examples: https://huggingface.co/etherealxx/systemy-csrmodel-cutesexyrobutts/blob/main/Prompt%20and%20settings%20example.PNG

Dreambooth settings used:

```
export LD_LIBRARY_PATH=/usr/lib/wsl/lib:$LD_LIBRARY_PATH

export MODEL_NAME="/home/systemy/NAI"
export OUTPUT_DIR="/mnt/d/jigsaw"

accelerate launch train_dreambooth.py \
  --pretrained_model_name_or_path="$MODEL_NAME" \
  --pretrained_vae_name_or_path="stabilityai/sd-vae-ft-mse" \
  --output_dir="/mnt/d/acuteoutput" \
  --seed=3434554 \
  --resolution=512 \
  --train_batch_size=1 \
  --train_text_encoder \
  --mixed_precision="fp16" \
  --use_8bit_adam \
  --gradient_accumulation_steps=1 \
  --learning_rate=1e-6 \
  --lr_scheduler="constant" \
  --lr_warmup_steps=0 \
  --sample_batch_size=6 \
  --max_train_steps=100000 \
  --save_interval=1500 \
  --save_sample_prompt="image of SystemyTrigger girl" \
  --concepts_list="concepts_list.json" \
  --pad_tokens
```