File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
invokeai/backend/model_manager Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -580,13 +580,14 @@ class StarterModelBundle(BaseModel):
580
580
)
581
581
# endregion
582
582
# region SpandrelImageToImage
583
- realesrgan_anime = StarterModel (
584
- name = "RealESRGAN_x4plus_anime_6B " ,
583
+ animesharp_v4_rcan = StarterModel (
584
+ name = "2x-AnimeSharpV4_RCAN " ,
585
585
base = BaseModelType .Any ,
586
- source = "https://github.com/xinntao/Real-ESRGAN /releases/download/v0.2.2.4/RealESRGAN_x4plus_anime_6B.pth " ,
587
- description = "A Real-ESRGAN 4x upscaling model (optimized for anime images)." ,
586
+ source = "https://github.com/Kim2091/Kim2091-Models /releases/download/2x-AnimeSharpV4/2x-AnimeSharpV4_RCAN.safetensors " ,
587
+ description = "A 2x upscaling model (optimized for anime images)." ,
588
588
type = ModelType .SpandrelImageToImage ,
589
589
)
590
+
590
591
realesrgan_x4 = StarterModel (
591
592
name = "RealESRGAN_x4plus" ,
592
593
base = BaseModelType .Any ,
@@ -732,7 +733,7 @@ class StarterModelBundle(BaseModel):
732
733
t2i_lineart_sdxl ,
733
734
t2i_sketch_sdxl ,
734
735
realesrgan_x4 ,
735
- realesrgan_anime ,
736
+ animesharp_v4_rcan ,
736
737
realesrgan_x2 ,
737
738
swinir ,
738
739
t5_base_encoder ,
You can’t perform that action at this time.
0 commit comments