Text-to-Image
Diffusers
Safetensors
stable-diffusion
stable-diffusion-diffusers
controlnet
diffusers-training
Instructions to use manhattan23/output with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use manhattan23/output with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("manhattan23/output") pipe = StableDiffusionControlNetPipeline.from_pretrained( "stabilityai/stable-diffusion-2-1-base", 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
- images_0.png +2 -2
- images_1.png +2 -2
- images_2.png +2 -2
README.md
CHANGED
|
@@ -9,6 +9,12 @@ tags:
|
|
| 9 |
- diffusers
|
| 10 |
- controlnet
|
| 11 |
- diffusers-training
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
inference: true
|
| 13 |
---
|
| 14 |
|
|
|
|
| 9 |
- diffusers
|
| 10 |
- controlnet
|
| 11 |
- diffusers-training
|
| 12 |
+
- stable-diffusion
|
| 13 |
+
- stable-diffusion-diffusers
|
| 14 |
+
- text-to-image
|
| 15 |
+
- diffusers
|
| 16 |
+
- controlnet
|
| 17 |
+
- diffusers-training
|
| 18 |
inference: true
|
| 19 |
---
|
| 20 |
|
diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1456953560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a74c675c7bc16be1a5c8cf9617634b8c0d98f2826dc739e72244a6a408d461f7
|
| 3 |
size 1456953560
|
images_0.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
images_1.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
images_2.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|