cha0smagick commited on
Commit
6d3d62f
verified
1 Parent(s): 02132b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -642,12 +642,12 @@ if st.session_state.character_sheet:
642
 
643
  # Crear un prompt para la generaci贸n de la imagen
644
  image_prompt = (
645
- f"Create an exact full body and face full body portrait of {character_sheet['Name']}, a {character_sheet['Nature']} {character_sheet['Demeanor']} "
646
  f"with the essence of {character_sheet['Essence']}. They are part of the {character_sheet['Affiliation']} "
647
  f"and belong to the sect of {character_sheet['Sect']}. Concept: {character_sheet['Concept']}. "
648
  f"They are a {character_sheet['Sex']} with {character_sheet['Hair Color']} hair that is {character_sheet['Hair Style']}. "
649
  f"They have {character_sheet['Eye Color']} eyes and his ugliness are considered {character_sheet['Ugliness Level']}. "
650
- f"Facial features: {character_sheet['Facial Features']}. {character_sheet['Description']}."
651
  )
652
 
653
  # Generar la imagen usando el prompt
 
642
 
643
  # Crear un prompt para la generaci贸n de la imagen
644
  image_prompt = (
645
+ f"Create an exact full body and face graphical description of {character_sheet['Name']}, a {character_sheet['Nature']} {character_sheet['Demeanor']} "
646
  f"with the essence of {character_sheet['Essence']}. They are part of the {character_sheet['Affiliation']} "
647
  f"and belong to the sect of {character_sheet['Sect']}. Concept: {character_sheet['Concept']}. "
648
  f"They are a {character_sheet['Sex']} with {character_sheet['Hair Color']} hair that is {character_sheet['Hair Style']}. "
649
  f"They have {character_sheet['Eye Color']} eyes and his ugliness are considered {character_sheet['Ugliness Level']}. "
650
+ f"Facial features: {character_sheet['Facial Features']}. {character_sheet['Description']}. draw exaclty ever characteristic mentioned in the graphical description"
651
  )
652
 
653
  # Generar la imagen usando el prompt