Browse Source

ghibli

main
Anindya Maiti 3 weeks ago
parent
commit
f1505a5a37
  1. BIN
      api-txt2img/cat_0.png
  2. BIN
      api-txt2img/cat_1.png
  3. BIN
      api-txt2img/cat_2.png
  4. BIN
      api-txt2img/cat_3.png
  5. BIN
      api-txt2img/cat_4.png
  6. 2
      api-txt2img/generate_cat_images.py

BIN
api-txt2img/cat_0.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 953 KiB

BIN
api-txt2img/cat_1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
api-txt2img/cat_2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 712 KiB

BIN
api-txt2img/cat_3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 714 KiB

After

Width:  |  Height:  |  Size: 668 KiB

BIN
api-txt2img/cat_4.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 726 KiB

After

Width:  |  Height:  |  Size: 865 KiB

2
api-txt2img/generate_cat_images.py

@ -85,7 +85,7 @@ if __name__ == "__main__":
}
# Generate cat images and get the list of filenames
image_files = generate_cat_images(ip, port, model_params, prompt="cat, cute, perfect, anime", num_images=5)
image_files = generate_cat_images(ip, port, model_params, prompt="cat, cute, perfect, anime, ghibli, detailed, 4k, ultra hd", num_images=5)
# Call the CLIP Interrogator function from main using the same ip and port
interrogate_images(ip, port, image_files)

Loading…
Cancel
Save