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
Trained for 15 epochs and 450 steps.
Browse filesTrained with datasets ['an example backend for text embeds.', 'antelope-data-256']
Learning rate 0.0001, batch size 1, and 1 gradient accumulation steps.
Trained with None prediction type and rescaled_betas_zero_snr=False
Using 'trailing' timestep spacing.
Base model: stabilityai/stable-diffusion-3.5-medium
VAE: None
pytorch_lora_weights.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 111188280
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de74b01b032180924b3488503e8d5d004acbc4a14b4d34cbee11cc861fd67c9d
|
| 3 |
size 111188280
|