Instructions to use cerspense/zeroscope_v2_576w with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use cerspense/zeroscope_v2_576w with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("cerspense/zeroscope_v2_576w", 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
Log footage request
#13
by pjonesdotca - opened
there are a lot of public domain footages of log rated footage, which his how a lot of film/tv content is shot and it would be great if we could get that added to a model to save time in post prod wrt colour correction.
I like this idea a lot and will try to make a finetune like this as part of the zeroscope v3 models!