Text-to-Image
Diffusers
stable-diffusion
stable-diffusion-diffusers
simpletuner
lora
template:sd-lora
Instructions to use quzo/lora128 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use quzo/lora128 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("quzo/lora128") prompt = "unconditional (blank prompt)" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Model card auto-generated by SimpleTuner
Browse files
README.md
CHANGED
|
@@ -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: 2
|
| 65 |
- Micro-batch size: 2
|
|
|
|
| 58 |
|
| 59 |
## Training settings
|
| 60 |
|
| 61 |
+
- Training epochs: 147
|
| 62 |
+
- Training steps: 3400
|
| 63 |
- Learning rate: 0.0001
|
| 64 |
- Effective batch size: 2
|
| 65 |
- Micro-batch size: 2
|