CoolFace
Datasetpublic

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.

sourceHugging Faceupdated 3y agoView on Hugging Face
2likes13downloads

diffusers-parti-prompts/sd-v2.1 · main · files are served by the source, never re-hosted here