lvkaokao commited on
Commit
a177ad1
·
1 Parent(s): db4aed5

update app

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -21,8 +21,9 @@ md = """
21
  This Spaces app is same as <a href=\"https://huggingface.co/spaces/Intel/dicoo_diffusion\">Intel/dicoo_diffusion</a>, created by Intel AIA/AIPC team with the model fine-tuned with one shot (one image) for a newly introduced object \"dicoo\". To replicate the model fine-tuning, please refer to the code sample in <a href=\"https://github.com/intel/neural-compressor/tree/master/examples/pytorch/diffusion_model/diffusers/textual_inversion\">Intel Neural Compressor</a>. You may also refer to our <a href=\"https://medium.com/intel-analytics-software/personalized-stable-diffusion-with-few-shot-fine-tuning-on-a-single-cpu-f01a3316b13\">blog</a> for more details.
22
 
23
  **Tips:**
24
- - When inputting prompts, you need to contain the word **<dicoo>** which represents the pretrained object \"dicoo\".
25
- - For better generation, you maybe increase the inference steps.
 
26
  """
27
 
28
  random_seed = random.randint(0, 2147483647)
 
21
  This Spaces app is same as <a href=\"https://huggingface.co/spaces/Intel/dicoo_diffusion\">Intel/dicoo_diffusion</a>, created by Intel AIA/AIPC team with the model fine-tuned with one shot (one image) for a newly introduced object \"dicoo\". To replicate the model fine-tuning, please refer to the code sample in <a href=\"https://github.com/intel/neural-compressor/tree/master/examples/pytorch/diffusion_model/diffusers/textual_inversion\">Intel Neural Compressor</a>. You may also refer to our <a href=\"https://medium.com/intel-analytics-software/personalized-stable-diffusion-with-few-shot-fine-tuning-on-a-single-cpu-f01a3316b13\">blog</a> for more details.
22
 
23
  **Tips:**
24
+
25
+ 1) When inputting prompts, you need to contain the word **<dicoo>** which represents the pretrained object \"dicoo\".
26
+ 2) For better generation, you maybe increase the inference steps.
27
  """
28
 
29
  random_seed = random.randint(0, 2147483647)