Instructions to use osanseviero/compvis_fix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use osanseviero/compvis_fix with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("osanseviero/compvis_fix", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit History
Upload vae/diffusion_pytorch_model.bin with huggingface_hub 628f328
Upload vae/config.json with huggingface_hub 418dca4
Upload unet/diffusion_pytorch_model.bin with huggingface_hub 0decce6
Upload unet/config.json with huggingface_hub 1c69218
Upload tokenizer/vocab.json with huggingface_hub 4ce2586
Upload tokenizer/tokenizer_config.json with huggingface_hub 8a8fafd
Upload tokenizer/special_tokens_map.json with huggingface_hub 58ea4a0
Upload tokenizer/merges.txt with huggingface_hub c4a6f1b
Upload text_encoder/pytorch_model.bin with huggingface_hub 4182877
Upload text_encoder/config.json with huggingface_hub 85ef3be
Upload scheduler/scheduler_config.json with huggingface_hub c2f6179
Upload safety_checker/pytorch_model.bin with huggingface_hub 4e65f7f
Upload safety_checker/config.json with huggingface_hub 212999e
Upload feature_extractor/preprocessor_config.json with huggingface_hub 6f8990a
Upload v1-variants-scores.jpg with huggingface_hub 8c535f7
Upload model_index.json with huggingface_hub bcdac54
Upload README.md with huggingface_hub d54c1c3
initial commit 1d71b61
Omar Sanseviero commited on