Instructions to use Nacholmo/controlnet-qr-pattern with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Nacholmo/controlnet-qr-pattern with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("Nacholmo/controlnet-qr-pattern") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,3 +27,5 @@ controlNet is more important
|
|
| 27 |

|
| 28 |

|
| 29 |
|
|
|
|
|
|
|
|
|
| 27 |

|
| 28 |

|
| 29 |
|
| 30 |
+
|
| 31 |
+
# New weights up to 7k steps
|