Text-to-Video
Diffusers
Safetensors
diffusers-training
cogvideox
cogvideox-diffusers
template:sd-lora
Instructions to use finetrainers/cakeify-v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use finetrainers/cakeify-v0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("finetrainers/cakeify-v0", dtype=torch.bfloat16, device_map="cuda") prompt = "PIKA_CAKEIFY A blue soap is placed on a modern table. Suddenly, a knife appears and slices through the soap, revealing a cake inside. The soap turns into a hyper-realistic prop cake, showcasing the creative transformation of everyday objects into something unexpected and delightful." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Ctrl+K
This model has 1 file scanned as unsafe.