Spaces:
Runtime error
Runtime error
diffuserfix
Browse files
configs/.ipynb_checkpoints/stable_diffusion_2.1-checkpoint.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"act_fn": "silu",
|
5 |
"attention_head_dim": [
|
6 |
5,
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
+
"_diffusers_version": "0.18.0.dev0",
|
4 |
"act_fn": "silu",
|
5 |
"attention_head_dim": [
|
6 |
5,
|
requirements.txt
CHANGED
@@ -6,7 +6,7 @@ accelerate==0.21.0
|
|
6 |
datasets==2.1.0
|
7 |
einops==0.6.1
|
8 |
h5py==3.8.0
|
9 |
-
huggingface_hub
|
10 |
importlib_metadata==6.3.0
|
11 |
librosa==0.9.2
|
12 |
matplotlib==3.5.2
|
|
|
6 |
datasets==2.1.0
|
7 |
einops==0.6.1
|
8 |
h5py==3.8.0
|
9 |
+
huggingface_hub
|
10 |
importlib_metadata==6.3.0
|
11 |
librosa==0.9.2
|
12 |
matplotlib==3.5.2
|