Enable Inference API from the model page

#2
by jbilcke-hf HF staff - opened
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
  ---