Model

Flux.1 Dev Controlnet Upscaler

by jasperai ID: hf-model--jasperai--flux.1-dev-controlnet-upscaler
FNI Rank 30
Percentile Top 6%
Activity
β†’ 0.0%

This is Flux.1-dev ControlNet for low resolution images developed by Jasper research team. This mo...

Audited 30 FNI Score
Tiny - Params
- Context
12.2K Downloads
Model Information Summary
Entity Passport
Registry ID hf-model--jasperai--flux.1-dev-controlnet-upscaler
Provider huggingface

πŸ•ΈοΈ Neural Mesh Hub

Interconnecting Research, Data & Ecosystem

πŸ•ΈοΈ

Intelligence Hive

Multi-source Relation Matrix

Live Index
πŸ“°

Intelligence Reports

πŸ“œ

Cite this model

Academic & Research Attribution

BibTeX
@misc{hf_model__jasperai__flux.1_dev_controlnet_upscaler,
  author = {jasperai},
  title = {Flux.1 Dev Controlnet Upscaler Model},
  year = {2026},
  howpublished = {\url{https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Upscaler}},
  note = {Accessed via Free2AITools Knowledge Fortress}
}
APA Style
jasperai. (2026). Flux.1 Dev Controlnet Upscaler [Model]. Free2AITools. https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Upscaler

πŸ”¬Technical Deep Dive

Full Specifications [+]

⚑ Quick Commands

πŸ€— HF Download
huggingface-cli download jasperai/flux.1-dev-controlnet-upscaler

βš–οΈ Free2AI Nexus Index

Methodology β†’ πŸ“˜ What is FNI?
30.0
Top 6% Overall Impact
πŸ”₯ Popularity (P) 0
πŸš€ Velocity (V) 0
πŸ›‘οΈ Credibility (C) 0
πŸ”§ Utility (U) 0
Nexus Verified Data

πŸ’¬ Why this score?

This Flux.1 Dev Controlnet Upscaler has a P score of 0 (popularity from downloads/likes), V of 0 (growth velocity), C of 0 (credibility from citations), and U of 0 (utility/deploy support).

Data Verified πŸ• Last Updated: Not calculated
Free2AI Nexus Index | Fair Β· Transparent Β· Explainable | Full Methodology
---

πŸš€ What's Next?

README


base_model:


⚑ Flux.1-dev: Upscaler ControlNet ⚑

This is Flux.1-dev ControlNet for low resolution images developed by Jasper research team.

How to use

This model can be used directly with the diffusers library

import torch
from diffusers.utils import load_image
from diffusers import FluxControlNetModel
from diffusers.pipelines import FluxControlNetPipeline

# Load pipeline
controlnet = FluxControlNetModel.from_pretrained(
  "jasperai/Flux.1-dev-Controlnet-Upscaler",
  torch_dtype=torch.bfloat16
)
pipe = FluxControlNetPipeline.from_pretrained(
  "black-forest-labs/FLUX.1-dev",
  controlnet=controlnet,
  torch_dtype=torch.bfloat16
)
pipe.to("cuda")

# Load a control image
control_image = load_image(
  "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Upscaler/resolve/main/examples/input.jpg"
)

w, h = control_image.size

# Upscale x4
control_image = control_image.resize((w * 4, h * 4))

image = pipe(
    prompt="", 
    control_image=control_image,
    controlnet_conditioning_scale=0.6,
    num_inference_steps=28, 
    guidance_scale=3.5,
    height=control_image.size[1],
    width=control_image.size[0]
).images[0]
image

Training

This model was trained with a synthetic complex data degradation scheme taking as input a real-life image and artificially degrading it by combining several degradations such as amongst other image noising (Gaussian, Poisson), image blurring and JPEG compression in a similar spirit as [1]

[1] Wang, Xintao, et al. "Real-esrgan: Training real-world blind super-resolution with pure synthetic data." Proceedings of the IEEE/CVF international conference on computer vision. 2021.

Licence

This model falls under the Flux.1-dev model licence.

ZEN MODE β€’ README

base_model:


⚑ Flux.1-dev: Upscaler ControlNet ⚑

This is Flux.1-dev ControlNet for low resolution images developed by Jasper research team.

How to use

This model can be used directly with the diffusers library

import torch
from diffusers.utils import load_image
from diffusers import FluxControlNetModel
from diffusers.pipelines import FluxControlNetPipeline

Load pipeline

controlnet = FluxControlNetModel.from_pretrained( "jasperai/Flux.1-dev-Controlnet-Upscaler", torch_dtype=torch.bfloat16 ) pipe = FluxControlNetPipeline.from_pretrained( "black-forest-labs/FLUX.1-dev", controlnet=controlnet, torch_dtype=torch.bfloat16 ) pipe.to("cuda")

Load a control image

control_image = load_image( "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Upscaler/resolve/main/examples/input.jpg" )

w, h = control_image.size

Upscale x4

control_image = control_image.resize((w * 4, h * 4))

image = pipe( prompt="", control_image=control_image, controlnet_conditioning_scale=0.6, num_inference_steps=28, guidance_scale=3.5, height=control_image.size[1], width=control_image.size[0] ).images[0] image

Training

This model was trained with a synthetic complex data degradation scheme taking as input a real-life image and artificially degrading it by combining several degradations such as amongst other image noising (Gaussian, Poisson), image blurring and JPEG compression in a similar spirit as [1]

[1] Wang, Xintao, et al. "Real-esrgan: Training real-world blind super-resolution with pure synthetic data." Proceedings of the IEEE/CVF international conference on computer vision. 2021.

Licence

This model falls under the Flux.1-dev model licence.

πŸ“ Limitations & Considerations

  • β€’ Benchmark scores may vary based on evaluation methodology and hardware configuration.
  • β€’ VRAM requirements are estimates; actual usage depends on quantization and batch size.
  • β€’ FNI scores are relative rankings and may change as new models are added.
  • β€’ Source: Unknown
Top Tier

Social Proof

HuggingFace Hub
853Likes
12.2KDownloads
πŸ”„ Daily sync (03:00 UTC)

AI Summary: Based on Hugging Face metadata. Not a recommendation.

πŸ“Š FNI Methodology πŸ“š Knowledge Baseℹ️ Verify with original source

πŸ›‘οΈ Model Transparency Report

Verified data manifest for traceability and transparency.

100% Data Disclosure Active

πŸ†” Identity & Source

id
hf-model--jasperai--flux.1-dev-controlnet-upscaler
source
huggingface
author
jasperai
tags
diffuserssafetensorscontrolnetsuper-resolutionupscalerimage-to-imagebase_model:black-forest-labs/flux.1-devbase_model:finetune:black-forest-labs/flux.1-devlicense:otherregion:us

βš™οΈ Technical Specs

architecture
null
params billions
null
context length
null
pipeline tag
image-to-image

πŸ“Š Engagement & Metrics

likes
853
downloads
12,246

Free2AITools Constitutional Data Pipeline: Curated disclosure mode active. (V15.x Standard)