cha0smagick commited on
Commit
f5819d8
verified
1 Parent(s): 67d8410

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -642,11 +642,11 @@ 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 image 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 are considered {character_sheet['Ugliness Level']}. "
650
  f"Facial features: {character_sheet['Facial Features']}. {character_sheet['Description']}."
651
  )
652
 
 
642
 
643
  # Crear un prompt para la generaci贸n de la imagen
644
  image_prompt = (
645
+ f"Create an exact full body image and face 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