Text-to-Image
Diffusers
flux
flux-diffusers
simpletuner
safe-for-work
lora
template:sd-lora
standard
Instructions to use elasticBottle/tiger-thermos-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use elasticBottle/tiger-thermos-lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("elasticBottle/tiger-thermos-lora") prompt = "unconditional (blank prompt)" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Model card auto-generated by SimpleTuner
Browse files
README.md
CHANGED
|
@@ -134,9 +134,9 @@ You may reuse the base model text encoder for inference.
|
|
| 134 |
|
| 135 |
## Training settings
|
| 136 |
|
| 137 |
-
- Training epochs:
|
| 138 |
-
- Training steps:
|
| 139 |
-
- Learning rate: 0.
|
| 140 |
- Effective batch size: 2
|
| 141 |
- Micro-batch size: 2
|
| 142 |
- Gradient accumulation steps: 1
|
|
@@ -147,7 +147,7 @@ You may reuse the base model text encoder for inference.
|
|
| 147 |
- Precision: Pure BF16
|
| 148 |
- Quantised: No
|
| 149 |
- Xformers: Not used
|
| 150 |
-
- LoRA Rank:
|
| 151 |
- LoRA Alpha: None
|
| 152 |
- LoRA Dropout: 0.1
|
| 153 |
- LoRA initialisation style: default
|
|
@@ -156,7 +156,7 @@ You may reuse the base model text encoder for inference.
|
|
| 156 |
## Datasets
|
| 157 |
|
| 158 |
### default_dataset
|
| 159 |
-
- Repeats:
|
| 160 |
- Total number of images: 12
|
| 161 |
- Total number of aspect buckets: 1
|
| 162 |
- Resolution: 0.147456 megapixels
|
|
|
|
| 134 |
|
| 135 |
## Training settings
|
| 136 |
|
| 137 |
+
- Training epochs: 7
|
| 138 |
+
- Training steps: 500
|
| 139 |
+
- Learning rate: 0.00013
|
| 140 |
- Effective batch size: 2
|
| 141 |
- Micro-batch size: 2
|
| 142 |
- Gradient accumulation steps: 1
|
|
|
|
| 147 |
- Precision: Pure BF16
|
| 148 |
- Quantised: No
|
| 149 |
- Xformers: Not used
|
| 150 |
+
- LoRA Rank: 16
|
| 151 |
- LoRA Alpha: None
|
| 152 |
- LoRA Dropout: 0.1
|
| 153 |
- LoRA initialisation style: default
|
|
|
|
| 156 |
## Datasets
|
| 157 |
|
| 158 |
### default_dataset
|
| 159 |
+
- Repeats: 10
|
| 160 |
- Total number of images: 12
|
| 161 |
- Total number of aspect buckets: 1
|
| 162 |
- Resolution: 0.147456 megapixels
|