Text-to-Image
Diffusers
flux2
flux2-diffusers
image-to-image
simpletuner
safe-for-work
lora
template:sd-lora
standard
Instructions to use quzo/textf22 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use quzo/textf22 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.2-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("quzo/textf22") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" 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
|
@@ -50,8 +50,8 @@ You may reuse the base model text encoder for inference.
|
|
| 50 |
|
| 51 |
## Training settings
|
| 52 |
|
| 53 |
-
- Training epochs:
|
| 54 |
-
- Training steps:
|
| 55 |
- Learning rate: 0.0001
|
| 56 |
- Learning rate schedule: constant
|
| 57 |
- Warmup steps: 0
|
|
@@ -81,7 +81,7 @@ You may reuse the base model text encoder for inference.
|
|
| 81 |
### emi-256
|
| 82 |
- Repeats: 10
|
| 83 |
- Total number of images: 10
|
| 84 |
-
- Total number of aspect buckets:
|
| 85 |
- Resolution: 0.065536 megapixels
|
| 86 |
- Cropped: False
|
| 87 |
- Crop style: None
|
|
@@ -117,7 +117,7 @@ You may reuse the base model text encoder for inference.
|
|
| 117 |
### emi-768
|
| 118 |
- Repeats: 10
|
| 119 |
- Total number of images: 10
|
| 120 |
-
- Total number of aspect buckets:
|
| 121 |
- Resolution: 0.589824 megapixels
|
| 122 |
- Cropped: False
|
| 123 |
- Crop style: None
|
|
@@ -135,7 +135,7 @@ You may reuse the base model text encoder for inference.
|
|
| 135 |
### emi-1024
|
| 136 |
- Repeats: 10
|
| 137 |
- Total number of images: 10
|
| 138 |
-
- Total number of aspect buckets:
|
| 139 |
- Resolution: 1.048576 megapixels
|
| 140 |
- Cropped: False
|
| 141 |
- Crop style: None
|
|
|
|
| 50 |
|
| 51 |
## Training settings
|
| 52 |
|
| 53 |
+
- Training epochs: 1
|
| 54 |
+
- Training steps: 1200
|
| 55 |
- Learning rate: 0.0001
|
| 56 |
- Learning rate schedule: constant
|
| 57 |
- Warmup steps: 0
|
|
|
|
| 81 |
### emi-256
|
| 82 |
- Repeats: 10
|
| 83 |
- Total number of images: 10
|
| 84 |
+
- Total number of aspect buckets: 1
|
| 85 |
- Resolution: 0.065536 megapixels
|
| 86 |
- Cropped: False
|
| 87 |
- Crop style: None
|
|
|
|
| 117 |
### emi-768
|
| 118 |
- Repeats: 10
|
| 119 |
- Total number of images: 10
|
| 120 |
+
- Total number of aspect buckets: 2
|
| 121 |
- Resolution: 0.589824 megapixels
|
| 122 |
- Cropped: False
|
| 123 |
- Crop style: None
|
|
|
|
| 135 |
### emi-1024
|
| 136 |
- Repeats: 10
|
| 137 |
- Total number of images: 10
|
| 138 |
+
- Total number of aspect buckets: 3
|
| 139 |
- Resolution: 1.048576 megapixels
|
| 140 |
- Cropped: False
|
| 141 |
- Crop style: None
|