diffusers-parti-prompts/sd-v2.1
Images of Parti Prompts for "sd-v2.1" Code that was used to get the results: from diffusers import DiffusionPipeline, DDIMScheduler import torch import PIL pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-2-1", torch_dtype=torch.float16, safety_checker=None) pipe.to("cuda") pipe.scheduler = DDIMScheduler.from_config(pipe.scheduler.config) prompt = "" # a parti prompt generator = torch.Generator("cuda").manual_seed(0) image = pipe(prompt… See the full description on the dataset page: https://huggingface.co/datasets/diffusers-parti-prompts/sd-v2.1.
Update README.md
Update README.md
Upload README.md with huggingface_hub
Delete data/train-00000-of-00001-3b22e619a101ae7e.parquet with huggingface_hub
Upload data/train-00000-of-00001-7e3b224a19473aa0.parquet with huggingface_hub
Upload README.md with huggingface_hub
Upload data/train-00000-of-00001-3b22e619a101ae7e.parquet with huggingface_hub
initial commit
