Text-to-Image
Diffusers
stable-diffusion
stable-diffusion-diffusers
controlnet
control-lora-v3
diffusers-training
Instructions to use HighCWu/control-lora-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use HighCWu/control-lora-v3 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("HighCWu/control-lora-v3") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -93,7 +93,7 @@ This is experimental, and it doesn't work well.
|
|
| 93 |
<img src="./imgs/tile4.png" style="height:256px;" />
|
| 94 |
</div>
|
| 95 |
|
| 96 |
-
## Stable Diffusion
|
| 97 |
|
| 98 |
### Canny
|
| 99 |
<div style="display: flex;">
|
|
|
|
| 93 |
<img src="./imgs/tile4.png" style="height:256px;" />
|
| 94 |
</div>
|
| 95 |
|
| 96 |
+
## Stable Diffusion XL
|
| 97 |
|
| 98 |
### Canny
|
| 99 |
<div style="display: flex;">
|