Instructions to use razgaon/model-res with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use razgaon/model-res with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("razgaon/model-res") 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- diffusion_pytorch_model.bin +1 -1
- images_0.png +2 -2
- images_1.png +2 -2
diffusion_pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1445259705
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4910e77b6f8c0d89deeb6e67537023ac80c52572a7a085e28b25e8af97c06203
|
| 3 |
size 1445259705
|
images_0.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
images_1.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|