Wauplin HF staff commited on
Commit
f5075ce
1 Parent(s): 291c906

Set `library_name` to `tf-keras`.

Browse files

Model 'keras-dreambooth/dreambooth-pug-ace' seems to be compatible only with "Keras 2" and not "Keras 3". To distinguish them, models compatible with legacy Keras 2.x should be tagged as `tf-keras` while models compatible with Keras 3.x are tagged as `keras`.

This PR updates the model card to replace the explicit `library_name: keras` metadata which is now outdated by `library_name: tf-keras`. Updating this metadata will facilitate its discoverability and usage.

For more information about `keras` and `tf-keras` library names, check out this pull request: https://github.com/huggingface/huggingface.js/pull/774.

Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -1,7 +1,10 @@
1
  ---
 
 
 
2
  license: creativeml-openrail-m
 
3
  tags:
4
- - keras
5
  - diffusers
6
  - stable-diffusion
7
  - text-to-image
@@ -11,11 +14,7 @@ tags:
11
  inference: true
12
  widget:
13
  - text: a photo of puggieace dog on the beach, sunset in background
14
- datasets:
15
- - nielsgl/dreambooth-ace
16
- library_name: keras
17
- pipeline_tag: text-to-image
18
- emoji: 🐶
19
  ---
20
 
21
  # KerasCV Stable Diffusion in Diffusers 🧨🤗
 
1
  ---
2
+ datasets:
3
+ - nielsgl/dreambooth-ace
4
+ library_name: tf-keras
5
  license: creativeml-openrail-m
6
+ pipeline_tag: text-to-image
7
  tags:
 
8
  - diffusers
9
  - stable-diffusion
10
  - text-to-image
 
14
  inference: true
15
  widget:
16
  - text: a photo of puggieace dog on the beach, sunset in background
17
+ emoji: 🐶
 
 
 
 
18
  ---
19
 
20
  # KerasCV Stable Diffusion in Diffusers 🧨🤗