Text-to-Image
Diffusers
sd3
sd3-diffusers
image-to-image
simpletuner
Not-For-All-Audiences
lora
controlnet
template:sd-lora
standard
Instructions to use ControlNetLoRA/stable-diffusion-3.5-medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ControlNetLoRA/stable-diffusion-3.5-medium with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("ControlNetLoRA/stable-diffusion-3.5-medium") pipe = StableDiffusionControlNetPipeline.from_pretrained( "stabilityai/stable-diffusion-3.5-medium", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Model card auto-generated by SimpleTuner
Browse files
README.md
CHANGED
|
@@ -55,8 +55,8 @@ You may reuse the base model text encoder for inference.
|
|
| 55 |
|
| 56 |
## Training settings
|
| 57 |
|
| 58 |
-
- Training epochs:
|
| 59 |
-
- Training steps:
|
| 60 |
- Learning rate: 0.0001
|
| 61 |
- Learning rate schedule: constant
|
| 62 |
- Warmup steps: 500
|
|
|
|
| 55 |
|
| 56 |
## Training settings
|
| 57 |
|
| 58 |
+
- Training epochs: 17
|
| 59 |
+
- Training steps: 500
|
| 60 |
- Learning rate: 0.0001
|
| 61 |
- Learning rate schedule: constant
|
| 62 |
- Warmup steps: 500
|