"tests/python/common/test_heterograph.py" did not exist on "0e92dad69a83d2155de1f6ac04d735fa3537fa7c"
Unverified Commit da113364 authored by hysts's avatar hysts Committed by GitHub
Browse files

Add instance prompt to model card of lora dreambooth example (#2112)

parent 44f6bc81
...@@ -69,6 +69,7 @@ def save_model_card(repo_name, images=None, base_model=str, prompt=str, repo_fol ...@@ -69,6 +69,7 @@ def save_model_card(repo_name, images=None, base_model=str, prompt=str, repo_fol
--- ---
license: creativeml-openrail-m license: creativeml-openrail-m
base_model: {base_model} base_model: {base_model}
instance_prompt: {prompt}
tags: tags:
- stable-diffusion - stable-diffusion
- stable-diffusion-diffusers - stable-diffusion-diffusers
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment