Cockboy1's picture
pip install polars
fccc5e6 verified
|
raw
history blame
836 Bytes

---pip install polarsimport polars as pl

df = pl.read_csv('hf://datasets/fka/awesome-chatgpt-prompts/prompts.csv') from diffusers import DiffusionPipeline from diffusers.utils import load_image

pipe = DiffusionPipeline.from_pretrained("InstantX/Qwen-Image-ControlNet-Inpainting")

prompt = "Turn this cat into a dog" input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png")

image = pipe(image=input_image, prompt=prompt).images[0] license: cc0-1.0 tags: - ChatGPT task_categories: - question-answering size_categories: - 100K<n<1M

🧠 Awesome ChatGPT Prompts [CSV dataset]

This is a Dataset Repository of Awesome ChatGPT Prompts

View All Prompts on GitHub

License

CC-0