Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brycedrennan/imaginAIry
/ endpoints
Endpoints
37 in github.com/brycedrennan/imaginAIry
⨍
Functions
2,992
◇
Types & classes
731
↳
Endpoints
37
Route
colorize_cmd
click.option( "--outdir", default="./outputs/colorized", show_default=True, type=click.Path(),
imaginairy/cli/colorize.py:None
Route
edit_demo_cmd
click.option( "--outdir", default="./outputs", show_default=True, type=click.Path(), help=
imaginairy/cli/edit_demo.py:None
Route
edit_redir
app.get("/edit")
imaginairy/http_app/app.py:None
Route
generate
router.post("/generate", response_model=StableStudioBatchResponse)
imaginairy/http_app/stablestudio/routes.py:None
Route
generate_redir
app.get("/generate")
imaginairy/http_app/app.py:None
Route
imagine_endpoint
app.post("/api/imagine")
imaginairy/http_app/app.py:None
Route
imagine_get_endpoint
app.get("/api/imagine")
imaginairy/http_app/app.py:None
Route
input_key
input_key.setter
imaginairy/modules/sgm/encoders/modules.py:None
Route
is_trainable
is_trainable.deleter
imaginairy/modules/sgm/encoders/modules.py:None
Route
list_models
router.get("/models")
imaginairy/http_app/stablestudio/routes.py:None
Route
list_samplers
router.get("/samplers")
imaginairy/http_app/stablestudio/routes.py:None
Route
set_image_from_init_image
field_validator("control_inputs", mode="after")
imaginairy/schema.py:None
Route
test_cache_ordering
pytest.mark.skipif(get_device() == "cpu", reason="GPU not available")
tests/test_utils/test_model_cache.py:None
Route
test_clip_masking
pytest.mark.skipif(get_device() == "cpu", reason="Too slow to run on CPU")
tests/test_enhancers/test_clip_masking.py:None
Route
test_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
Route
test_cliptext_inpainting_pearl_doctor
pytest.mark.skipif(get_device() == "cpu", reason="Too slow to run on CPU")
tests/test_api/test_generate.py:None
Route
test_controlnet
pytest.mark.skipif(get_device() == "cpu", reason="Too slow to run on CPU")
tests/test_api/test_generate.py:None
Route
test_describe_picture
pytest.mark.skipif(get_device() == "cpu", reason="Too slow to run on CPU")
tests/test_enhancers/test_describe_image_blip.py:None
Route
test_fix_faces
pytest.mark.skipif( get_device() == "cpu", reason="TypeError: Got unsupported ScalarType BFloat16" )
tests/test_enhancers/test_face_restoration_codeformer.py:None
Route
test_get_existing_cpu
pytest.mark.skipif(get_device() == "cpu", reason="GPU not available")
tests/test_utils/test_model_cache.py:None
Route
test_get_existing_move_to_gpu
pytest.mark.skipif(get_device() == "cpu", reason="GPU not available")
tests/test_utils/test_model_cache.py:None
Route
test_img_to_file
pytest.mark.skipif(get_device() == "cpu", reason="Too slow to run on CPU")
tests/test_api/test_generate.py:None
Route
test_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
Route
test_inpainting_bench
pytest.mark.skipif(get_device() == "cpu", reason="Too slow to run on CPU")
tests/test_api/test_generate.py:None
Route
test_is_nsfw
pytest.mark.skipif(get_device() == "cpu", reason="Too slow to run on CPU")
tests/test_safety.py:None
Route
test_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
Route
test_model_versions
pytest.mark.skipif(get_device() != "cuda", reason="Too slow to run on CPU or MPS")
tests/test_api/test_generate.py:None
Route
test_outpainting_outpaint
pytest.mark.skipif(get_device() == "cpu", reason="Too slow to run on CPU")
tests/test_outpaint.py:None
Route
test_set_cpu_full
pytest.mark.skipif(get_device() == "cpu", reason="GPU not available")
tests/test_utils/test_model_cache.py:None
Route
test_set_gpu_full
pytest.mark.skipif(get_device() == "cpu", reason="GPU not available")
tests/test_utils/test_model_cache.py:None
Route
test_sigma_bug
pytest.mark.skipif("mps" not in get_device(), reason="MPS only bug")
tests/samplers/test_base.py:None
Route
test_text_conditioning
pytest.mark.skipif(get_device() == "cpu", reason="Too slow to run on CPU")
tests/test_clip_embedder.py:None
Route
test_tile_mode
pytest.mark.skipif(get_device() == "cpu", reason="Too slow to run on CPU")
tests/test_api/test_generate.py:None
Route
ucg_rate
ucg_rate.deleter
imaginairy/modules/sgm/encoders/modules.py:None
Route
upscale_cmd
click.option( "--outdir", default="./outputs/upscaled", show_default=True, type=click.Path(),
imaginairy/cli/upscale.py:None
Route
validate_control_inputs
field_validator("control_inputs", mode="before")
imaginairy/schema.py:None
Route
videogen_cmd
click.option( "--start-image", default="other/images/sound-music.jpg", help="Input path for image
imaginairy/cli/videogen.py:None