hegelai / prompttools

Open-source tools for prompt testing and experimentation, with support for both LLMs (e.g. OpenAI, LLaMA) and vector databases (e.g. Chroma, Weaviate, LanceDB).
http://prompttools.readthedocs.io
Apache License 2.0
2.55k stars 216 forks source link

Stable diffusion #80

Closed HashemAlsaket closed 10 months ago

HashemAlsaket commented 10 months ago

@NivekT @steventkrawczyk Stable Diffusion experiment is ready for review.

HashemAlsaket commented 10 months ago

I agree. An array of arrays in a notebook is not user friendly. I think we can set an image_experiment: bool flag in the evaluate() function. If set to True, image rendering from another method can place images in the dataframe cells instead of arrays.

HashemAlsaket commented 10 months ago

@NivekT changes ready :+1: . visualize() can render images in the Jupyter notebook.