better example

This commit is contained in:
Johannes Stelzer 2023-11-16 15:43:58 +01:00
parent ddd6fdee21
commit fc88024601
1 changed files with 3 additions and 3 deletions

View File

@ -38,9 +38,9 @@ num_inference_steps = 30
# Specify a list of prompts below # Specify a list of prompts below
list_prompts = [] list_prompts = []
list_prompts.append("A beautiful astronomic photo of a nebula, with intricate microscopic structures, mitochondria") list_prompts.append("Photo of a house, high detail")
list_prompts.append("Microscope fluorescence photo, cell filaments, intricate galaxy, astronomic nebula") list_prompts.append("Photo of an elephant in african savannah")
list_prompts.append("telescope photo starry sky, nebula, cell core, dna, stunning") list_prompts.append("photo of a house, high detail")
# You can optionally specify the seeds # You can optionally specify the seeds