jbilcke-hf HF staff commited on
Commit
4e41a65
1 Parent(s): f10f70e

Enable Inference API from the model page

Browse files

To drive the engagement on the platform a bit more, a quick-win can be to enable inference quick demo by default, with at least on sample example (proposed by Omar and Poli)

![Capture d’écran 2023-10-19 à 10.41.24.png](https://cdn-uploads.huggingface.co/production/uploads/64904918584563e08e84d39b/r76XdKOU-xyhAsO3Cpagx.png)

Files changed (1) hide show
  1. train_dreambooth_lora_sdxl.py +3 -1
train_dreambooth_lora_sdxl.py CHANGED
@@ -76,7 +76,9 @@ tags:
76
  - text-to-image
77
  - diffusers
78
  - lora
79
- inference: false
 
 
80
  datasets:
81
  - {dataset_id}
82
  ---
 
76
  - text-to-image
77
  - diffusers
78
  - lora
79
+ inference: true
80
+ widget:
81
+ - text: "{prompt}, cat playing guitar, wearing sunglasses"
82
  datasets:
83
  - {dataset_id}
84
  ---