Commit Graph

  • 003f92538e README.md aktualisiert main Manuel Kamper 2024-08-20 22:50:36 +0200
  • 84fe3bb8d9 README.md aktualisiert Manuel Kamper 2024-08-20 22:50:16 +0200
  • 63b207be32 README.md aktualisiert Manuel Kamper 2024-08-20 22:48:30 +0200
  • 53735ffd66 minimal root 2024-08-20 22:37:11 +0200
  • 9ac44b2a4f replaced iopaint 1.3.3 root 2024-08-20 22:10:27 +0200
  • f1e5deba0f replaced iopaint with inpaint root 2024-08-20 22:09:16 +0200
  • c327e735cb iopaint changet to inpaint root 2024-08-20 21:33:21 +0200
  • 309e2cb346 gitignore root 2024-08-20 21:25:40 +0200
  • 2012bcc5d3 Committer: manuel <manuel@kmpr.at> some fixes root 2024-08-20 21:22:40 +0200
  • 235377d738 removed iopaint folder root 2024-08-20 21:20:05 +0200
  • 70af4845af new file: inpaint/__init__.py new file: inpaint/__main__.py new file: inpaint/api.py new file: inpaint/batch_processing.py new file: inpaint/benchmark.py new file: inpaint/cli.py new file: inpaint/const.py new file: inpaint/download.py new file: inpaint/file_manager/__init__.py new file: inpaint/file_manager/file_manager.py new file: inpaint/file_manager/storage_backends.py new file: inpaint/file_manager/utils.py new file: inpaint/helper.py new file: inpaint/installer.py new file: inpaint/model/__init__.py new file: inpaint/model/anytext/__init__.py new file: inpaint/model/anytext/anytext_model.py new file: inpaint/model/anytext/anytext_pipeline.py new file: inpaint/model/anytext/anytext_sd15.yaml new file: inpaint/model/anytext/cldm/__init__.py new file: inpaint/model/anytext/cldm/cldm.py new file: inpaint/model/anytext/cldm/ddim_hacked.py new file: inpaint/model/anytext/cldm/embedding_manager.py new file: inpaint/model/anytext/cldm/hack.py new file: inpaint/model/anytext/cldm/model.py new file: inpaint/model/anytext/cldm/recognizer.py new file: inpaint/model/anytext/ldm/__init__.py new file: inpaint/model/anytext/ldm/models/__init__.py new file: inpaint/model/anytext/ldm/models/autoencoder.py new file: inpaint/model/anytext/ldm/models/diffusion/__init__.py new file: inpaint/model/anytext/ldm/models/diffusion/ddim.py new file: inpaint/model/anytext/ldm/models/diffusion/ddpm.py new file: inpaint/model/anytext/ldm/models/diffusion/dpm_solver/__init__.py new file: inpaint/model/anytext/ldm/models/diffusion/dpm_solver/dpm_solver.py new file: inpaint/model/anytext/ldm/models/diffusion/dpm_solver/sampler.py new file: inpaint/model/anytext/ldm/models/diffusion/plms.py new file: inpaint/model/anytext/ldm/models/diffusion/sampling_util.py new file: inpaint/model/anytext/ldm/modules/__init__.py new file: inpaint/model/anytext/ldm/modules/attention.py new file: inpaint/model/anytext/ldm/modules/diffusionmodules/__init__.py new file: inpaint/model/anytext/ldm/modules/diffusionmodules/model.py new file: inpaint/model/anytext/ldm/modules/diffusionmodules/openaimodel.py new file: inpaint/model/anytext/ldm/modules/diffusionmodules/upscaling.py new file: inpaint/model/anytext/ldm/modules/diffusionmodules/util.py new file: inpaint/model/anytext/ldm/modules/distributions/__init__.py new file: inpaint/model/anytext/ldm/modules/distributions/distributions.py new file: inpaint/model/anytext/ldm/modules/ema.py new file: inpaint/model/anytext/ldm/modules/encoders/__init__.py new file: inpaint/model/anytext/ldm/modules/encoders/modules.py new file: inpaint/model/anytext/ldm/util.py new file: inpaint/model/anytext/main.py new file: inpaint/model/anytext/ocr_recog/RNN.py new file: inpaint/model/anytext/ocr_recog/RecCTCHead.py new file: inpaint/model/anytext/ocr_recog/RecModel.py new file: inpaint/model/anytext/ocr_recog/RecMv1_enhance.py new file: inpaint/model/anytext/ocr_recog/RecSVTR.py new file: inpaint/model/anytext/ocr_recog/__init__.py new file: inpaint/model/anytext/ocr_recog/common.py new file: inpaint/model/anytext/ocr_recog/en_dict.txt new file: inpaint/model/anytext/ocr_recog/ppocr_keys_v1.txt new file: inpaint/model/anytext/utils.py new file: inpaint/model/base.py new file: inpaint/model/brushnet/__init__.py new file: inpaint/model/brushnet/brushnet.py new file: inpaint/model/brushnet/brushnet_unet_forward.py new file: inpaint/model/brushnet/brushnet_wrapper.py new file: inpaint/model/brushnet/pipeline_brushnet.py new file: inpaint/model/brushnet/unet_2d_blocks.py new file: inpaint/model/controlnet.py new file: inpaint/model/ddim_sampler.py new file: inpaint/model/fcf.py new file: inpaint/model/helper/__init__.py new file: inpaint/model/helper/controlnet_preprocess.py new file: inpaint/model/helper/cpu_text_encoder.py new file: inpaint/model/helper/g_diffuser_bot.py new file: inpaint/model/instruct_pix2pix.py new file: inpaint/model/kandinsky.py new file: inpaint/model/lama.py new file: inpaint/model/ldm.py new file: inpaint/model/manga.py new file: inpaint/model/mat.py new file: inpaint/model/mi_gan.py new file: inpaint/model/opencv2.py new file: inpaint/model/original_sd_configs/__init__.py new file: inpaint/model/original_sd_configs/sd_xl_base.yaml new file: inpaint/model/original_sd_configs/sd_xl_refiner.yaml new file: inpaint/model/original_sd_configs/v1-inference.yaml new file: inpaint/model/original_sd_configs/v2-inference-v.yaml new file: inpaint/model/paint_by_example.py new file: inpaint/model/plms_sampler.py new file: inpaint/model/power_paint/__init__.py new file: inpaint/model/power_paint/pipeline_powerpaint.py new file: inpaint/model/power_paint/power_paint.py new file: inpaint/model/power_paint/power_paint_v2.py new file: inpaint/model/power_paint/powerpaint_tokenizer.py root 2024-08-20 21:17:33 +0200
  • 6b3f4ae1c0 README.md aktualisiert Manuel Kamper 2024-08-20 20:49:33 +0200
  • 1beb73e2fe README.md aktualisiert Manuel Kamper 2024-08-20 20:47:24 +0200
  • 743ebc9596 Dateien nach "/" hochladen Manuel Kamper 2024-08-20 20:45:39 +0200
  • 9d09f384dd Dateien nach "/" hochladen Manuel Kamper 2024-08-20 20:45:19 +0200
  • 8c6d9188a7 Dateien nach "web_app" hochladen Manuel Kamper 2024-08-20 20:44:38 +0200
  • 850558221e Dateien nach "/" hochladen Manuel Kamper 2024-08-20 20:36:32 +0200
  • 726ab54dfb docker/GPUDockerfile gelöscht Manuel Kamper 2024-08-20 20:36:06 +0200
  • db5b79db0c Dateien nach "docker" hochladen Manuel Kamper 2024-08-20 20:36:00 +0200
  • 27b2c38a5b README.md aktualisiert Manuel Kamper 2024-08-20 19:50:40 +0200
  • 9af0b06154 Dateien nach "web_app/src" hochladen Manuel Kamper 2024-08-20 19:31:25 +0200
  • 35e2c3dd6c Dateien nach "web_app/src/components" hochladen Manuel Kamper 2024-08-20 19:30:33 +0200
  • d9c0250391 web_app/src/components/Coffee.tsx gelöscht Manuel Kamper 2024-08-20 19:29:54 +0200
  • 4425032472 web_app/src/assets/kofi_button_black.png gelöscht Manuel Kamper 2024-08-20 19:29:36 +0200
  • 9f39ad46e1 Dateien nach "web_app" hochladen Manuel Kamper 2024-08-20 19:28:57 +0200
  • 19083c5e2e README.md aktualisiert Manuel Kamper 2024-08-16 15:50:59 +0200
  • 04c031e10a
    Update README.md Qing 2024-08-16 16:05:37 +0700
  • 820ce5e4d0 add mask tab Qing 2024-08-12 12:13:37 +0800
  • 60b1411d6b remove gfpgan dep Qing 2024-08-12 11:02:55 +0800
  • ffdf5e06e1 remove realesrgan dep Qing 2024-08-12 10:34:54 +0800
  • 2f833029aa add sam2 Qing 2024-08-12 10:10:24 +0800
  • 9afdbd1c0a update Qing 2024-07-04 08:58:07 +0800
  • 55746ca111
    Merge pull request #2 from nova-jiang/sas-instrumentation #544 sssasu 2024-06-27 20:41:35 +0200
  • 19a363013f created test file for openaimodel.py and instrumented Upsample and TeststepEmbedSequential in openaimodel.py MinaMilan 2024-06-27 12:21:56 +0200
  • 07fd538309 added the test for the activation function sssasu 2024-06-26 19:18:24 +0200
  • 66d9510910 added test for swish function sssasu 2024-06-26 19:13:18 +0200
  • 3825110289 instrumented code to gather coverage measurements sssasu 2024-06-26 18:50:18 +0200
  • 04fffaa72e
    Merge 752b619e2e into ef1f7a5324 #509 Pixee OSS Assistant 2024-06-25 18:04:52 +0200
  • 4db29639dc
    Merge f94349bd88 into ef1f7a5324 #413 sahibzadafahad-whizpool 2024-06-20 21:18:25 +0000
  • 2ea82bafb9
    Merge 29b1a718ec into ef1f7a5324 #252 David Ruan 2024-06-20 10:23:25 +0000
  • ef1f7a5324
    Merge pull request #531 from factman/fix-mask-drawing-on-touch-devices Qing 2024-06-13 09:02:53 +0800
  • dc661866ed update readme Qing 2024-05-31 09:15:13 +0800
  • cca45c8bbe Add touch event handlers for canvas #531 factman60@gmail.com 2024-05-26 04:41:36 +0100
  • e6aac849fd Enhance mouseXY function to support touch events factman60@gmail.com 2024-05-26 04:38:40 +0100
  • 65c6011318
    Update README.md #528 hausahan 2024-05-20 12:04:54 -0400
  • c738432de0
    Merge pull request #524 from xillkey/main Qing 2024-05-19 15:04:26 +0800
  • d444b39b0a
    Update README.md Qing 2024-05-19 15:02:58 +0800
  • 728d658201
    Create win_start_cn.bat Qing 2024-05-18 15:52:24 +0800
  • 13f8e22999
    Update win_config_cn.bat Qing 2024-05-18 15:48:30 +0800
  • dc4b9690c3
    Update win_config_cn.bat Qing 2024-05-14 11:04:56 +0800
  • 886902281d
    Update win_config_cn.bat Qing 2024-05-14 09:55:12 +0800
  • 4a839e6f01
    Update win_config_cn.bat Qing 2024-05-14 09:34:13 +0800
  • 9f58a80f53
    Update 🐛-bug-report.md Qing 2024-05-14 09:18:11 +0800
  • 1a3251d6ec
    Create win_config_cn.bat Qing 2024-05-14 09:09:48 +0800
  • 50c8d003f3
    the wrong param name of "upscale" #524 xillkey 2024-05-14 01:39:59 +0800
  • 031846c8fd 1.3.3 fix single file scan iopaint-1.3.3 Qing 2024-05-06 23:12:02 +0800
  • 64110b069b 1.3.2 fix powernet v2 Qing 2024-05-06 22:51:55 +0800
  • a176e50475 1.3.1 fix brushnet;requirements Qing 2024-05-06 22:48:46 +0800
  • c516a23fd8 Merge branch 'brushnet' Qing 2024-05-06 22:32:48 +0800
  • bfad842a0e fix https://github.com/Sanster/IOPaint/issues/508 Qing 2024-04-12 13:09:37 +0800
  • b9eb6d07e9 1.3.0 Qing 2024-05-06 22:29:02 +0800
  • 0b9ce2cabe adjust style Qing 2024-05-06 22:28:36 +0800
  • e4e3871bf2 cli: fix run command read chinese path image Qing 2024-05-06 22:08:58 +0800
  • 21f17c8e2a
    Merge pull request #519 from alexreyes/main Qing 2024-05-06 09:43:46 +0800
  • 612df55c06
    Update run server command in readme #519 Alex Reyes 2024-05-03 15:32:35 -0400
  • 30b29db668 fix paint_by_example test Qing 2024-04-30 13:13:13 +0800
  • acd5726ecb not disable strength when brushNet is enabled Qing 2024-04-30 09:07:59 +0800
  • 2ab0d089f0 disable powerpaint_v2 & brushnet when lcmlora enabled Qing 2024-04-29 22:31:03 +0800
  • 80ee1b9941 update Qing 2024-04-29 22:20:44 +0800
  • 017a3d68fd remove freeu support Qing 2024-04-25 22:21:33 +0800
  • 911f7224b6 add powerpaint v2 Qing 2024-04-24 20:22:29 +0800
  • ccea072dc5 adjust sidebar effect Qing 2024-04-13 15:44:07 +0800
  • 76823355fe better handle scan single file diffusion Qing 2024-04-12 18:52:33 +0800
  • 0a262fa811 make brushnet work Qing 2024-04-12 11:07:41 +0800
  • 35f12d5b9b fix https://github.com/Sanster/IOPaint/issues/508 Qing 2024-04-12 13:09:37 +0800
  • 752b619e2e
    Use Generator Expressions Instead of List Comprehensions #509 pixeebot[bot] 2024-04-09 14:02:09 +0000
  • f71e9cfb26
    Update README.md Qing 2024-04-01 09:27:50 +0800
  • d151968b67 fix gradio gbk issue Qing 2024-03-26 09:45:03 +0800
  • db949b5536
    Merge pull request #492 from Randomblock1/patch-1 Qing 2024-03-21 18:31:50 +0800
  • 3211b3e6af
    Update web_config.py #492 Benjamin G 2024-03-21 01:08:50 -0500
  • bf7eba1d85
    Update README.md Qing 2024-03-07 11:56:00 +0800
  • 08ab07120b 1.2.2 iopaint-1.2.2 Qing 2024-03-05 22:44:28 +0800
  • 4561d5c31b update Qing 2024-03-05 22:33:38 +0800
  • 468e698a5c outpainting expand_images2 Qing 2024-03-05 22:23:53 +0800
  • ee2592502b frontend: change brushsize by mouse wheel Qing 2024-03-04 22:07:08 +0800
  • 9803718b0e
    Update README.md Qing 2024-03-04 09:29:47 +0800
  • f1cf278d19
    Update README.md Qing 2024-03-04 09:28:23 +0800
  • eb77e2b27c
    Merge pull request #467 from aminejava/patch-1 Qing 2024-02-29 09:46:47 +0800
  • 75378ffd7c
    Update README.md #467 Amine Ait-Mansour 2024-02-28 23:12:56 +0000
  • d08c21d1c8 1.2.1 Qing 2024-02-27 22:43:00 +0800
  • 803b68d210 fix lcm enable/disable bug Qing 2024-02-27 22:42:33 +0800
  • 47d2b1dcb7 fix textarea space not work Qing 2024-02-27 22:06:39 +0800
  • 1b8c48af7b fix tooltip Qing 2024-02-27 22:03:27 +0800
  • 0ecdb0af74 remove extra mask_blur Qing 2024-02-27 22:02:19 +0800
  • c7339bde1b update publish.sh Qing 2024-02-27 20:19:35 +0800
  • fb70be060d
    Update README.md Qing 2024-02-21 13:30:16 +0800
  • 043aa5b54d 1.2.0 IOPaint-1.2.0 Qing 2024-02-20 20:14:16 +0800
  • d37bf4fb4e change default sampler Qing 2024-02-20 20:08:22 +0800
  • b358e6cbce add sam_hq Qing 2024-02-20 09:03:11 +0800
  • 6447e821cb frontend: tigger paint when ctrl is pressed Qing 2024-02-16 10:28:15 +0800