Junolovesnowboard commited on
Commit
31f2ca8
·
verified ·
1 Parent(s): 3f4283e

Model card auto-generated by SimpleTuner

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -18,7 +18,7 @@ widget:
18
  negative_prompt: 'blurry, cropped, ugly'
19
  output:
20
  url: ./assets/image_0_0.png
21
- - text: 'simei and wukong'
22
  parameters:
23
  negative_prompt: 'blurry, cropped, ugly'
24
  output:
@@ -35,7 +35,7 @@ The main validation prompt used during training was:
35
 
36
 
37
  ```
38
- simei and wukong
39
  ```
40
 
41
  ## Validation settings
@@ -59,8 +59,8 @@ You may reuse the base model text encoder for inference.
59
 
60
  ## Training settings
61
 
62
- - Training epochs: 299
63
- - Training steps: 1500
64
  - Learning rate: 0.0001
65
  - Max grad norm: 1.0
66
  - Effective batch size: 1
@@ -100,9 +100,9 @@ You may reuse the base model text encoder for inference.
100
 
101
  ## Datasets
102
 
103
- ### simeiwukong
104
  - Repeats: 0
105
- - Total number of images: 5
106
  - Total number of aspect buckets: 1
107
  - Resolution: 0.589824 megapixels
108
  - Cropped: True
@@ -124,7 +124,7 @@ lora_scale = 1.0
124
  wrapper, _ = create_lycoris_from_weights(lora_scale, adapter_id, pipeline.transformer)
125
  wrapper.merge_to()
126
 
127
- prompt = "simei and wukong"
128
 
129
  pipeline.to('cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu')
130
  image = pipeline(
 
18
  negative_prompt: 'blurry, cropped, ugly'
19
  output:
20
  url: ./assets/image_0_0.png
21
+ - text: 'wukong'
22
  parameters:
23
  negative_prompt: 'blurry, cropped, ugly'
24
  output:
 
35
 
36
 
37
  ```
38
+ wukong
39
  ```
40
 
41
  ## Validation settings
 
59
 
60
  ## Training settings
61
 
62
+ - Training epochs: 27
63
+ - Training steps: 500
64
  - Learning rate: 0.0001
65
  - Max grad norm: 1.0
66
  - Effective batch size: 1
 
100
 
101
  ## Datasets
102
 
103
+ ### newwukong
104
  - Repeats: 0
105
+ - Total number of images: 18
106
  - Total number of aspect buckets: 1
107
  - Resolution: 0.589824 megapixels
108
  - Cropped: True
 
124
  wrapper, _ = create_lycoris_from_weights(lora_scale, adapter_id, pipeline.transformer)
125
  wrapper.merge_to()
126
 
127
+ prompt = "wukong"
128
 
129
  pipeline.to('cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu')
130
  image = pipeline(