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
Update README.md
Browse files
README.md
CHANGED
|
@@ -62,4 +62,4 @@ You should use `High Resolution` to trigger the image generation.
|
|
| 62 |
## I'm an independent model and workflow developer. If you like my work and want to support independent development, please consider buying me a cup of coffee to keep this motivation going! Thank you very much.
|
| 63 |
|
| 64 |
|
| 65 |
-
[support](https://patreon.com/
|
|
|
|
| 62 |
## I'm an independent model and workflow developer. If you like my work and want to support independent development, please consider buying me a cup of coffee to keep this motivation going! Thank you very much.
|
| 63 |
|
| 64 |
|
| 65 |
+
[support](https://www.patreon.com/posts/welcome-to-my-ai-151306281?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_content=join_link) 🫡 May the AI-power be with you, see you soon !🫡
|