guizaai
#26
by
budianc
- opened
- README.md +0 -1
- model_index.json +3 -3
- text_encoder/model.fp16.safetensors +0 -3
- text_encoder/pytorch_model.fp16.bin +0 -3
- unet/diffusion_pytorch_model.fp16.bin +0 -3
- unet/diffusion_pytorch_model.fp16.safetensors +0 -3
- vae/diffusion_pytorch_model.fp16.bin +0 -3
- vae/diffusion_pytorch_model.fp16.safetensors +0 -3
README.md
CHANGED
@@ -43,7 +43,6 @@ pip install diffusers transformers accelerate scipy safetensors
|
|
43 |
Running the pipeline (if you don't swap the scheduler it will run with the default DDIM, in this example we are swapping it to DPMSolverMultistepScheduler):
|
44 |
|
45 |
```python
|
46 |
-
import torch
|
47 |
from diffusers import StableDiffusionPipeline, DPMSolverMultistepScheduler
|
48 |
|
49 |
model_id = "stabilityai/stable-diffusion-2-1"
|
|
|
43 |
Running the pipeline (if you don't swap the scheduler it will run with the default DDIM, in this example we are swapping it to DPMSolverMultistepScheduler):
|
44 |
|
45 |
```python
|
|
|
46 |
from diffusers import StableDiffusionPipeline, DPMSolverMultistepScheduler
|
47 |
|
48 |
model_id = "stabilityai/stable-diffusion-2-1"
|
model_index.json
CHANGED
@@ -3,9 +3,8 @@
|
|
3 |
"_diffusers_version": "0.8.0",
|
4 |
"feature_extractor": [
|
5 |
"transformers",
|
6 |
-
"
|
7 |
],
|
8 |
-
"requires_safety_checker": false,
|
9 |
"safety_checker": [
|
10 |
null,
|
11 |
null
|
@@ -29,5 +28,6 @@
|
|
29 |
"vae": [
|
30 |
"diffusers",
|
31 |
"AutoencoderKL"
|
32 |
-
]
|
|
|
33 |
}
|
|
|
3 |
"_diffusers_version": "0.8.0",
|
4 |
"feature_extractor": [
|
5 |
"transformers",
|
6 |
+
"CLIPFeatureExtractor"
|
7 |
],
|
|
|
8 |
"safety_checker": [
|
9 |
null,
|
10 |
null
|
|
|
28 |
"vae": [
|
29 |
"diffusers",
|
30 |
"AutoencoderKL"
|
31 |
+
],
|
32 |
+
"requires_safety_checker": false
|
33 |
}
|
text_encoder/model.fp16.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:681c555376658c81dc273f2d737a2aeb23ddb6d1d8e5b3a7064636d359a22668
|
3 |
-
size 680821096
|
|
|
|
|
|
|
|
text_encoder/pytorch_model.fp16.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:7bb11b1da63986aaaaefb5ef2100d34109c024ac640cacd9ed697150c1c57f01
|
3 |
-
size 680900852
|
|
|
|
|
|
|
|
unet/diffusion_pytorch_model.fp16.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:5a9377eed7dfd84a3522929555a575b97110ccd8c4a0e7270ac7d31cad1e28dd
|
3 |
-
size 1732107093
|
|
|
|
|
|
|
|
unet/diffusion_pytorch_model.fp16.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:8a3a4d7978884c5e4ef00b62641b1b544b257be2f6715d984188610ad6475ad2
|
3 |
-
size 1731904736
|
|
|
|
|
|
|
|
vae/diffusion_pytorch_model.fp16.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:44915add42092106e70bffac475aae4283b5e8167a8a0c5f55ccc667ee4ebeb5
|
3 |
-
size 167405651
|
|
|
|
|
|
|
|
vae/diffusion_pytorch_model.fp16.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:3e4c08995484ee61270175e9e7a072b66a6e4eeb5f0c266667fe1f45b90daf9a
|
3 |
-
size 167335342
|
|
|
|
|
|
|
|