Text-to-Image
Diffusers
flux
flux-diffusers
image-to-image
simpletuner
safe-for-work
lora
template:sd-lora
standard
Instructions to use quzo/iwatch3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use quzo/iwatch3 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/iwatch3") 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
|
@@ -60,7 +60,7 @@ You may reuse the base model text encoder for inference.
|
|
| 60 |
## Training settings
|
| 61 |
|
| 62 |
- Training epochs: 4
|
| 63 |
-
- Training steps:
|
| 64 |
- Learning rate: 8e-05
|
| 65 |
- Learning rate schedule: polynomial
|
| 66 |
- Warmup steps: 100
|
|
|
|
| 60 |
## Training settings
|
| 61 |
|
| 62 |
- Training epochs: 4
|
| 63 |
+
- Training steps: 2500
|
| 64 |
- Learning rate: 8e-05
|
| 65 |
- Learning rate schedule: polynomial
|
| 66 |
- Warmup steps: 100
|