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:
- 3d2b1ca91741ebca83f36971276a18eb71be0c22784cbd84573030b7ce8a718e
- Size of remote file:
- 464 MB
- SHA256:
- b480ac374593b0dcb18ffa63b23213734e04cd43eab0d620d23e39708d4a4a7e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.