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