diffusers-parti-prompts/sd-v1-5
Images of Parti Prompts for "sd-v1-5" Code that was used to get the results: from diffusers import DiffusionPipeline, DDIMScheduler import torch import PIL pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", 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-v1-5.
This repository belongs to diffusers-parti-prompts on Hugging Face.
CoolFace never edits a repository it does not host. Visibility, licence, collaborators and gating are all managed at the source.
