Add the upscaling UNet
Browse files
model_index.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
{
|
2 |
"_class_name": "GLIDE",
|
3 |
"_module": "modeling_glide.py",
|
4 |
-
"noise_scheduler": [
|
5 |
-
"diffusers",
|
6 |
-
"ClassifierFreeGuidanceScheduler"
|
7 |
-
],
|
8 |
"text_encoder": [
|
9 |
"diffusers",
|
10 |
"CLIPTextModel"
|
11 |
],
|
|
|
|
|
|
|
|
|
12 |
"text_unet": [
|
13 |
"diffusers",
|
14 |
"GLIDETextToImageUNetModel"
|
|
|
1 |
{
|
2 |
"_class_name": "GLIDE",
|
3 |
"_module": "modeling_glide.py",
|
|
|
|
|
|
|
|
|
4 |
"text_encoder": [
|
5 |
"diffusers",
|
6 |
"CLIPTextModel"
|
7 |
],
|
8 |
+
"text_noise_scheduler": [
|
9 |
+
"diffusers",
|
10 |
+
"ClassifierFreeGuidanceScheduler"
|
11 |
+
],
|
12 |
"text_unet": [
|
13 |
"diffusers",
|
14 |
"GLIDETextToImageUNetModel"
|
{noise_scheduler → text_noise_scheduler}/scheduler_config.json
RENAMED
File without changes
|