OMGSR
Offical repo for "OMGSR: You Only Need One Mid-timestep Guidance for Real-World Image Super-Resolution"
파일 탐색기
최종 버전 다운로드 (.zip)- 1.png
- 10.png
- 11.png
- 12.png
- 13.png
- 14.png
- 15.png
- 2.png
- 3.png
- 4.png
- 5.png
- 6.png
- 7.png
- 8.png
- 9.png
- logo.png
- omgsr_f_1024.yml
- omgsr_s_512.yml
- degradations.py
- my_dataset.py
- params_realesrgan.yml
- realesrgan.py
- __init__.py
- checkpointer.py
- vitb_p16.yaml
- vits_p16.yaml
- dinov3_vit7b16_gram_anchor.yaml
- dinov3_vit7b16_high_res_adapt.yaml
- dinov3_vit7b16_pretrain.yaml
- dinov3_vitl16_lvd1689m_distilled.yaml
- multi_distillation_test.yaml
- vitl_im1k_lin834.yaml
- __init__.py
- config.py
- ssl_default_config.yaml
- __init__.py
- ade20k.py
- coco_captions.py
- decoders.py
- extended.py
- image_net.py
- image_net_22k.py
- __init__.py
- adapters.py
- augmentations.py
- collate.py
- loaders.py
- masking.py
- meta_loaders.py
- samplers.py
- transforms.py
- __init__.py
- torch_distributed_primitives.py
- torch_distributed_wrapper.py
- __init__.py
- __init__.py
- dpt_head.py
- embed.py
- encoder.py
- utils.py
- __init__.py
- backbone.py
- detr.py
- global_ape_decoder.py
- global_rpe_decomp_decoder.py
- position_encoding.py
- transformer.py
- transformer_encoder.py
- utils.py
- windows.py
- __init__.py
- box_ops.py
- misc.py
- config.py
- __init__.py
- classification.py
- imagenet_c.py
- dinov3_adapter.py
- __init__.py
- mask2former_head.py
- mask2former_transformer_decoder.py
- pixel_decoder.py
- __init__.py
- ms_deform_attn_func.py
- __init__.py
- ms_deform_attn.py
- ms_deform_attn_cpu.cpp
- ms_deform_attn_cpu.h
- ms_deform_attn_cuda.cu
- ms_deform_attn_cuda.h
- ms_deform_im2col_cuda.cuh
- ms_deform_attn.h
- vision.cpp
- setup.py
- test.py
- batch_norm.py
- ms_deform_attn.py
- position_encoding.py
- transformer.py
- __init__.py
- inference.py
- dinov3_vitl_text.yaml
- text_backbone.yaml
- ac_comp_parallelize.py
- build_dinotxt.py
- clip_loss.py
- dinotxt_model.py
- gram_loss.py
- text_tower.py
- text_transformer.py
- tokenizer.py
- train_dinotxt.py
- vision_tower.py
- accumulators.py
- data.py
- helpers.py
- knn.py
- linear.py
- log_regression.py
- results.py
- setup.py
- utils.py
- ac_compile_parallelize.py
- backbones.py
- classifiers.py
- depthers.py
- detectors.py
- dinotxt.py
- segmentors.py
- utils.py
- __init__.py
- attention.py
- block.py
- dino_head.py
- ffn_layers.py
- fp8_linear.py
- layer_scale.py
- patch_embed.py
- rms_norm.py
- rope_position_encoding.py
- sparse_linear.py
- __init__.py
- helpers.py
- __init__.py
- dino_clstoken_loss.py
- gram_loss.py
- ibot_patch_loss.py
- koleo_loss.py
- __init__.py
- convnext.py
- vision_transformer.py
- init.py
- submit.py
- simple_tokenizer.py
- __init__.py
- cosine_lr_scheduler.py
- multidist_meta_arch.py
- param_groups.py
- ssl_meta_arch.py
- train.py
- __init__.py
- cluster.py
- custom_callable.py
- dtype.py
- utils.py
- __init__.py
- hubconf.py
- dinov3_convnext_disc.py
- dinov3_convnext_dists.py
- devices.py
- infer_omgsr_f.py
- infer_omgsr_s.py
- omgsr_f_infer_model.py
- omgsr_s_infer_model.py
- vaehook.py
- wavelet_color_fix.py
- mid_timestep_flux.py
- mid_timestep_sd.py
- train_omgsr_f.py
- train_omgsr_s.py
- .gitignore
- infer_omgsr_f.sh
- infer_omgsr_s.sh
- README.md
- requirements.txt
- train_omgsr_f_1024.sh
- train_omgsr_s_512.sh
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/wuer5/OMGSR
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd OMGSR
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install --upgrade pip
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip install --upgrade pip
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install -r requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
