Instructions to use VERUMNNODE/OS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use VERUMNNODE/OS with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("google/magenta-realtime,THUDM/GLM-4.1V-9B-Thinking,moonshotai/Kimi-K2-Instruct,tencent/Hunyuan-A13B-Instruct,nanonets/Nanonets-OCR-s", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("VERUMNNODE/OS") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
Add 3 files
Browse files- images/@rafaela6015-wisetag.png +3 -0
- images/QRCode_Fácil.jpg +3 -0
- verumnodeindependente.zip +3 -0
images/@rafaela6015-wisetag.png
ADDED
|
Git LFS Details
|
images/QRCode_Fácil.jpg
ADDED
|
Git LFS Details
|
verumnodeindependente.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb75a3e2cfc2533e18fe64516899c99cd40b8b66e0feda6789efa9cf96eb3ac2
|
| 3 |
+
size 100162954
|