Instructions to use rdeinla/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use rdeinla/test with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-3-medium-diffusers", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("rdeinla/test") prompt = "unconditional (blank prompt)" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Model card auto-generated by SimpleTuner
Browse files
README.md
CHANGED
|
@@ -60,7 +60,7 @@ You may reuse the base model text encoder for inference.
|
|
| 60 |
## Training settings
|
| 61 |
|
| 62 |
- Training epochs: 6
|
| 63 |
-
- Training steps:
|
| 64 |
- Learning rate: 0.00105
|
| 65 |
- Max grad norm: 0.01
|
| 66 |
- Effective batch size: 1
|
|
|
|
| 60 |
## Training settings
|
| 61 |
|
| 62 |
- Training epochs: 6
|
| 63 |
+
- Training steps: 129
|
| 64 |
- Learning rate: 0.00105
|
| 65 |
- Max grad norm: 0.01
|
| 66 |
- Effective batch size: 1
|