Instructions to use Glanty/Capybara with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Glanty/Capybara with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Glanty/Capybara", 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
ComfyUI workflow?
#1
by 55555alex55555 - opened
Please add sample comfyUI workflow
Yes, please add comfyui support , also FP8
Yeah, for models today, to gain attraction and community adoption, Comfyui is a must.
"This project is built upon:
HunyuanVideo-1.5 - Base Video Generation Model"
It's just HunyuanVideo-1.5 under a different name, so forget about it.
"This project is built upon:
HunyuanVideo-1.5 - Base Video Generation Model"
It's just HunyuanVideo-1.5 under a different name, so forget about it.
go back to twitter, you didnt even understand it
We’ll add support for ComfyUI soon. Thanks for your interest!
Glanty changed discussion status to closed