🧠
Model

Flux.1 Dev Controlnet Upscaler

by jasperai hf-model--jasperai--flux.1-dev-controlnet-upscaler
Nexus Index
24.0 Top 2%
P / V / C / U Breakdown Calibration Pending

Pillar scores are computed during the next indexing cycle.

Tech Context
Vital Performance
12.2K DL / 30D
0.0%

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

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

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

âš–ī¸ Nexus Index V16.5

24.0
ESTIMATED IMPACT TIER
Popularity (P) 0
Freshness (F) 0
Completeness (C) 0
Utility (U) 0

đŸ’Ŧ Index Insight

The Free2AITools Nexus Index for Flux.1 Dev Controlnet Upscaler aggregates Popularity (P:0), Freshness (F:0), and Completeness (C:0). The Utility score (U:0) represents deployment readiness and ecosystem adoption.

Free2AITools Nexus Index

Verification Authority

Unbiased Data Node Refresh: VFS Live
---

🚀 What's Next?

Technical Deep Dive


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)