Text-to-Image
Diffusers
Safetensors
stable-diffusion
stable-diffusion-diffusers
controlnet
diffusers-training
Instructions to use borisfeldcomet/model_out with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use borisfeldcomet/model_out with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("borisfeldcomet/model_out") pipe = StableDiffusionControlNetPipeline.from_pretrained( "stabilityai/stable-diffusion-2-1-base", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- 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
|
@@ -8,6 +8,12 @@ tags:
|
|
| 8 |
- diffusers
|
| 9 |
- controlnet
|
| 10 |
- diffusers-training
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
base_model: stabilityai/stable-diffusion-2-1-base
|
| 12 |
inference: true
|
| 13 |
---
|
|
|
|
| 8 |
- diffusers
|
| 9 |
- controlnet
|
| 10 |
- diffusers-training
|
| 11 |
+
- stable-diffusion
|
| 12 |
+
- stable-diffusion-diffusers
|
| 13 |
+
- text-to-image
|
| 14 |
+
- diffusers
|
| 15 |
+
- controlnet
|
| 16 |
+
- diffusers-training
|
| 17 |
base_model: stabilityai/stable-diffusion-2-1-base
|
| 18 |
inference: true
|
| 19 |
---
|
diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 728496840
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4af4b7ea1a36a73661b24b45338818ffa435047098ca219d3e9654ae0afd0d9b
|
| 3 |
size 728496840
|
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
|