Instructions to use NO8D/HighResolution with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use NO8D/HighResolution 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("NO8D/HighResolution", dtype=torch.bfloat16, device_map="cuda") prompt = "High Resolution" 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:
- f475f12cbe267af9ddf8ca566a23c4f9cb589cc69ed5a511aa649ad746e62f62
- Size of remote file:
- 4.71 MB
- SHA256:
- 938f36986a81aa7f0489c9a509cd55adeac01ea36657a0b762e0062b6832e224
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.