shogi880 commited on
Commit
0c53059
1 Parent(s): b4b82c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -24,14 +24,13 @@ Stable Diffusion struggles with unclear and vague directions, but by harnessing
24
 
25
  example = """
26
  ChatGPT Prompt Examples:
27
- - Act as a professional character designer. Please generate prompts include detail appearance descriptions that related to the personality. Here's your first question: 'a gentle man':
28
- - Please generate detailed prompts from abstract prompts. "a gentle man". Let's think step by step:
29
- - Please generate prompt for character design. Let's think step by step: First, check the basic information. Then, generate prompt includes detail descriptions that related to the personality. Finally, summery the prompt in 30 words. Here's your first question: "a man who is the INFP of MBTI personality test":
30
 
31
  Free Stable Diffusion space:
32
  - [Stabilityai/Stable-Diffusion-2.1](https://huggingface.co/spaces/stabilityai/stable-diffusion)
33
  - [runwayml/Stable-Diffusion-v1-5](https://huggingface.co/spaces/pujianto17/runwayml-stable-diffusion-v1-5)
34
- - [all4live/Stable-Diffusion-Protogen](https://huggingface.co/spaces/all4five/Stable-Diffusion-Protogen-x3.4-webui)
35
  - [AI Mage](https://aimage.xyz)
36
  """
37
 
 
24
 
25
  example = """
26
  ChatGPT Prompt Examples:
27
+ - `Act as a professional character designer. Please generate prompts include detail appearance descriptions that related to the personality. Here's your first question: 'a gentle man':`
28
+ - `Please generate detailed prompts from abstract prompts. "a gentle man". Let's think step by step:`
29
+ - `Please generate prompt for character design. Let's think step by step: First, check the basic information. Then, generate prompt includes detail descriptions that related to the personality. Finally, summery the prompt in 30 words. Here's your first question: "a man who is the INFP of MBTI personality test":`
30
 
31
  Free Stable Diffusion space:
32
  - [Stabilityai/Stable-Diffusion-2.1](https://huggingface.co/spaces/stabilityai/stable-diffusion)
33
  - [runwayml/Stable-Diffusion-v1-5](https://huggingface.co/spaces/pujianto17/runwayml-stable-diffusion-v1-5)
 
34
  - [AI Mage](https://aimage.xyz)
35
  """
36