CoolFace
Datasetpublic

diffusers-parti-prompts/muse256

from PIL import Image import torch from muse import PipelineMuse, MaskGiTUViT from datasets import Dataset, Features from datasets import Image as ImageFeature from datasets import Value, load_dataset device = "cuda" if torch.cuda.is_available() else "cpu" pipe = PipelineMuse.from_pretrained( transformer_path="valhalla/research-run", text_encoder_path="openMUSE/clip-vit-large-patch14-text-enc", vae_path="openMUSE/vqgan-f16-8192-laion", ).to(device) # pipe.transformer =… See the full description on the dataset page: https://huggingface.co/datasets/diffusers-parti-prompts/muse256.

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes17downloads
settings

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.

namemuse256
visibilitypublic
licencenot set
gatedno
ownerdiffusers-parti-prompts
Account settings
diffusers-parti-prompts/muse256 · CoolFace