Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "jsonVersion": "1.0.0",
- "version": "3",
- "uiVersion": "2",
- "minAppVersion": "0",
- "minCMLMacVersion": 10.16,
- "shortName": "ggnv2",
- "blockOverlap": 32,
- "blockDiscard": 4,
- "enabled": 1,
- "keepColor": 0,
- "name": "Standard V2",
- "category": "Enhance",
- "verb": "Enhancing",
- "autoModel": "ggn_ap",
- "cli": {
- "aliases": ["std", "standard"],
- "params": {
- "param1": "denoise",
- "param2": "sharpen",
- "param3": "compression"
- }
- },
- "gui": {
- "minScale": 1,
- "maxScale": 4,
- "showScale": 0,
- "name": "Gigapixel Standard",
- "displayPri": 3.0,
- "desc": "Gigapixel Standard model",
- "parameters": {
- "scale": {
- "default": 1
- },
- "param1": {
- "name": "Remove Noise",
- "guiType": "int",
- "default": 0,
- "guiMax": 100,
- "guiMin": 0,
- "description": "Reduce the noise. Higher values produce a cleaner image but may remove details.",
- "precision": 1,
- "modelMax": 1,
- "modelMin": 0,
- "modelType": "float"
- },
- "param2": {
- "name": "Sharpen",
- "guiType": "int",
- "default": 0,
- "guiMax": 100,
- "guiMin": 0,
- "description": "Additional sharpening. Higher values produce a sharper image but may introduce artifacts.",
- "precision": 1,
- "modelMax": 1,
- "modelMin": 0,
- "modelType": "float"
- },
- "param3": {
- "name": "Remove Compression",
- "guiType": "int",
- "default": 0.3,
- "guiMax": 100,
- "guiMin": 0,
- "description": "Reduce blockiness and compression artifacts. Higher values produce a cleaner image but may introduce distortion.",
- "precision": 1,
- "modelMax": 1,
- "modelMin": 0,
- "modelType": "float"
- }
- }
- },
- "inputs": {
- "param1": "pb",
- "param2": "pn",
- "param3": "pc",
- "input": "netInput",
- "cinput": "infer_input",
- "output": "infer_output",
- "gamma": "dummy"
- },
- "backends": {
- "tensorrt": {
- "model": "imcc",
- "parallel": 0,
- "capabilities": [705, 806, 809, 1200],
- "scales": {
- "2": {
- "nets": [
- "[N]-v[V]-fp32-[H]x[W]-[S]x-rt[C]-[R]-rt.tz2",
- "gclc-v1-fp32-[H]x[W]-[S]x-rt[C]-[R]-rt.tz2"
- ],
- "blocks": [128,128],
- "outputs": [
- "netOutput",
- "tf.clip_by_value"
- ]
- },
- "4": {
- "nets": [
- "[N]-v[V]-fp32-[H]x[W]-[S]x-rt[C]-[R]-rt.tz2",
- "gclc-v1-fp32-[H]x[W]-[S]x-rt[C]-[R]-rt.tz2"
- ],
- "blocks": [128,128],
- "outputs": [
- "netOutput",
- "tf.clip_by_value"
- ]
- }
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement