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
|
@@ -58,9 +58,9 @@ Advanced version of High-resolution for Klein9B ( ✔️ )
|
|
| 58 |
|
| 59 |
Advanced version of High-resolution for Krea2 ( ✔️ )
|
| 60 |
|
| 61 |
-
|
| 62 |
|
| 63 |
-
|
| 64 |
|
| 65 |
## Trigger words
|
| 66 |
|
|
|
|
| 58 |
|
| 59 |
Advanced version of High-resolution for Krea2 ( ✔️ )
|
| 60 |
|
| 61 |
+
[🛠️About workflow](https://www.patreon.com/no8d/posts/important-high-165230702?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_content=join_link)
|
| 62 |
|
| 63 |
+
This is an i2i-LORA, not a t2i-LORA. Since Krea2 does not have a built-in edit function, you need to install the Krea2edit node to use it alongside. I am not sure if Civitai offers online support, but I have provided the workflow, which you can obtain.
|
| 64 |
|
| 65 |
## Trigger words
|
| 66 |
|