Instructions to use hoveyc/comfyui-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use hoveyc/comfyui-models with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("hoveyc/comfyui-models", 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
- Xet hash:
- 452b17638a321cae37e4c9b380186e913cf8930af0439924a24cb5799ae1f9af
- Size of remote file:
- 5.68 GB
- SHA256:
- a0413986d9734e02c09504e1520f5697ba6df731bb2f0f35577485e9cc8f56a3
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.