Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
623aaf3
1
Parent(s):
f2194c2
adding CosXL and InfEdit
Browse files- model/model_registry.py +15 -1
model/model_registry.py
CHANGED
|
@@ -158,6 +158,20 @@ register_model_info(
|
|
| 158 |
"Plug-and-Play Diffusion Features for Text-Driven Image-to-Image Translation.",
|
| 159 |
)
|
| 160 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 161 |
register_model_info(
|
| 162 |
["fal_stable-cascade_text2image"],
|
| 163 |
"StableCascade",
|
|
@@ -205,6 +219,6 @@ models = ['imagenhub_LCM_generation','imagenhub_SDXLTurbo_generation','imagenhub
|
|
| 205 |
'imagenhub_OpenJourney_generation','imagenhub_PixArtAlpha_generation','imagenhub_SDXLLightning_generation',
|
| 206 |
'imagenhub_StableCascade_generation','imagenhub_PlaygroundV2_generation', 'fal_Playground-v25_generation', 'fal_stable-cascade_text2image',
|
| 207 |
'imagenhub_CycleDiffusion_edition', 'imagenhub_Pix2PixZero_edition', 'imagenhub_Prompt2prompt_edition',
|
| 208 |
-
'imagenhub_SDEdit_edition', 'imagenhub_InstructPix2Pix_edition', 'imagenhub_MagicBrush_edition', 'imagenhub_PNP_edition'
|
| 209 |
"fal_AnimateDiffTurbo_text2video", "fal_AnimateDiff_text2video",
|
| 210 |
"videogenhub_LaVie_generation", "videogenhub_VideoCrafter2_generation", "videogenhub_ModelScope_generation"]
|
|
|
|
| 158 |
"Plug-and-Play Diffusion Features for Text-Driven Image-to-Image Translation.",
|
| 159 |
)
|
| 160 |
|
| 161 |
+
register_model_info(
|
| 162 |
+
["imagenhub_InfEdit_edition"],
|
| 163 |
+
"InfEdit",
|
| 164 |
+
"https://sled-group.github.io/InfEdit/",
|
| 165 |
+
"Inversion-Free Image Editing with Natural Language.",
|
| 166 |
+
)
|
| 167 |
+
|
| 168 |
+
register_model_info(
|
| 169 |
+
["imagenhub_CosXLEdit_edition"],
|
| 170 |
+
"CosXLEdit",
|
| 171 |
+
"https://huggingface.co/stabilityai/cosxl",
|
| 172 |
+
"An instruction-based image editing model from SDXL.",
|
| 173 |
+
)
|
| 174 |
+
|
| 175 |
register_model_info(
|
| 176 |
["fal_stable-cascade_text2image"],
|
| 177 |
"StableCascade",
|
|
|
|
| 219 |
'imagenhub_OpenJourney_generation','imagenhub_PixArtAlpha_generation','imagenhub_SDXLLightning_generation',
|
| 220 |
'imagenhub_StableCascade_generation','imagenhub_PlaygroundV2_generation', 'fal_Playground-v25_generation', 'fal_stable-cascade_text2image',
|
| 221 |
'imagenhub_CycleDiffusion_edition', 'imagenhub_Pix2PixZero_edition', 'imagenhub_Prompt2prompt_edition',
|
| 222 |
+
'imagenhub_SDEdit_edition', 'imagenhub_InstructPix2Pix_edition', 'imagenhub_MagicBrush_edition', 'imagenhub_PNP_edition', 'imagenhub_InfEdit_edition', 'imagenhub_CosXLEdit_edition',
|
| 223 |
"fal_AnimateDiffTurbo_text2video", "fal_AnimateDiff_text2video",
|
| 224 |
"videogenhub_LaVie_generation", "videogenhub_VideoCrafter2_generation", "videogenhub_ModelScope_generation"]
|