stazizov commited on
Commit
8f547e2
·
verified ·
1 Parent(s): efdb3e3

Model card auto-generated by SimpleTuner

Browse files
Files changed (1) hide show
  1. README.md +19 -14
README.md CHANGED
@@ -18,21 +18,26 @@ widget:
18
  negative_prompt: 'blurry, cropped, ugly'
19
  output:
20
  url: ./assets/image_0_0.png
21
- - text: 'unconditional (blank prompt)'
22
  parameters:
23
  negative_prompt: 'blurry, cropped, ugly'
24
  output:
25
- url: ./assets/image_1_1.png
26
- - text: 'A photo-realistic image of a cat'
27
  parameters:
28
  negative_prompt: 'blurry, cropped, ugly'
29
  output:
30
  url: ./assets/image_2_0.png
31
- - text: 'A photo-realistic image of a cat'
 
 
 
 
 
32
  parameters:
33
  negative_prompt: 'blurry, cropped, ugly'
34
  output:
35
- url: ./assets/image_3_1.png
36
  ---
37
 
38
  # simpletuner-lora
@@ -40,13 +45,13 @@ widget:
40
  This is a LyCORIS adapter derived from [stabilityai/stable-diffusion-3.5-medium](https://huggingface.co/stabilityai/stable-diffusion-3.5-medium).
41
 
42
 
43
- The main validation prompt used during training was:
44
 
45
 
46
 
47
- ```
48
- A photo-realistic image of a cat
49
- ```
50
 
51
  ## Validation settings
52
  - CFG: `3.0`
@@ -54,7 +59,7 @@ A photo-realistic image of a cat
54
  - Steps: `20`
55
  - Sampler: `None`
56
  - Seed: `42`
57
- - Resolutions: `1024x1024,1280x768`
58
 
59
  Note: The validation settings are not necessarily the same as the [training settings](#training-settings).
60
 
@@ -69,9 +74,9 @@ You may reuse the base model text encoder for inference.
69
 
70
  ## Training settings
71
 
72
- - Training epochs: 25
73
- - Training steps: 4500
74
- - Learning rate: 0.0001
75
  - Max grad norm: 0.01
76
  - Effective batch size: 1
77
  - Micro-batch size: 1
@@ -135,7 +140,7 @@ lora_scale = 1.0
135
  wrapper, _ = create_lycoris_from_weights(lora_scale, adapter_id, pipeline.transformer)
136
  wrapper.merge_to()
137
 
138
- prompt = "A photo-realistic image of a cat"
139
  negative_prompt = 'blurry, cropped, ugly'
140
  pipeline.to('cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu')
141
  image = pipeline(
 
18
  negative_prompt: 'blurry, cropped, ugly'
19
  output:
20
  url: ./assets/image_0_0.png
21
+ - text: 'A cute, anime-style character with cat ears and silver hair stands in a cozy kitchen, holding a large pillow in a playful, pouting pose, anime in real life'
22
  parameters:
23
  negative_prompt: 'blurry, cropped, ugly'
24
  output:
25
+ url: ./assets/image_1_0.png
26
+ - text: 'A cute anime character sits at a table with delicious dishes of fried chicken and rice, surrounded by drinks and a busy street view outside, anime in real life'
27
  parameters:
28
  negative_prompt: 'blurry, cropped, ugly'
29
  output:
30
  url: ./assets/image_2_0.png
31
+ - text: 'A girl with long blonde hair sleeps peacefully on a couch, with a foggy city view visible through the window, anime in real life'
32
+ parameters:
33
+ negative_prompt: 'blurry, cropped, ugly'
34
+ output:
35
+ url: ./assets/image_3_0.png
36
+ - text: 'A cozy room with a bed and soft pillows, featuring an animated character lying happily on the blanket, surrounded by simple decor, anime in real life'
37
  parameters:
38
  negative_prompt: 'blurry, cropped, ugly'
39
  output:
40
+ url: ./assets/image_4_0.png
41
  ---
42
 
43
  # simpletuner-lora
 
45
  This is a LyCORIS adapter derived from [stabilityai/stable-diffusion-3.5-medium](https://huggingface.co/stabilityai/stable-diffusion-3.5-medium).
46
 
47
 
48
+ No validation prompt was used during training.
49
 
50
 
51
 
52
+
53
+ None
54
+
55
 
56
  ## Validation settings
57
  - CFG: `3.0`
 
59
  - Steps: `20`
60
  - Sampler: `None`
61
  - Seed: `42`
62
+ - Resolution: `1024x1024`
63
 
64
  Note: The validation settings are not necessarily the same as the [training settings](#training-settings).
65
 
 
74
 
75
  ## Training settings
76
 
77
+ - Training epochs: 2
78
+ - Training steps: 500
79
+ - Learning rate: 5e-05
80
  - Max grad norm: 0.01
81
  - Effective batch size: 1
82
  - Micro-batch size: 1
 
140
  wrapper, _ = create_lycoris_from_weights(lora_scale, adapter_id, pipeline.transformer)
141
  wrapper.merge_to()
142
 
143
+ prompt = "An astronaut is riding a horse through the jungles of Thailand."
144
  negative_prompt = 'blurry, cropped, ugly'
145
  pipeline.to('cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu')
146
  image = pipeline(