APRKDEV commited on
Commit
29fc791
·
verified ·
1 Parent(s): 20de48d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: black-forest-labs/FLUX.1-dev
4
+ tags:
5
+ - lora
6
+ - text-to-image
7
+ - diffusers
8
+ - flux
9
+ - monochrome
10
+ - cinematic
11
+ - neonaut
12
+ instance_prompt: a cinematic monochrome photo in the neonaut laboratory aesthetic
13
+ widget:
14
+ - text: "a cinematic monochrome photo of a futuristic neural uplink, neonaut laboratory aesthetic, extreme detail, 8k"
15
+ output:
16
+ url: "https://huggingface.co/APRKDEV/argus-pro/resolve/main/argus_pro_core.safetensors"
17
+ ---
18
+
19
+ # 🛰️ Argus-Pro Vision Kernel
20
+
21
+ The flagship vision engine of the **Neonaut Laboratory**. Architected for ultra-high-fidelity cinematic synthesis and photorealistic monochrome imagery.
22
+
23
+ ## 🦾 Sovereign Specifications
24
+ - **Kernel Architecture**: Argus-12B (Sovereign LoRA)
25
+ - **Base Lineage**: Purified Flux.1 Dev
26
+ - **Training Aesthetic**: Cinematic Monochrome / Neonaut Laboratory
27
+ - **Optimal Resolution**: 512px - 1024px
28
+ - **Precision**: bfloat16
29
+
30
+ ## 🚀 Usage Protocol
31
+ This is a sovereign Neonaut artifact. It requires the `diffusers` library for synthesis.
32
+
33
+ ```python
34
+ from diffusers import FluxPipeline
35
+ import torch
36
+
37
+ pipe = FluxPipeline.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
+
41
+ prompt = "a cinematic monochrome photo in the neonaut laboratory aesthetic, [YOUR PROMPT HERE]"
42
+ 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**.