CoolFace
Datasetpublic

diffusers-parti-prompts/if-v-1.0

Images of Parti Prompts for "if-v-1.0" Code that was used to get the results: from diffusers import DiffusionPipeline import torch pipe_low = DiffusionPipeline.from_pretrained("DeepFloyd/IF-I-XL-v1.0", safety_checker=None, watermarker=None, torch_dtype=torch.float16, variant="fp16") pipe_low.enable_model_cpu_offload() pipe_up = DiffusionPipeline.from_pretrained("DeepFloyd/IF-II-L-v1.0", safety_checker=None, watermarker=None, text_encoder=pipe_low.text_encoder… See the full description on the dataset page: https://huggingface.co/datasets/diffusers-parti-prompts/if-v-1.0.

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes17downloads

diffusers-parti-prompts/if-v-1.0 · main · files are served by the source, never re-hosted here