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", torch_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
|
@@ -54,12 +54,18 @@ Advanced version of High-resolution for Klein4B ( ✔️ )
|
|
| 54 |
|
| 55 |
Advanced version of High-resolution for Klein9B ( ✔️ )
|
| 56 |
|
| 57 |
-
|
| 58 |
|
| 59 |
-
|
|
|
|
|
|
|
| 60 |
|
| 61 |
-
|
|
|
|
|
|
|
| 62 |
|
|
|
|
|
|
|
| 63 |
|
| 64 |
## 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.
|
| 65 |
|
|
|
|
| 54 |
|
| 55 |
Advanced version of High-resolution for Klein9B ( ✔️ )
|
| 56 |
|
| 57 |
+

|
| 58 |
|
| 59 |
+
Advanced version of High-resolution for Krea2 ( ✔️ )
|
| 60 |
+
|
| 61 |
+
Krea2 does not have native image editing capabilities, so you will need additional nodes.
|
| 62 |
|
| 63 |
+
https://github.com/ostris/ComfyUI-Krea2-Ostris-Edit and https://github.com/no8d/ComfyUI-NO8D-controls
|
| 64 |
+
|
| 65 |
+
## Trigger words
|
| 66 |
|
| 67 |
+
Klei:High Resolutio
|
| 68 |
+
krea2:High quality
|
| 69 |
|
| 70 |
## 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.
|
| 71 |
|