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