Instructions to use omarmomen/absoRea with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use omarmomen/absoRea with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("omarmomen/absoRea", dtype=torch.bfloat16, device_map="cuda") prompt = "Turn this cat into a dog" input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png") image = pipe(image=input_image, prompt=prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 12507b265e6eba0004dc520010aa338eb4f79eb2dd4acc09cac8f7be70fca27f
- Size of remote file:
- 335 MB
- SHA256:
- 3c7dfbd457fd39dcc0758ea9e5cacc1d5de91c4799c13bce6c5a9f5bfbe2a563
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.