shogi880 commited on
Commit
aa7c559
1 Parent(s): 5659e81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -19,6 +19,7 @@ title = "# Unleash the power of Stable Diffusion with ChatGPT and conquer abstra
19
 
20
  description = """
21
  Stable Diffusion struggles with **unclear and vague prompts**, but by harnessing the **advanced reasoning capabilities of ChatGPT**. We can generate detailed and descriptive prompts for improved and unparalleled generation results.
 
22
  """
23
 
24
  example = """
@@ -36,6 +37,9 @@ example = """
36
  co_create_magicprompt = """
37
  ### Co-create with ChatPrompt and MagicPrompt.
38
  Compare with [Magicprompt](https://huggingface.co/spaces/Gustavosta/MagicPrompt-Stable-Diffusion), we augment detail content prompts instead of visual prompts.
 
 
 
39
  """
40
 
41
  concept_image = "![The concept of co-creative ChatPrompt and MagicPrompt](https://huggingface.co/spaces/shogi880/ChatGPT-StableDiffusion-CharacterDesign/resolve/main/co-create-magic.png)"
 
19
 
20
  description = """
21
  Stable Diffusion struggles with **unclear and vague prompts**, but by harnessing the **advanced reasoning capabilities of ChatGPT**. We can generate detailed and descriptive prompts for improved and unparalleled generation results.
22
+ (Work by [@shogi880](https://github.com/shogi880),[@CR-Gjx](https://github.com/CR-Gjx))
23
  """
24
 
25
  example = """
 
37
  co_create_magicprompt = """
38
  ### Co-create with ChatPrompt and MagicPrompt.
39
  Compare with [Magicprompt](https://huggingface.co/spaces/Gustavosta/MagicPrompt-Stable-Diffusion), we augment detail content prompts instead of visual prompts.
40
+ ### Compare with [I Spy a Metaphor: Large Language Models and Diffusion Models Co-Create Visual Metaphors](https://openreview.net/forum?id=_2SBqIkiDW).
41
+ We aim to utilize ChatGPT in zero-shot setting.
42
+ We recently became aware of this concurrent work and find it interesting (Feb 5 2023).
43
  """
44
 
45
  concept_image = "![The concept of co-creative ChatPrompt and MagicPrompt](https://huggingface.co/spaces/shogi880/ChatGPT-StableDiffusion-CharacterDesign/resolve/main/co-create-magic.png)"