Instructions to use Daichi/realisticVisionV60B1_v51HyperVAE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Daichi/realisticVisionV60B1_v51HyperVAE with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Daichi/realisticVisionV60B1_v51HyperVAE", 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 Settings
- Draw Things
- DiffusionBee
Why are there so many "stub" models which don't actually have a source for the model? It is very annoying trying to find the REAL source and sha256 of a model with so many copycat uploads
#3 opened about 1 year ago
by
oidqjpzcwxxogmtdjd
Create README.md
#2 opened about 1 year ago
by
Kikomiko20205
Upload config.json
#1 opened over 1 year ago
by
amritagopi