MCPcopy Create free account

hub / github.com/brycedrennan/imaginAIry / endpoints

Endpoints37 in github.com/brycedrennan/imaginAIry

Routecolorize_cmd
click.option( "--outdir", default="./outputs/colorized", show_default=True, type=click.Path(),
imaginairy/cli/colorize.py:None
Routeedit_demo_cmd
click.option( "--outdir", default="./outputs", show_default=True, type=click.Path(), help=
imaginairy/cli/edit_demo.py:None
Routeedit_redir
app.get("/edit")
imaginairy/http_app/app.py:None
Routegenerate
router.post("/generate", response_model=StableStudioBatchResponse)
imaginairy/http_app/stablestudio/routes.py:None
Routegenerate_redir
app.get("/generate")
imaginairy/http_app/app.py:None
Routeimagine_endpoint
app.post("/api/imagine")
imaginairy/http_app/app.py:None
Routeimagine_get_endpoint
app.get("/api/imagine")
imaginairy/http_app/app.py:None
Routeinput_key
input_key.setter
imaginairy/modules/sgm/encoders/modules.py:None
Routeis_trainable
is_trainable.deleter
imaginairy/modules/sgm/encoders/modules.py:None
Routelist_models
router.get("/models")
imaginairy/http_app/stablestudio/routes.py:None
Routelist_samplers
router.get("/samplers")
imaginairy/http_app/stablestudio/routes.py:None
Routeset_image_from_init_image
field_validator("control_inputs", mode="after")
imaginairy/schema.py:None
Routetest_cache_ordering
pytest.mark.skipif(get_device() == "cpu", reason="GPU not available")
tests/test_utils/test_model_cache.py:None
Routetest_clip_masking
pytest.mark.skipif(get_device() == "cpu", reason="Too slow to run on CPU")
tests/test_enhancers/test_clip_masking.py:None
Routetest_clip_text_comparison
pytest.mark.skipif(get_device() == "cpu", reason="Too slow to run on CPU")
tests/test_enhancers/test_describe_image_clip.py:None
Routetest_cliptext_inpainting_pearl_doctor
pytest.mark.skipif(get_device() == "cpu", reason="Too slow to run on CPU")
tests/test_api/test_generate.py:None
Routetest_controlnet
pytest.mark.skipif(get_device() == "cpu", reason="Too slow to run on CPU")
tests/test_api/test_generate.py:None
Routetest_describe_picture
pytest.mark.skipif(get_device() == "cpu", reason="Too slow to run on CPU")
tests/test_enhancers/test_describe_image_blip.py:None
Routetest_fix_faces
pytest.mark.skipif( get_device() == "cpu", reason="TypeError: Got unsupported ScalarType BFloat16" )
tests/test_enhancers/test_face_restoration_codeformer.py:None
Routetest_get_existing_cpu
pytest.mark.skipif(get_device() == "cpu", reason="GPU not available")
tests/test_utils/test_model_cache.py:None
Routetest_get_existing_move_to_gpu
pytest.mark.skipif(get_device() == "cpu", reason="GPU not available")
tests/test_utils/test_model_cache.py:None
Routetest_img_to_file
pytest.mark.skipif(get_device() == "cpu", reason="Too slow to run on CPU")
tests/test_api/test_generate.py:None
Routetest_img_to_img_fruit_2_gold_repeat
pytest.mark.skipif(get_device() == "cpu", reason="Too slow to run on CPU")
tests/test_api/test_generate.py:None
Routetest_inpainting_bench
pytest.mark.skipif(get_device() == "cpu", reason="Too slow to run on CPU")
tests/test_api/test_generate.py:None
Routetest_is_nsfw
pytest.mark.skipif(get_device() == "cpu", reason="Too slow to run on CPU")
tests/test_safety.py:None
Routetest_large_image
pytest.mark.skipif( get_device() in {"cpu", "mps"}, reason="Too slow to run on CPU. Too much memory fo
tests/test_api/test_generate.py:None
Routetest_model_versions
pytest.mark.skipif(get_device() != "cuda", reason="Too slow to run on CPU or MPS")
tests/test_api/test_generate.py:None
Routetest_outpainting_outpaint
pytest.mark.skipif(get_device() == "cpu", reason="Too slow to run on CPU")
tests/test_outpaint.py:None
Routetest_set_cpu_full
pytest.mark.skipif(get_device() == "cpu", reason="GPU not available")
tests/test_utils/test_model_cache.py:None
Routetest_set_gpu_full
pytest.mark.skipif(get_device() == "cpu", reason="GPU not available")
tests/test_utils/test_model_cache.py:None
Routetest_sigma_bug
pytest.mark.skipif("mps" not in get_device(), reason="MPS only bug")
tests/samplers/test_base.py:None
Routetest_text_conditioning
pytest.mark.skipif(get_device() == "cpu", reason="Too slow to run on CPU")
tests/test_clip_embedder.py:None
Routetest_tile_mode
pytest.mark.skipif(get_device() == "cpu", reason="Too slow to run on CPU")
tests/test_api/test_generate.py:None
Routeucg_rate
ucg_rate.deleter
imaginairy/modules/sgm/encoders/modules.py:None
Routeupscale_cmd
click.option( "--outdir", default="./outputs/upscaled", show_default=True, type=click.Path(),
imaginairy/cli/upscale.py:None
Routevalidate_control_inputs
field_validator("control_inputs", mode="before")
imaginairy/schema.py:None
Routevideogen_cmd
click.option( "--start-image", default="other/images/sound-music.jpg", help="Input path for image
imaginairy/cli/videogen.py:None