diffusers-parti-prompts/muse512
Dataset Card for "muse_512" ```py 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"… See the full description on the dataset page: https://huggingface.co/datasets/diffusers-parti-prompts/muse512.
025
Update README.md
Upload README.md with huggingface_hub
Upload data/train-00000-of-00001-d56c6394e70cbcea.parquet with huggingface_hub
Create README.md
initial commit
