Model card auto-generated by SimpleTuner
Browse files
README.md
CHANGED
@@ -59,7 +59,7 @@ A photo-realistic image of a cat
|
|
59 |
```
|
60 |
|
61 |
## Validation settings
|
62 |
-
- CFG: `
|
63 |
- CFG Rescale: `0.0`
|
64 |
- Steps: `20`
|
65 |
- Sampler: `None`
|
@@ -79,8 +79,8 @@ You may reuse the base model text encoder for inference.
|
|
79 |
|
80 |
## Training settings
|
81 |
|
82 |
-
- Training epochs:
|
83 |
-
- Training steps:
|
84 |
- Learning rate: 2e-06
|
85 |
- Max grad norm: 0.01
|
86 |
- Effective batch size: 4
|
@@ -96,6 +96,7 @@ You may reuse the base model text encoder for inference.
|
|
96 |
- LyCORIS Config:
|
97 |
```json
|
98 |
{
|
|
|
99 |
"algo": "lokr",
|
100 |
"multiplier": 1.0,
|
101 |
"linear_dim": 1000000,
|
@@ -1223,7 +1224,7 @@ image = pipeline(
|
|
1223 |
generator=torch.Generator(device='cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu').manual_seed(1641421826),
|
1224 |
width=1024,
|
1225 |
height=1024,
|
1226 |
-
guidance_scale=
|
1227 |
).images[0]
|
1228 |
image.save("output.png", format="PNG")
|
1229 |
```
|
|
|
59 |
```
|
60 |
|
61 |
## Validation settings
|
62 |
+
- CFG: `5.0`
|
63 |
- CFG Rescale: `0.0`
|
64 |
- Steps: `20`
|
65 |
- Sampler: `None`
|
|
|
79 |
|
80 |
## Training settings
|
81 |
|
82 |
+
- Training epochs: 0
|
83 |
+
- Training steps: 100
|
84 |
- Learning rate: 2e-06
|
85 |
- Max grad norm: 0.01
|
86 |
- Effective batch size: 4
|
|
|
96 |
- LyCORIS Config:
|
97 |
```json
|
98 |
{
|
99 |
+
"bypass_mode": true,
|
100 |
"algo": "lokr",
|
101 |
"multiplier": 1.0,
|
102 |
"linear_dim": 1000000,
|
|
|
1224 |
generator=torch.Generator(device='cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu').manual_seed(1641421826),
|
1225 |
width=1024,
|
1226 |
height=1024,
|
1227 |
+
guidance_scale=5.0,
|
1228 |
).images[0]
|
1229 |
image.save("output.png", format="PNG")
|
1230 |
```
|