Model card auto-generated by SimpleTuner
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ widget:
|
|
16 |
negative_prompt: ''''
|
17 |
output:
|
18 |
url: ./assets/image_0_0.png
|
19 |
-
- text: 'a
|
20 |
parameters:
|
21 |
negative_prompt: ''''
|
22 |
output:
|
@@ -34,7 +34,7 @@ The main validation prompt used during training was:
|
|
34 |
|
35 |
|
36 |
```
|
37 |
-
a
|
38 |
```
|
39 |
|
40 |
## Validation settings
|
@@ -58,8 +58,8 @@ You may reuse the base model text encoder for inference.
|
|
58 |
|
59 |
## Training settings
|
60 |
|
61 |
-
- Training epochs:
|
62 |
-
- Training steps:
|
63 |
- Learning rate: 0.0001
|
64 |
- Effective batch size: 1
|
65 |
- Micro-batch size: 1
|
@@ -100,7 +100,7 @@ adapter_id = 'krigeta/flux-lora-training'
|
|
100 |
pipeline = DiffusionPipeline.from_pretrained(model_id)
|
101 |
pipeline.load_lora_weights(adapter_id)
|
102 |
|
103 |
-
prompt = "a
|
104 |
|
105 |
|
106 |
pipeline.to('cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu')
|
|
|
16 |
negative_prompt: ''''
|
17 |
output:
|
18 |
url: ./assets/image_0_0.png
|
19 |
+
- text: 'anime illustraion of a group photo of ddadvege and ooozar together'
|
20 |
parameters:
|
21 |
negative_prompt: ''''
|
22 |
output:
|
|
|
34 |
|
35 |
|
36 |
```
|
37 |
+
anime illustraion of a group photo of ddadvege and ooozar together
|
38 |
```
|
39 |
|
40 |
## Validation settings
|
|
|
58 |
|
59 |
## Training settings
|
60 |
|
61 |
+
- Training epochs: 66
|
62 |
+
- Training steps: 200
|
63 |
- Learning rate: 0.0001
|
64 |
- Effective batch size: 1
|
65 |
- Micro-batch size: 1
|
|
|
100 |
pipeline = DiffusionPipeline.from_pretrained(model_id)
|
101 |
pipeline.load_lora_weights(adapter_id)
|
102 |
|
103 |
+
prompt = "anime illustraion of a group photo of ddadvege and ooozar together"
|
104 |
|
105 |
|
106 |
pipeline.to('cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu')
|