Text-to-Image
Diffusers
Safetensors
stable-diffusion
stable-diffusion-diffusers
controlnet
diffusers-training
Instructions to use Tharani31/constant_alpha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Tharani31/constant_alpha with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("Tharani31/constant_alpha") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
End of training
Browse files- README.md +6 -0
- diffusion_pytorch_model.safetensors +1 -1
README.md
CHANGED
|
@@ -10,6 +10,12 @@ tags:
|
|
| 10 |
- diffusers
|
| 11 |
- controlnet
|
| 12 |
- diffusers-training
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
|
|
|
| 10 |
- diffusers
|
| 11 |
- controlnet
|
| 12 |
- diffusers-training
|
| 13 |
+
- stable-diffusion
|
| 14 |
+
- stable-diffusion-diffusers
|
| 15 |
+
- text-to-image
|
| 16 |
+
- diffusers
|
| 17 |
+
- controlnet
|
| 18 |
+
- diffusers-training
|
| 19 |
---
|
| 20 |
|
| 21 |
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1445157120
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9023fb90f3bc5f1291c568cc4e34e037f0941cadccad3b7d18e93e472de82ba4
|
| 3 |
size 1445157120
|