APRKDEV commited on
Commit
04f6a3c
·
verified ·
1 Parent(s): 2c23d1a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -15,26 +15,26 @@ widget:
15
  url: "https://huggingface.co/APRKDEV/argus-pro/resolve/main/argus_pro_core.safetensors"
16
  ---
17
 
18
- # 🛰️ Argus-Pro Vision Kernel
19
 
20
- The flagship vision engine of the **Neonaut Laboratory**. Engineered for ultra-high-fidelity cinematic synthesis and photorealistic monochrome imagery.
21
 
22
- ## 🦾 Sovereign Specifications
23
- - **Kernel Architecture**: Argus-12B (Proprietary Vision Core)
24
- - **Base Lineage**: Sovereign Neonaut Weights
25
- - **Training Aesthetic**: Cinematic Monochrome / Neonaut Laboratory
26
- - **Optimal Resolution**: 512px - 1024px
27
- - **Precision**: bfloat16
28
 
29
- ## 🚀 Usage Protocol
30
- This is a proprietary Neonaut artifact.
31
 
32
  ```python
33
  from diffusers import AutoPipelineForText2Image
34
  import torch
35
 
36
- # Load the sovereign base and the Argus-Pro kernel
37
- pipe = AutoPipelineForText2Image.from_pretrained("APRKDEV/argus-pro-base", torch_dtype=torch.bfloat16)
38
  pipe.load_lora_weights("APRKDEV/argus-pro", weight_name="argus_pro_core.safetensors")
39
  pipe.to("cuda")
40
 
@@ -43,5 +43,5 @@ image = pipe(prompt, num_inference_steps=30, guidance_scale=3.5).images[0]
43
  image.save("neonaut_synthesis.png")
44
  ```
45
 
46
- ## ⚖️ License
47
- Authorized under the **Icarus Open-Source License (IOSL)**. Managed by **APRK**.
 
15
  url: "https://huggingface.co/APRKDEV/argus-pro/resolve/main/argus_pro_core.safetensors"
16
  ---
17
 
18
+ # Argus-Pro Vision Kernel
19
 
20
+ The flagship vision engine of the Neonaut Laboratory. Engineered for ultra-high-fidelity cinematic synthesis and photorealistic monochrome imagery.
21
 
22
+ ## Sovereign Specifications
23
+ - Kernel Architecture: Argus-12B (Proprietary Vision Core)
24
+ - Base Lineage: Sovereign Neonaut Weights
25
+ - Training Aesthetic: Cinematic Monochrome / Neonaut Laboratory
26
+ - Optimal Resolution: 512px - 1024px
27
+ - Precision: bfloat16
28
 
29
+ ## Usage Protocol
30
+ This is a proprietary Neonaut artifact. Use the following code for synthesis:
31
 
32
  ```python
33
  from diffusers import AutoPipelineForText2Image
34
  import torch
35
 
36
+ # Load the Argus Vision Core and the Argus-Pro kernel
37
+ pipe = AutoPipelineForText2Image.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
38
  pipe.load_lora_weights("APRKDEV/argus-pro", weight_name="argus_pro_core.safetensors")
39
  pipe.to("cuda")
40
 
 
43
  image.save("neonaut_synthesis.png")
44
  ```
45
 
46
+ ## License
47
+ Authorized under the Icarus Open-Source License (IOSL). Managed by APRK.