fyp1 commited on
Commit
46b3cdf
·
verified ·
1 Parent(s): 2a90ad3

Update model_config.json

Browse files
Files changed (1) hide show
  1. model_config.json +1 -1
model_config.json CHANGED
@@ -29,6 +29,6 @@
29
  "type": "AutoencoderKL",
30
  "library": "diffusers"
31
  },
32
- "model_type": "diffusion", // Specify model type for clarity
33
  "pipeline_tag": "text-to-image" // Indicate the task the model is meant for
34
  }
 
29
  "type": "AutoencoderKL",
30
  "library": "diffusers"
31
  },
32
+ "model_type": "black-forest-labs/FLUX.1-dev", // Specify model type for clarity
33
  "pipeline_tag": "text-to-image" // Indicate the task the model is meant for
34
  }