Text-to-Image
Diffusers
Safetensors
stable-diffusion
stable-diffusion-diffusers
controlnet
diffusers-training
Instructions to use jackjcoop/first_pet_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use jackjcoop/first_pet_test with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("jackjcoop/first_pet_test") 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- .gitattributes +1 -0
- diffusion_pytorch_model.safetensors +1 -1
- image_control.png +0 -0
- images_0.png +2 -2
- images_1.png +2 -2
- images_2.png +2 -2
- images_3.png +2 -2
- images_4.png +2 -2
.gitattributes
CHANGED
|
@@ -55,3 +55,4 @@ images_6.png filter=lfs diff=lfs merge=lfs -text
|
|
| 55 |
images_7.png filter=lfs diff=lfs merge=lfs -text
|
| 56 |
images_8.png filter=lfs diff=lfs merge=lfs -text
|
| 57 |
images_9.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 55 |
images_7.png filter=lfs diff=lfs merge=lfs -text
|
| 56 |
images_8.png filter=lfs diff=lfs merge=lfs -text
|
| 57 |
images_9.png filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
image_control.png filter=lfs diff=lfs merge=lfs -text
|
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:42e8a1595aea82f4e28d510f937971423d0cf4d1f5b4c45207995c6864057d26
|
| 3 |
size 1456953560
|
image_control.png
CHANGED
|
|
Git LFS Details
|
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
|
images_3.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
images_4.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|