这套课到底讲什么,不讲什么 先把定位说清楚:这是一套围绕 Stable Diffusion 本体和 WebUI 生态展开的系统课,主讲是 B 站做 CG 方向的李辰。它的重心不在「AI 绘画有多神奇」这种泛讲,而在把 SD 的运作方式、参数含义、插件搭配、模型选择讲透。换句话说,它更适合已经上手过一阵、但一直靠抄提示词过日子的人。如果你连采样器、步数、CF…
先把定位说清楚:这是一套围绕 Stable Diffusion 本体和 WebUI 生态展开的系统课,主讲是 B 站做 CG 方向的李辰。它的重心不在「AI 绘画有多神奇」这种泛讲,而在把 SD 的运作方式、参数含义、插件搭配、模型选择讲透。换句话说,它更适合已经上手过一阵、但一直靠抄提示词过日子的人。如果你连采样器、步数、CFG 各自在干什么都说不清,这套课能补上这块认知缺口;如果你期待的是三天出商业级成片的捷径,那它给的更多是方法而不是成品。
从目录结构能看出三条主线:基础原理、插件生态、代码与实践。基础部分讲模型结构与生成流程,这部分值得逐节精看,因为它决定了你后面调参是「有依据地试」还是「瞎碰」。插件部分是整套课最有价值的地方,覆盖了 inpainting 类的重绘工具以及 SAM 系列的分割能力——围绕 inpainting 和 mobile_sam 展开的那几节,本质是教你如何把「局部修改」和「精准选区」串成工作流,这是 SD 从玩具变成生产力工具的分水岭。代码部分偏进阶,涉及模型调用与推理脚本的改法,适合想自己接工具链的人,纯画图用户跳读即可。
课程素材和插件是两类东西,别混在一起堆。建议先把插件按功能归类:重绘类、分割类、辅助类各放一处,装之前先确认和当前 WebUI 版本的兼容性,SD 插件最容易出的问题就是版本错位导致的报错。素材包则当成对照物用——看完某一节再回头翻对应素材,看参数和成品之间的差距,比单纯存着更有用。至于目录里那些带 __pycache__、.pyc 和 .c 的目录,是插件运行依赖的编译产物,属于「能跑就别动」的部分,清理或修改反而容易让插件失效,别手痒。
别指望一遍看完就掌握。合理的用法是:第一遍扫过理论,建立概念地图;第二遍挑插件和重绘相关章节边看边练,把工作流跑通;剩下的代码部分当作工具书,需要时再翻。收藏这类资料的人很多,真正按这个节奏走完的少——差别就在这里。
从入门到精通,深度学习AI艺术生成
深入解析Stable Diffusion系统,涵盖插件、模型、代码,实用性强。
系统学习Stable Diffusion,掌握AI艺术生成技巧。
📁 B站CG迷李辰-全面掌握Stable diffusion系统教程 📁 课程素材 📁 插件 📁 sd-webui-inpaint-anything 📁 mobile_sam 📁 modeling 📁 __pycache__ mask_decoder.cpython-310.pyc [5.4 KB] transformer.cpython-310.pyc [6.5 KB] common.cpython-310.pyc [1.8 KB] __init__.cpython-310.pyc [536.0 B] tiny_vit_sam.cpython-310.pyc [20.1 KB] sam.cpython-310.pyc [6.6 KB] prompt_encoder.cpython-310.pyc [7.5 KB] image_encoder.cpython-310.pyc [12.4 KB] __init__.py [548.0 B] sam.py [7.1 KB] transformer.py [8.2 KB] mask_decoder.py [6.5 KB] image_encoder.py [14.1 KB] tiny_vit_sam.py [24.1 KB] prompt_encoder.py [8.4 KB] common.py [1.4 KB] 📁 utils 📁 __pycache__ __init__.cpython-310.pyc [201.0 B] amg.cpython-310.pyc [11.9 KB] transforms.cpython-310.pyc [3.9 KB] torch_nms.cpython-310.pyc [806.0 B] amg.py [12.4 KB] __init__.py [197.0 B] onnx.py [5.7 KB] torch_nms.py [631.0 B] transforms.py [3.9 KB] 📁 __pycache__ predictor.cpython-310.pyc [9.8 KB] build_sam.cpython-310.pyc [3.0 KB] automatic_mask_generator.cpython-310.pyc [11.5 KB] __init__.cpython-310.pyc [541.0 B] automatic_mask_generator.py [15.6 KB] predictor.py [11.4 KB] build_sam.py [4.7 KB] __init__.py [651.0 B] 📁 segment_anything_fb 📁 modeling 📁 __pycache__ transformer.cpython-310.pyc [6.5 KB] prompt_encoder.cpython-310.pyc [7.6 KB] __init__.cpython-310.pyc [496.0 B] sam.cpython-310.pyc [6.6 KB] image_encoder.cpython-310.pyc [12.4 KB] common.cpython-310.pyc [1.8 KB] mask_decoder.cpython-310.pyc [5.4 KB] prompt_encoder.py [8.4 KB] mask_decoder.py [6.5 KB] __init__.py [499.0 B] image_encoder.py [14.1 KB] common.py [1.4 KB] sam.py [7.1 KB] transformer.py [8.2 KB] 📁 utils 📁 __pycache__ __init__.cpython-310.pyc [210.0 B] amg.cpython-310.pyc [11.9 KB] transforms.cpython-310.pyc [3.9 KB] torch_nms.cpython-310.pyc [815.0 B] amg.py [12.4 KB] transforms.py [3.9 KB] torch_nms.py [631.0 B] onnx.py [5.7 KB] __init__.py [197.0 B] 📁 __pycache__ automatic_mask_generator.cpython-310.pyc [11.5 KB] predictor.cpython-310.pyc [9.8 KB] build_sam.cpython-310.pyc [2.2 KB] __init__.cpython-310.pyc [519.0 B] predictor.py [11.4 KB] build_sam.py [2.9 KB] automatic_mask_generator.py [15.6 KB] __init__.py [607.0 B] 📁 scripts 📁 __pycache__ inpaint_anything.cpython-310.pyc [38.1 KB] inpaint_anything.py [67.7 KB] 📁 fast_sam 📁 __pycache__ __init__.cpython-310.pyc [394.0 B] fast_sam_wrapper.cpython-310.pyc [3.0 KB] __init__.py [264.0 B] fast_sam_wrapper.py [2.6 KB] 📁 inpalib 📁 __pycache__ masklib.cpython-310.pyc [2.7 KB] __init__.cpython-310.pyc [620.0 B] samlib.cpython-310.pyc [6.9 KB] samlib.py [7.8 KB] __init__.py [588.0 B] masklib.py [3.0 KB] 📁 segment_anything_hq 📁 utils 📁 __pycache__ __init__.cpython-310.pyc [210.0 B] amg.cpython-310.pyc [11.9 KB] transforms.cpython-310.pyc [3.9 KB] torch_nms.cpython-310.pyc [815.0 B] __init__.py [197.0 B] amg.py [12.4 KB] transforms.py [3.9 KB] torch_nms.py [631.0 B] onnx.py [5.7 KB] 📁 modeling 📁 __pycache__ mask_decoder.cpython-310.pyc [5.5 KB] mask_decoder_hq.cpython-310.pyc [6.5 KB] transformer.cpython-310.pyc [6.5 KB] prompt_encoder.cpython-310.pyc [7.6 KB] image_encoder.cpython-310.pyc [12.5 KB] sam.cpython-310.pyc [6.7 KB] common.cpython-310.pyc [1.8 KB] __init__.cpython-310.pyc [554.0 B] mask_decoder_hq.py [9.5 KB] transformer.py [8.2 KB] prompt_encoder.py [8.4 KB] common.py [1.4 KB] mask_decoder.py [6.5 KB] image_encoder.py [14.2 KB] sam.py [7.3 KB] __init__.py [563.0 B] 📁 __pycache__ __init__.cpython-310.pyc [594.0 B] build_sam.cpython-310.pyc [2.6 KB] build_sam_baseline.cpython-310.pyc [2.2 KB] predictor.cpython-310.pyc [9.9 KB] automatic_mask_generator.cpython-310.pyc [11.7 KB] build_sam_baseline.py [2.9 KB] build_sam.py [3.7 KB] automatic_mask_generator.py [15.9 KB] predictor.py [11.7 KB] __init__.py [702.0 B] 📁 javascript inpaint-anything.js [19.0 KB] 📁 images sample_mask_image.png [2.4 KB] inpaint_anything_ui_image_1.png [1.0 MB] sample_seg_color_image.png [7.9 KB] sample_input_image.png [395.3 KB] 📁 __pycache__ ia_threading.cpython-310.pyc [5.3 KB] ia_sam_manager.cpython-310.pyc [3.1 KB] ia_file_manager.cpython-310.pyc [3.7 KB] ia_logging.cpython-310.pyc [1.1 KB] ia_check_versions.cpython-310.pyc [2.7 KB] ia_ui_items.cpython-310.pyc [2.8 KB] ia_get_dataset_colormap.cpython-310.pyc [10.9 KB] ia_config.cpython-310.pyc [3.7 KB] ia_webui_controlnet.cpython-310.pyc [5.6 KB] 📁 models sam_vit_h_4b8939.pth [2.4 GB] sam_vit_l_0b3195.pth [1.2 GB] sam_hq_vit_l.pth [1.2 GB] sam_hq_vit_b.pth [361.8 MB] sam_vit_b_01ec64.pth [357.7 MB] FastSAM-x.pt [138.2 MB] FastSAM-s.pt [22.7 MB] mobile_sam.pt [38.8 MB] sam_hq_vit_h.pth [2.4 GB] ia_sam_manager.py [4.9 KB] ia_webui_controlnet.py [5.9 KB] ia_logging.py [947.0 B] README.md [9.0 KB] ia_ui_items.py [2.7 KB] ia_file_manager.py [3.9 KB] ia_config.ini [211.0 B] README_DEV.md [1.7 KB] ia_config.py [4.7 KB] ia_threading.py [5.4 KB] ia_get_dataset_colormap.py [10.3 KB] ia_check_versions.py [2.5 KB] LICENSE [11.1 KB] install.py [2.8 KB] 📁 sd-webui-aspect-ratio-helper 📁 scripts 📁 __pycache__ sd_webui_aspect_ratio_helper.cpython-310.pyc [356.0 B] sd_webui_aspect_ratio_helper.py [132.0 B] 📁 aspect_ratio_helper 📁 __pycache__ main.cpython-310.pyc [2.6 KB] _util.cpython-310.pyc [3.0 KB] _constants.cpython-310.pyc [1.6 KB] _settings.cpython-310.pyc [4.7 KB] _components.cpython-310.pyc [8.8 KB] _settings.py [6.1 KB] _constants.py [1.3 KB] main.py [2.5 KB] _util.py [3.7 KB] _components.py [12.1 KB] 📁 docs ui.png [66.2 KB] opts.png [64.0 KB] 📁 tests __init__.py _util_test.py [8.7 KB] 📁 javascript aspectRatioController.js [15.8 KB] style.css [850.0 B] tox.ini [72.0 B] README.md [4.0 KB] 📁 sd-webui-controlnet 📁 annotator 📁 lama 📁 saicinpainting 📁 training 📁 modules base.py [2.7 KB] multiscale.py [10.5 KB] __init__.py [1002.0 B] pix2pixhd.py [27.4 KB] spatial_transform.py [1.9 KB] depthwise_sep_conv.py [557.0 B] multidilated_conv.py [4.0 KB] fake_fakes.py [2.1 KB] squeeze_excitation.py [609.0 B] ffc.py [19.9 KB] 📁 data __init__.py masks.py [13.4 KB] 📁 trainers base.py [13.9 KB] __init__.py [890.0 B] default.py [9.3 KB] 📁 losses style_loss.py [4.7 KB] adversarial.py [8.4 KB] feature_matching.py [1.3 KB] constants.py [3.0 KB] perceptual.py [4.0 KB] __init__.py distance_weighting.py [5.3 KB] segmentation.py [1.9 KB] 📁 visualizers __init__.py [461.0 B] noop.py [262.0 B] base.py [2.6 KB] colors.py [2.9 KB] directory.py [1.6 KB] __init__.py utils.py [5.1 KB] __init__.py config.yaml [3.9 KB] __init__.py [2.3 KB] 📁 oneformer 📁 oneformer 📁 data 📁 datasets __init__.py [197.0 B] register_coco_panoptic_annos_semseg.py [15.8 KB] register_ade20k_panoptic.py [20.0 KB] register_coco_panoptic2instance.py [1.7 KB] register_ade20k_instance.py [5.0 KB] register_cityscapes_panoptic.py [8.4 KB] 📁 dataset_mappers __init__.py [1.0 B] coco_unified_new_baseline_dataset_mapper.py [13.9 KB] dataset_mapper.py [8.9 KB] oneformer_unified_dataset_mapper.py [15.6 KB] __init__.py [76.0 B] tokenizer.py [7.1 KB] build.py [4.4 KB] 📁 modeling 📁 pixel_decoder 📁 ops 📁 src …(层级过深,已停止) 📁 modules …(层级过深,已停止) 📁 functions …(层级过深,已停止) make.sh [755.0 B] setup.py [3.0 KB] test.py [4.2 KB] fpn.py [12.5 KB] __init__.py [52.0 B] msdeformattn.py [15.4 KB] 📁 backbone swin.py [27.6 KB] __init__.py [52.0 B] dinat.py [11.2 KB] 📁 meta_arch __init__.py [2.0 B] oneformer_head.py [6.0 KB] 📁 transformer_decoder text_transformer.py [9.3 KB] oneformer_transformer_decoder.py [20.5 KB] position_encoding.py [2.7 KB] transformer.py [12.4 KB] __init__.py [140.0 B] __init__.py [251.0 B] matcher.py [8.3 KB] 📁 evaluation detection_coco_evaluator.py [30.8 KB] instance_evaluation.py [5.1 KB] cityscapes_evaluation.py [8.7 KB] evaluator.py [8.5 KB] __init__.py [134.0 B] coco_evaluator.py [24.4 KB] 📁 demo predictor.py [7.3 KB] visualizer.py [56.2 KB] defaults.py [3.1 KB] colormap.py [4.6 KB] 📁 utils pos_embed.py [4.8 KB] box_ops.py [3.9 KB] __init__.py [96.0 B] misc.py [7.5 KB] events.py [4.1 KB] config.py [8.4 KB] __init__.py [210.0 B] oneformer_model.py [21.1 KB] 📁 detectron2 📁 projects 📁 deeplab semantic_seg.py [14.9 KB] __init__.py [249.0 B] config.py [1.2 KB] build_solver.py [980.0 B] resnet.py [5.9 KB] loss.py [1.8 KB] lr_scheduler.py [2.4 KB] README.md [112.0 B] __init__.py [1.2 KB] 📁 data 📁 samplers distributed_sampler.py [11.8 KB] __init__.py [429.0 B] grouped_batch_sampler.py [1.9 KB] 📁 datasets lvis_v1_categories.py [214.1 KB] lvis_v0_5_categories.py [218.5 KB] register_coco.py [172.0 B] lvis.py [9.8 KB] coco.py [23.6 KB] pascal_voc.py [3.2 KB] lvis_v1_category_image_count.py [38.5 KB] builtin.py [10.2 KB] coco_panoptic.py [9.1 KB] cityscapes.py [13.3 KB] README.md [356.0 B] __init__.py [532.0 B] cityscapes_panoptic.py [7.9 KB] builtin_meta.py [21.7 KB] 📁 transforms __init__.py [500.0 B] transform.py [12.7 KB] augmentation_impl.py [27.4 KB] augmentation.py [14.2 KB] catalog.py [7.3 KB] detection_utils.py [23.4 KB] dataset_mapper.py [8.2 KB] build.py [21.4 KB] benchmark.py [7.4 KB] __init__.py [663.0 B] common.py [11.2 KB] 📁 layers 📁 csrc 📁 box_iou_rotated box_iou_rotated_utils.h [11.0 KB] box_iou_rotated_cuda.cu [4.5 KB] box_iou_rotated_cpu.cpp [1.1 KB] box_iou_rotated.h [1023.0 B] 📁 ROIAlignRotated ROIAlignRotated_cpu.cpp [16.2 KB] ROIAlignRotated.h [2.9 KB] ROIAlignRotated_cuda.cu [14.0 KB] 📁 cocoeval cocoeval.h [3.5 KB] cocoeval.cpp [20.8 KB] 📁 nms_rotated nms_rotated_cuda.cu [4.9 KB] nms_rotated_cpu.cpp [2.3 KB] nms_rotated.h [1.1 KB] 📁 deformable deform_conv_cuda_kernel.cu [44.5 KB] deform_conv.h [8.6 KB] deform_conv_cuda.cu [32.2 KB] cuda_version.cu [648.0 B] vision.cpp [3.2 KB] README.md [129.0 B] deform_conv.py [17.1 KB] roi_align_rotated.py [3.8 KB] roi_align.py [3.1 KB] batch_norm.py [12.2 KB] shape_spec.py [555.0 B] losses.py [4.2 KB] nms.py [6.6 KB] mask_ops.py [10.9 KB] rotated_boxes.py [673.0 B] __init__.py [900.0 B] blocks.py [3.1 KB] aspp.py [5.8 KB] wrappers.py [5.6 KB] 📁 modeling 📁 meta_arch retinanet.py [18.3 KB] dense_detector.py [12.0 KB] fcos.py [13.3 KB] build.py [833.0 B] __init__.py [524.0 B] semantic_seg.py [10.0 KB] rcnn.py [14.0 KB] panoptic_fpn.py [10.5 KB] 📁 roi_heads __init__.py [797.0 B] box_head.py [4.2 KB] roi_heads.py [37.8 KB] mask_head.py [12.3 KB] cascade_rcnn.py [13.1 KB] rotated_fast_rcnn.py [11.3 KB] fast_rcnn.py [25.5 KB] keypoint_head.py [11.3 KB] 📁 proposal_generator rrpn.py [8.9 KB] __init__.py [236.0 B] build.py [880.0 B] rpn.py [23.9 KB] proposal_utils.py [8.2 KB] 📁 backbone utils.py [6.4 KB] regnet.py [16.7 KB] swin.py [25.3 KB] vit.py [19.5 KB] mvit.py [16.1 KB] backbone.py [2.5 KB] build.py [1.1 KB] resnet.py [23.8 KB] fpn.py [10.4 KB] __init__.py [618.0 B] sampling.py [2.4 KB] __init__.py [1.6 KB] box_regression.py [15.2 KB] test_time_augmentation.py [12.5 KB] anchor_generator.py [15.5 KB] mmdet_wrapper.py [10.9 KB] poolers.py [11.6 KB] matcher.py [6.3 KB] postprocessing.py [4.1 KB] 📁 model_zoo model_zoo.py [11.3 KB] __init__.py [459.0 B] 📁 checkpoint detection_checkpoint.py [6.3 KB] catalog.py [5.7 KB] c2_model_loading.py [17.8 KB] __init__.py [357.0 B] 📁 config compat.py [7.9 KB] lazy.py [16.7 KB] __init__.py [643.0 B] config.py [9.3 KB] instantiate.py [3.0 KB] defaults.py [29.7 KB] 📁 export torchscript.py [5.0 KB] README.md [637.0 B] flatten.py [11.9 KB] caffe2_inference.py [6.7 KB] shared.py [38.4 KB] caffe2_export.py [7.6 KB] api.py [9.3 KB] caffe2_patch.py [5.1 KB] c10.py [22.4 KB] caffe2_modeling.py [17.1 KB] torchscript_patch.py [11.8 KB] __init__.py [703.0 B] 📁 utils env.py [5.7 KB] testing.py [18.7 KB] registry.py [1.9 KB] memory.py [2.6 KB] comm.py [7.3 KB] video_visualizer.py [11.4 KB] develop.py [1.9 KB] visualizer.py [51.3 KB] collect_env.py [8.6 KB] tracing.py [2.6 KB] __init__.py [52.0 B] events.py [19.1 KB] colormap.py [4.2 KB] file_io.py [1.2 KB] logger.py [7.9 KB] serialize.py [1.1 KB] README.md [180.0 B] analysis.py [6.1 KB] 📁 evaluation cityscapes_evaluation.py [8.4 KB] pascal_voc_evaluation.py [11.0 KB] fast_eval_api.py [5.1 KB] testing.py [2.6 KB] evaluator.py [8.2 KB] lvis_evaluation.py [15.1 KB] rotated_coco_evaluation.py [7.7 KB] sem_seg_evaluation.py [11.5 KB] coco_evaluation.py [30.6 KB] panoptic_evaluation.py [7.6 KB] __init__.py [683.0 B] 📁 solver build.py [12.2 KB] lr_scheduler.py [8.9 KB] __init__.py [347.0 B] 📁 tracking hungarian_tracker.py [7.5 KB] iou_weighted_hungarian_bbox_iou_tracker.py [4.2 KB] base_tracker.py [2.3 KB] utils.py [1.1 KB] vanilla_hungarian_bbox_iou_tracker.py [5.4 KB] bbox_iou_tracker.py [11.9 KB] __init__.py [595.0 B] 📁 structures image_list.py [5.5 KB] rotated_boxes.py [19.1 KB] instances.py [6.6 KB] boxes.py [14.5 KB] __init__.py [682.0 B] masks.py [19.9 KB] keypoints.py [9.0 KB] 📁 engine launch.py [4.0 KB] hooks.py [25.7 KB] defaults.py [27.2 KB] __init__.py [352.0 B] train_loop.py [16.1 KB] __init__.py [268.0 B] 📁 configs 📁 coco oneformer_R50_bs16_50ep.yaml [1.6 KB] oneformer_swin_large_IN21k_384_bs16_100ep.yaml [589.0 B] Base-COCO-UnifiedSegmentation.yaml [1.4 KB] 📁 ade20k oneformer_R50_bs16_160k.yaml [1.6 KB] Base-ADE20K-UnifiedSegmentation.yaml [1.7 KB] oneformer_swin_large_IN21k_384_bs16_160k.yaml [1.0 KB] 📁 pycocotools cocoeval.py [23.6 KB] coco.py [18.5 KB] __init__.py [21.0 B] mask.py [4.6 KB] __init__.py [1.7 KB] api.py [1.4 KB] LICENSE [1.0 KB] 📁 mmpkg 📁 mmcv 📁 fileio 📁 handlers base.py [993.0 B] yaml_handler.py [665.0 B] __init__.py [278.0 B] pickle_handler.py [817.0 B] json_handler.py [1.0 KB] parse.py [3.4 KB] file_client.py [40.9 KB] __init__.py [478.0 B] io.py [5.4 KB] 📁 cnn 📁 utils flops_counter.py [21.6 KB] fuse_conv_bn.py [1.8 KB] __init__.py [1023.0 B] sync_bn.py [2.3 KB] weight_init.py [25.4 KB] 📁 bricks swish.py [485.0 B] non_local.py [10.8 KB] context_block.py [4.6 KB] transformer.py [24.0 KB] plugin.py [2.4 KB] conv_module.py [8.6 KB] norm.py [5.0 KB] padding.py [1.1 KB] conv2d_adaptive_padding.py [2.5 KB] __init__.py [1.7 KB] depthwise_separable_conv_module.py [4.0 KB] hsigmoid.py [1.1 KB] upsample.py [2.8 KB] drop.py [2.1 KB] registry.py [654.0 B] activation.py [2.4 KB] scale.py [577.0 B] generalized_attention.py [15.6 KB] wrappers.py [6.8 KB] conv.py [1.4 KB] conv_ws.py [5.3 KB] hswish.py [651.0 B] vgg.py [5.9 KB] __init__.py [2.4 KB] resnet.py [9.7 KB] builder.py [1.1 KB] alexnet.py [1.9 KB] 📁 runner 📁 hooks 📁 logger wandb.py [1.7 KB] text.py [10.4 KB] mlflow.py [2.8 KB] base.py [5.3 KB] __init__.py [522.0 B] pavi.py [4.3 KB] dvclive.py [1.7 KB] tensorboard.py [2.0 KB] neptune.py [3.0 KB] checkpoint.py [7.1 KB] ema.py [3.5 KB] memory.py [657.0 B] lr_updater.py [25.4 KB] sampler_seed.py [847.0 B] iter_timer.py [446.0 B] sync_buffer.py [707.0 B] evaluation.py [21.9 KB] optimizer.py [21.1 KB] __init__.py [1.4 KB] momentum_updater.py [20.8 KB] closure.py [269.0 B] profiler.py [7.9 KB] hook.py [2.7 KB] 📁 optimizer __init__.py [370.0 B] default_constructor.py [11.5 KB] builder.py [1.3 KB] builder.py [666.0 B] fp16_utils.py [15.4 KB] iter_based_runner.py [10.8 KB] priority.py [1.6 KB] __init__.py [2.8 KB] base_runner.py [20.4 KB] checkpoint.py [24.5 KB] default_constructor.py [1.9 KB] utils.py [2.9 KB] log_buffer.py [1.2 KB] base_module.py [7.3 KB] epoch_based_runner.py [7.4 KB] dist_utils.py [5.3 KB] 📁 video __init__.py [570.0 B] io.py [10.0 KB] processing.py [5.2 KB] optflow.py [9.5 KB] 📁 parallel distributed.py [4.7 KB] utils.py [708.0 B] __init__.py [505.0 B] collate.py [3.6 KB] _functions.py [2.8 KB] distributed_deprecated.py [2.8 KB] data_parallel.py [3.8 KB] registry.py [328.0 B] data_container.py [2.3 KB] scatter_gather.py [2.3 KB] 📁 model_zoo mmcls.json [3.6 KB] deprecated.json [217.0 B] open_mmlab.json [5.1 KB] 📁 ops roiaware_pool3d.py [4.2 KB] carafe.py [9.6 KB] correlation.py [6.5 KB] masked_conv.py [3.7 KB] contour_expand.py [1.8 KB] deform_roi_pool.py [7.2 KB] furthest_point_sample.py [2.5 KB] bbox.py [2.4 KB] scatter_points.py [5.1 KB] three_interpolate.py [2.1 KB] assign_score_withk.py [4.2 KB] sync_bn.py [11.0 KB] iou3d.py [2.9 KB] nms.py [15.9 KB] multi_scale_deform_attn.py [14.8 KB] roi_align.py [8.3 KB] pixel_group.py [3.0 KB] merge_cells.py [5.3 KB] voxelize.py [5.2 KB] upfirdn2d.py [11.5 KB] roi_pool.py [2.5 KB] three_nn.py [1.5 KB] modulated_deform_conv.py [10.3 KB] saconv.py [5.7 KB] info.py [887.0 B] deprecated_wrappers.py [1.4 KB] gather_points.py [1.6 KB] tin_shift.py [2.1 KB] psa_mask.py [2.7 KB] knn.py [2.5 KB] points_in_boxes.py [5.1 KB] group_points.py [7.9 KB] border_align.py [3.6 KB] cc_attention.py [3.0 KB] roipoint_pool3d.py [2.9 KB] box_iou_rotated.py [1.6 KB] roi_align_rotated.py [6.3 KB] points_sampler.py [5.9 KB] point_sample.py [12.0 KB] ball_query.py [1.7 KB] focal_loss.py [6.4 KB] corner_pool.py [4.6 KB] fused_bias_leakyrelu.py [9.8 KB] deform_conv.py [15.2 KB] __init__.py [4.4 KB] 📁 utils progressbar.py [6.9 KB] ext_loader.py [2.0 KB] parrots_jit.py [899.0 B] trace.py [791.0 B] misc.py [11.2 KB] parrots_wrapper.py [3.5 KB] testing.py [4.2 KB] logging.py [3.9 KB] registry.py [10.8 KB] version_utils.py [2.6 KB] env.py [3.3 KB] path.py [3.3 KB] __init__.py [3.8 KB] timer.py [2.9 KB] config.py [25.6 KB] 📁 visualization optflow.py [3.3 KB] __init__.py [338.0 B] color.py [1.3 KB] image.py [5.0 KB] 📁 arraymisc quantization.py [1.8 KB] __init__.py [133.0 B] 📁 image colorspace.py [9.7 KB] misc.py [1.4 KB] photometric.py [14.6 KB] io.py [9.3 KB] __init__.py [1.7 KB] geometric.py [24.6 KB] 📁 engine test.py [7.0 KB] __init__.py [266.0 B] version.py [1.1 KB] __init__.py [352.0 B] 📁 mmseg 📁 datasets 📁 pipelines formating.py [9.1 KB] loading.py [5.8 KB] transforms.py [30.3 KB] compose.py [1.4 KB] test_time_aug.py [5.1 KB] __init__.py [813.0 B] drive.py [771.0 B] chase_db1.py [781.0 B] pascal_context.py [5.1 KB] dataset_wrappers.py [1.5 KB] stare.py [761.0 B] ade.py [5.1 KB] cityscapes.py [8.3 KB] custom.py [14.7 KB] voc.py [1.1 KB] builder.py [5.8 KB] __init__.py [798.0 B] hrf.py [747.0 B] 📁 models 📁 losses accuracy.py [2.9 KB] cross_entropy_loss.py [7.3 KB] __init__.py [529.0 B] utils.py [3.6 KB] dice_loss.py [4.1 KB] lovasz_loss.py [11.1 KB] 📁 necks fpn.py [8.9 KB] __init__.py [102.0 B] multilevel_neck.py [2.4 KB] 📁 decode_heads fcn_head.py [2.7 KB] fpn_head.py [2.4 KB] dnl_head.py [4.5 KB] lraspp_head.py [3.0 KB] ocr_head.py [4.2 KB] ema_head.py [5.7 KB] uper_head.py [3.9 KB] aspp_head.py [3.4 KB] nl_head.py [1.5 KB] decode_head.py [9.0 KB] psa_head.py [7.4 KB] da_head.py [5.4 KB] sep_fcn_head.py [2.0 KB] gc_head.py [1.6 KB] apc_head.py [5.4 KB] sep_aspp_head.py [3.4 KB] cc_head.py [1.4 KB] dm_head.py [4.9 KB] point_head.py [14.5 KB] cascade_decode_head.py [2.3 KB] enc_head.py [6.6 KB] __init__.py [969.0 B] ann_head.py [9.0 KB] psp_head.py [3.3 KB] 📁 utils inverted_residual.py [6.9 KB] drop.py [1015.0 B] res_layer.py [3.3 KB] __init__.py [502.0 B] make_divisible.py [1.2 KB] weight_init.py [2.3 KB] self_attention_block.py [6.0 KB] se_layer.py [2.1 KB] up_conv_block.py [3.9 KB] 📁 segmentors __init__.py [207.0 B] encoder_decoder.py [11.1 KB] cascade_encoder_decoder.py [3.6 KB] base.py [10.1 KB] 📁 backbones unet.py [17.8 KB] fast_scnn.py [14.1 KB] hrnet.py [20.7 KB] mobilenet_v2.py [6.8 KB] cgnet.py [12.9 KB] mobilenet_v3.py [10.1 KB] __init__.py [486.0 B] resnext.py [5.0 KB] vit.py [17.6 KB] resnest.py [9.9 KB] resnet.py [23.7 KB] builder.py [1.2 KB] __init__.py [489.0 B] 📁 core 📁 seg 📁 sampler __init__.py [150.0 B] ohem_pixel_sampler.py [3.1 KB] base_pixel_sampler.py [284.0 B] builder.py [269.0 B] __init__.py [172.0 B] 📁 utils misc.py [371.0 B] __init__.py [55.0 B] 📁 evaluation __init__.py [301.0 B] class_names.py [7.1 KB] metrics.py [12.8 KB] eval_hooks.py [3.8 KB] __init__.py [126.0 B] 📁 ops wrappers.py [1.8 KB] __init__.py [116.0 B] encoding.py [2.7 KB] 📁 utils logger.py [915.0 B] __init__.py [119.0 B] collect_env.py [493.0 B] 📁 apis __init__.py [381.0 B] test.py [8.1 KB] inference.py [4.7 KB] train.py [3.9 KB] 📁 zoe 📁 zoedepth 📁 utils 📁 easydict __init__.py [3.5 KB] geometry.py [3.7 KB] config.py [16.4 KB] misc.py [13.2 KB] arg_utils.py [657.0 B] __init__.py [1.2 KB] 📁 models 📁 base_models 📁 midas_repo 📁 midas …(层级过深,已停止) 📁 ros …(层级过深,已停止) 📁 tf …(层级过深,已停止) 📁 output …(层级过深,已停止) 📁 input …(层级过深,已停止) 📁 weights …(层级过深,已停止) hubconf.py [13.9 KB] utils.py [5.0 KB] LICENSE [1.1 KB] environment.yaml [310.0 B] Dockerfile [951.0 B] run.py [11.3 KB] README.md [21.3 KB] __init__.py [1.2 KB] midas.py [15.2 KB] 📁 layers patch_transformer.py [4.2 KB] dist_layers.py [4.8 KB] localbins_layers.py [6.7 KB] attractor.py [8.7 KB] 📁 zoedepth_nk config_zoedepth_nk.json [2.0 KB] zoedepth_nk_v1.py [16.3 KB] __init__.py [1.3 KB] 📁 zoedepth zoedepth_v1.py [12.6 KB] __init__.py [1.3 KB] config_zoedepth.json [1.6 KB] config_zoedepth_kitti.json [577.0 B] model_io.py [3.4 KB] builder.py [2.4 KB] __init__.py [1.2 KB] depth_model.py [7.3 KB] __init__.py [2.0 KB] LICENSE [1.1 KB] 📁 leres 📁 pix2pix 📁 options base_options.py [9.1 KB] test_options.py [1.0 KB] __init__.py [136.0 B] 📁 util image_pool.py [2.2 KB] __init__.py [83.0 B] html.py [3.1 KB] util.py [3.0 KB] visualizer.py [7.4 KB] guidedfilter.py [1.5 KB] get_data.py [3.6 KB] 📁 models __init__.py [3.0 KB] base_model_hg.py [1.6 KB] pix2pix4depth_model.py [7.2 KB] networks.py [28.3 KB] base_model.py [10.5 KB] LICENSE [1.2 KB] 📁 leres LICENSE [1.1 KB] network_auxi.py [16.5 KB] net_tools.py [2.0 KB] Resnext_torch.py [8.3 KB] Resnet.py [6.1 KB] depthmap.py [22.4 KB] multi_depth_model_woauxi.py [1.1 KB] __init__.py [3.9 KB] 📁 midas 📁 midas vit.py [14.3 KB] blocks.py [9.0 KB] transforms.py [7.7 KB] midas_net_custom.py [5.1 KB] dpt_depth.py [3.1 KB] midas_net.py [2.6 KB] __init__.py base_model.py [367.0 B] api.py [5.6 KB] utils.py [4.5 KB] __init__.py [1.7 KB] LICENSE [1.1 KB] 📁 normalbae 📁 models 📁 submodules 📁 efficientnet_repo 📁 geffnet 📁 activations …(层级过深,已停止) version.py [23.0 B] gen_efficientnet.py [59.9 KB] efficientnet_builder.py [26.6 KB] helpers.py [2.8 KB] __init__.py [210.0 B] mobilenetv3.py [15.0 KB] conv2d_layers.py [12.1 KB] config.py [3.4 KB] model_factory.py [734.0 B] LICENSE [11.3 KB] BENCHMARK.md [19.2 KB] onnx_to_caffe.py [870.0 B] onnx_validate.py [4.9 KB] utils.py [1.3 KB] README.md [21.7 KB] onnx_optimize.py [2.9 KB] caffe2_benchmark.py [2.4 KB] validate.py [6.6 KB] caffe2_validate.py [6.0 KB] setup.py [1.7 KB] onnx_export.py [5.8 KB] requirements.txt [34.0 B] hubconf.py [2.7 KB] submodules.py [5.7 KB] decoder.py [10.4 KB] encoder.py [1.1 KB] baseline.py [3.0 KB] NNET.py [618.0 B] LICENSE [1.0 KB] __init__.py [2.7 KB] 📁 mlsd 📁 models mbv2_mlsd_tiny.py [9.0 KB] mbv2_mlsd_large.py [9.5 KB] LICENSE [11.1 KB] __init__.py [1.8 KB] utils.py [23.6 KB] 📁 uniformer 📁 configs 📁 _base_ 📁 models ccnet_r50-d8.py [1.2 KB] dnl_r50-d8.py [1.3 KB] deeplabv3plus_r50-d8.py [1.3 KB] pspnet_unet_s5-d16.py [1.5 KB] danet_r50-d8.py [1.2 KB] fpn_r50.py [1.0 KB] apcnet_r50-d8.py [1.3 KB] pspnet_r50-d8.py [1.2 KB] ocrnet_hr18.py [2.1 KB] upernet_uniformer.py [1.2 KB] psanet_r50-d8.py [1.4 KB] deeplabv3_r50-d8.py [1.2 KB] emanet_r50-d8.py [1.3 KB] lraspp_m-v3-d8.py [766.0 B] ann_r50-d8.py [1.3 KB] fcn_hr18.py [1.6 KB] cgnet.py [1.1 KB] gcnet_r50-d8.py [1.3 KB] upernet_r50.py [1.3 KB] fast_scnn.py [1.7 KB] encnet_r50-d8.py [1.4 KB] deeplabv3_unet_s5-d16.py [1.5 KB] pointrend_r50.py [1.7 KB] fcn_r50-d8.py [1.3 KB] ocrnet_r50-d8.py [1.4 KB] fpn_uniformer.py [977.0 B] fcn_unet_s5-d16.py [1.5 KB] dmnet_r50-d8.py [1.3 KB] nonlocal_r50-d8.py [1.3 KB] 📁 schedules schedule_80k.py [379.0 B] schedule_40k.py [379.0 B] schedule_160k.py [382.0 B] schedule_20k.py [379.0 B] 📁 datasets pascal_voc12_aug.py [261.0 B] pascal_context_59.py [2.0 KB] drive.py [1.9 KB] hrf.py [1.9 KB] pascal_voc12.py [1.9 KB] ade20k.py [1.8 KB] cityscapes.py [1.7 KB] cityscapes_769x769.py [1.3 KB] stare.py [1.9 KB] pascal_context.py [2.0 KB] chase_db1.py [1.9 KB] default_runtime.py [321.0 B] 📁 mmcv_custom __init__.py [95.0 B] checkpoint.py [18.9 KB] upernet_global_small.py [1.4 KB] LICENSE [11.1 KB] __init__.py [2.3 KB] inference.py [4.9 KB] uniformer.py [18.2 KB] 📁 color __init__.py [646.0 B] 📁 clipvision __init__.py [4.7 KB] clip_vision_h_uc.data [643.3 KB] clip_vision_vith_uc.data [64.8 KB] 📁 anime_face_segment LICENSE [1.0 KB] __init__.py [5.7 KB] 📁 canny __init__.py [123.0 B] 📁 openpose hand.py [3.3 KB] types.py [802.0 B] cv_ox_pose.py [11.1 KB] util.py [14.0 KB] face.py [13.2 KB] LICENSE [9.5 KB] wholebody.py [3.7 KB] model.py [8.5 KB] __init__.py [13.2 KB] cv_ox_det.py [4.2 KB] body.py [12.1 KB] 📁 keypose hrnet_w48_coco_256x192.py [5.0 KB] __init__.py [7.6 KB] faster_rcnn_r50_fpn_coco.py [5.7 KB] 📁 pidinet __init__.py [1.9 KB] model.py [20.5 KB] LICENSE [1.1 KB] 📁 lineart LICENSE [1.0 KB] __init__.py [4.2 KB] 📁 binary __init__.py [491.0 B] 📁 mediapipe_face __init__.py [204.0 B] mediapipe_face_common.py [6.6 KB] 📁 hed __init__.py [4.4 KB] 📁 manga_line __init__.py [9.0 KB] LICENSE [1.0 KB] 📁 shuffle __init__.py [561.0 B] 📁 lineart_anime __init__.py [7.0 KB] LICENSE [1.0 KB] annotator_path.py [1.0 KB] util.py [1.6 KB] 📁 web_tests 📁 images ski.jpg [138.2 KB] main.py [14.0 KB] README.md [495.0 B] 📁 scripts 📁 controlnet_ui openpose_editor.py [5.1 KB] controlnet_ui_group.py [40.3 KB] modal.py [1.2 KB] preset.py [11.0 KB] tool_button.py [414.0 B] infotext.py [4.2 KB] controlmodel_ipadapter.py [15.2 KB] adapter.py [12.6 KB] controlnet_lora.py [5.7 KB] controlnet_model_guess.py [11.0 KB] api.py [5.8 KB] movie2movie.py [6.6 KB] external_code.py [48.0 B] enums.py [1.7 KB] processor.py [26.4 KB] controlnet_version.py [592.0 B] controlnet_lllite.py [7.8 KB] batch_hijack.py [8.0 KB] logging.py [1.2 KB] controlnet_diffusers.py [3.6 KB] xyz_grid_support.py [17.1 KB] controlnet.py [53.4 KB] cldm.py [12.0 KB] lvminthin.py [2.4 KB] hook.py [45.5 KB] global_state.py [12.1 KB] utils.py [4.6 KB] 📁 tests 📁 annotator_tests 📁 openpose_tests detection_test.py [3.2 KB] json_encode_test.py [2.7 KB] openpose_e2e_test_disabled.py [4.1 KB] body_test.py [1.5 KB] 📁 cn_script cn_script_test.py [6.0 KB] global_state_test.py [2.4 KB] __init__.py batch_hijack_test.py [12.4 KB] utils_test.py [2.5 KB] 📁 web_api detect_test.py [1.3 KB] txt2img_test.py [9.3 KB] pose.json [3.9 KB] render_openpose_json.py [1.1 KB] img2img_test.py [3.4 KB] __init__.py control_types_test.py [658.0 B] 📁 external_code_api script_args_test.py [1.0 KB] __init__.py external_code_test.py [5.9 KB] importlib_reload_test.py [800.0 B] 📁 images woman.jpeg [43.5 KB] ski.jpg [138.2 KB] expected_woman_dw_all_output.png [14.9 KB] expected_woman_face_output.png [4.3 KB] expected_ski_output.png [4.7 KB] expected_woman_hand_output.png [5.9 KB] expected_woman_all_output.png [13.4 KB] utils.py [1.6 KB] README.md [1.1 KB] 📁 example 📁 txt2img_example stock_mountain.png [104.1 KB] api_txt2img.py [2.4 KB] 📁 inpaint_example 1girl.png [481.5 KB] api_inpaint.py [6.3 KB] mask.png [244.0 B] visual_chatgpt.ipynb [1.2 KB] chatgpt.py [36.7 KB] 📁 javascript openpose_editor.js [8.0 KB] active_units.js [12.9 KB] modal.js [1.2 KB] canvas.js [1001.0 B] 📁 models put_controlnet_models_here.txt [26.0 B] 📁 samples sk-b-out.png [563.4 KB] mahiro_canny.png [9.4 KB] bal-gen.png [88.1 KB] evt_hed.png [137.2 KB] cm4.png [406.6 KB] mahiro_input.png [58.8 KB] an-source.jpg [18.3 KB] evt_gen.png [175.8 KB] sk-b-dep.png [118.3 KB] an-pose.png [3.0 KB] ref.png [605.9 KB] cm3.png [375.2 KB] mahiro-out.png [405.9 KB] evt_source.jpg [142.5 KB] bal-source.png [8.4 KB] an-gen.png [126.7 KB] cm1.png [188.5 KB] dog_rel.png [452.1 KB] sk-b-src.png [548.4 KB] cm2.png [386.7 KB] dog_rel.jpg [47.6 KB] 📁 internal_controlnet external_code.py [16.3 KB] LICENSE [34.3 KB] install.py [1.7 KB] extract_controlnet_diff.py [3.7 KB] style.css [3.0 KB] preload.py [1.1 KB] patch_version.py [1.5 KB] README.md [16.8 KB] requirements.txt [45.0 B] extract_controlnet.py [1.1 KB] 📁 stable-diffusion-webui-rembg 📁 scripts 📁 __pycache__ postprocessing_rembg.cpython-310.pyc [2.1 KB] api.cpython-310.pyc [1.5 KB] api.py [1.6 KB] postprocessing_rembg.py [2.4 KB] LICENSE [1.0 KB] preview.png [1016.8 KB] install.py [282.0 B] README.md [373.0 B] 📁 adetailer 📁 adetailer 📁 __pycache__ common.cpython-310.pyc [3.5 KB] __version__.cpython-310.pyc [209.0 B] ultralytics.cpython-310.pyc [1.8 KB] mediapipe.cpython-310.pyc [5.0 KB] traceback.cpython-310.pyc [4.2 KB] args.cpython-310.pyc [7.9 KB] __init__.cpython-310.pyc [598.0 B] ui.cpython-310.pyc [12.8 KB] mask.cpython-310.pyc [8.4 KB] ultralytics.py [1.4 KB] __init__.py [489.0 B] traceback.py [4.1 KB] args.py [8.6 KB] mask.py [6.2 KB] mediapipe.py [5.6 KB] common.py [3.2 KB] ui.py [19.3 KB] __version__.py [23.0 B] 📁 controlnet_ext 📁 __pycache__ controlnet_ext.cpython-310.pyc [4.0 KB] restore.cpython-310.pyc [1.5 KB] __init__.cpython-310.pyc [312.0 B] __init__.py [158.0 B] controlnet_ext.py [4.0 KB] restore.py [1.4 KB] 📁 scripts 📁 __pycache__ !adetailer.cpython-310.pyc [23.8 KB] !adetailer.py [25.9 KB] 📁 __pycache__ preload.cpython-310.pyc [458.0 B] preload.py [215.0 B] install.py [1.7 KB] CHANGELOG.md [10.2 KB] Taskfile.yml [405.0 B] LICENSE.md [33.7 KB] README.md [6.2 KB] pyproject.toml [723.0 B] 📁 multidiffusion-upscaler-for-automatic1111 📁 tile_utils 📁 __pycache__ attn.cpython-310.pyc [5.0 KB] utils.cpython-310.pyc [10.1 KB] typing.cpython-310.pyc [1.1 KB] typing.py [1016.0 B] attn.py [5.7 KB] utils.py [9.0 KB] 📁 scripts 📁 __pycache__ vae_optimize.cpython-310.pyc [22.2 KB] tilediffusion.cpython-310.pyc [23.0 KB] vae_optimize.py [29.7 KB] tilediffusion.py [31.5 KB] 📁 tile_methods 📁 __pycache__ abstractdiffusion.cpython-310.pyc [19.1 KB] mixtureofdiffusers.cpython-310.pyc [6.1 KB] multidiffusion.cpython-310.pyc [9.5 KB] mixtureofdiffusers.py [9.0 KB] abstractdiffusion.py [33.0 KB] multidiffusion.py [13.5 KB] 📁 javascript bboxHint.js [20.3 KB] LICENSE [20.4 KB] README.md [16.0 KB] DEVELOPER.md [4.0 KB] README_CN.md [15.8 KB] 📁 sd-webui-openpose-editor 📁 src 📁 components 📁 __tests__ Openpose.spec.ts [968.0 B] 📁 icons IconTooling.vue [913.0 B] IconEcosystem.vue [1.9 KB] IconCommunity.vue [1.0 KB] IconSupport.vue [288.0 B] IconDocumentation.vue [1.2 KB] VisibleSwitch.vue [716.0 B] GroupSwitch.vue [740.0 B] OpenposeObjectPanel.vue [5.0 KB] IconSwitch.vue [648.0 B] LockSwitch.vue [726.0 B] 📁 assets base.css [2.3 KB] logo.svg [276.0 B] main.css [1.3 KB] 📁 stores counter.ts [306.0 B] App.vue [34.2 KB] Notification.ts [739.0 B] Openpose.ts [23.4 KB] i18n.ts [8.7 KB] main.ts [637.0 B] 📁 dist 📁 assets index-16ee87f6.css [2.8 KB] index-464f6526.js [1.6 MB] antd.dark-d99ae848.css [592.8 KB] antd-a1b6a559.css [583.5 KB] favicon.ico [4.2 KB] version.txt [7.0 B] index.html [615.0 B] 📁 scripts 📁 __pycache__ openpose_editor.cpython-310.pyc [4.4 KB] openpose_editor.py [3.7 KB] 📁 readme_assets install_guide.png [25.2 KB] restart_ui_guide.png [18.2 KB] editor_in_modal.png [149.4 KB] 📁 public favicon.ico [4.2 KB] 📁 __pycache__ preload.cpython-310.pyc [439.0 B] package-lock.json [265.0 KB] main.d.ts [166.0 B] zip_dist.js [252.0 B] process_keypoints.py [1.3 KB] README.md [5.1 KB] tsconfig.app.json [273.0 B] preload.py [207.0 B] package.json [1.5 KB] tsconfig.vitest.json [153.0 B] vitest.config.ts [400.0 B] README.zh.md [4.8 KB] tsconfig.node.json [235.0 B] output_pose.json [3.9 KB] pose_hand_fixed.json [4.9 KB] index.html [458.0 B] tsconfig.json [242.0 B] env.d.ts [38.0 B] README.ja.md [6.1 KB] LICENSE [1.0 KB] vite.config.ts [737.0 B] 📁 sd-dynamic-prompts 📁 collections 📁 jumbo 📁 war 📁 weapons 📁 swords asian.txt [195.0 B] european.txt [146.0 B] south_east_asian.txt [431.0 B] east_asian.txt [403.0 B] african.txt [181.0 B] south_asian.txt [199.0 B] swords.txt [91.0 B] 📁 medium 📁 photography 📁 film filmsizes.txt [169.0 B] filetypes.txt [62.0 B] black_and_white.txt [2.4 KB] 📁 camera_models sanyo.txt [1.4 KB] pentax.txt [2.1 KB] kodak.txt [3.9 KB] jenoptik.txt [1021.0 B] sony.txt [6.3 KB] samsung.txt [4.2 KB] kyocera.txt [347.0 B] contax.txt [74.0 B] concord.txt [799.0 B] panasonic.txt [5.5 KB] ricoh.txt [1.2 KB] konica.txt [342.0 B] benq.txt [1.4 KB] minolta.txt [532.0 B] yakumo.txt [548.0 B] nikon.txt [4.2 KB] ge.txt [481.0 B] sigma.txt [190.0 B] agfaphoto.txt [1.0 KB] hp.txt [1.2 KB] praktica.txt [2.5 KB] konica_minolta.txt [605.0 B] minox.txt [788.0 B] epson.txt [352.0 B] rollei.txt [2.3 KB] fujifilm.txt [8.0 KB] canon.txt [6.5 KB] classic.txt [617.0 B] toshiba.txt [312.0 B] olympus.txt [5.3 KB] acer.txt [221.0 B] casio.txt [3.0 KB] leica.txt [588.0 B] vivitar.txt [636.0 B] iphone.txt [61.0 B] aperture.txt [50.0 B] lens.txt [188.0 B] camera_models.txt [1.9 KB] composition.txt [66.0 B] perspective.txt [168.0 B] lighting.txt [309.0 B] resolution.txt [205.0 B] cameratype.txt [148.0 B] photo_sites.txt [92.0 B] style.txt [83.0 B] filmtypes.txt [265.0 B] generalphoto.txt [158.0 B] processing.txt [221.0 B] 📁 computergraphics generalcomputer.txt [222.0 B] gamesystems.txt [233.0 B] 3dengines.txt [193.0 B] studios.txt [141.0 B] textile.txt [134.0 B] sculptural.txt [146.0 B] digitalart.txt [160.0 B] drawing.txt [185.0 B] painting.txt [230.0 B] othermedia.txt [208.0 B] shading-techniques.txt [203.0 B] 📁 people 📁 nationalities oceania.txt [143.0 B] central-europe.txt [78.0 B] north-america.txt [26.0 B] australasia.txt [42.0 B] african-islands.txt [29.0 B] atlantic-islands.txt [158.0 B] east-africa.txt [80.0 B] carribean.txt [385.0 B] west-asia.txt [58.0 B] southern-africa.txt [102.0 B] scandinavia.txt [33.0 B] micronesia.txt [79.0 B] baltic.txt [28.0 B] all-nationalities.txt [297.0 B] african.txt [238.0 B] balkan.txt [87.0 B] north-africa.txt [67.0 B] east-atlantic.txt [395.0 B] south-asia.txt [76.0 B] west-africa.txt [152.0 B] polynesia.txt [198.0 B] melanesia.txt [67.0 B] south-europe.txt [82.0 B] south-america.txt [191.0 B] middle-east.txt [124.0 B] northwest-europe.txt [36.0 B] central-asia.txt [86.0 B] east-europe.txt [47.0 B] north-atlantic.txt [61.0 B] europe.txt [265.0 B] west-atlantic.txt [60.0 B] southeast-asia.txt [113.0 B] central-america.txt [77.0 B] central-africa.txt [74.0 B] asia.txt [194.0 B] east-asia.txt [84.0 B] south-atlantic.txt [34.0 B] 📁 descriptors traveller.txt [259.0 B] 📁 politicians southafrica.txt [16.1 KB] 📁 actions walking.txt [267.0 B] encounter.txt [194.0 B] mood.txt [253.0 B] beards.txt [646.0 B] occupations.txt [17.5 KB] 📁 items 📁 materials gems.txt [3.6 KB] metals.txt [829.0 B] technical_fabrics.txt [212.0 B] fabrics.txt [1.8 KB] building_materials.txt [539.0 B] decorative_stones.txt [1.3 KB] common_metals.txt [228.0 B] fibres.txt [373.0 B] packaging_materials.txt [390.0 B] jewelry.txt 📁 aesthetics 📁 colours grey.txt [223.0 B] pink.txt [744.0 B] brown.txt [563.0 B] blue.txt [1.1 KB] green.txt [768.0 B] white.txt [388.0 B] orange.txt [432.0 B] yellow.txt [471.0 B] cyan.txt [392.0 B] violet.txt [372.0 B] purple.txt [705.0 B] black.txt [193.0 B] red.txt [645.0 B] colours.txt [76.0 B] general_aesthetics.txt [7.3 KB] 📁 creatures 📁 animals 📁 birds 📁 Passeriformes satinbirds.txt [164.0 B] weavers_and_allies.txt [3.7 KB] rockjumpers.txt [90.0 B] wallcreeper.txt [63.0 B] whiteheads.txt [79.0 B] stitchbird.txt [62.0 B] sunbirds_and_spiderhunters.txt [4.8 KB] rockfowl.txt [94.0 B] puerto_rican_tanager.txt [72.0 B] berrypeckers_and_longbills.txt [410.0 B] african_warblers.txt [553.0 B] quail-thrushes_and_jewel-babblers.txt [395.0 B] thornbills_and_allies.txt [1.5 KB] new_world_warblers.txt [6.9 KB] penduline-tits.txt [481.0 B] white-eyes,_yuhinas,_and_allies.txt [3.9 KB] pseudo-babblers.txt [167.0 B] bushshrikes_and_allies.txt [1.6 KB] long-tailed_tits.txt [584.0 B] cotingas.txt [1.7 KB] waxbills_and_allies.txt [4.2 KB] white-winged_chough_and_apostlebird.txt [83.0 B] drongos.txt [1.9 KB] new_zealand_wrens.txt [109.0 B] bearded_reedling.txt [68.0 B] accentors.txt [329.0 B] malagasy_warblers.txt [251.0 B] fairy-bluebirds.txt [286.0 B] lyrebirds.txt [85.0 B] old_world_buntings.txt [1.3 KB] antpittas.txt [2.2 KB] whistlers_and_allies.txt [1.9 KB] dippers.txt [307.0 B] vireos,_shrike-babblers,_and_erpornis.txt [3.2 KB] indigobirds.txt [519.0 B] spindalises.txt [308.0 B] cisticolas_and_allies.txt [5.4 KB] swallows.txt [3.6 KB] new_world_sparrows.txt [7.7 KB] australo-papuan_bellbirds.txt [106.0 B] larks.txt [3.4 KB] fairywrens.txt [1.1 KB] tyrant_flycatchers.txt [16.4 KB] tit_berrypecker_and_crested_berrypecker.txt [147.0 B] flowerpeckers.txt [2.1 KB] honeyeaters.txt [4.9 KB] ground_babblers_and_allies.txt [2.0 KB] wagtails_and_pipits.txt [3.3 KB] monarch_flycatchers.txt [3.6 KB] oxpeckers.txt [128.0 B] nuthatches.txt [988.0 B] birds-of-paradise.txt [1.2 KB] logrunners.txt [100.0 B] wattlebirds.txt [144.0 B] typical_antbirds.txt [7.6 KB] hawaiian_honeyeaters.txt [96.0 B] laughingthrushes_and_allies.txt [4.3 KB] australasian_robins.txt [1.3 KB] old_world_orioles.txt [1.5 KB] longspurs_and_snow_buntings.txt [270.0 B] cuckooshrikes.txt [2.9 KB] crows,_jays,_and_magpies.txt [4.1 KB] bristlebirds.txt [110.0 B] sittellas.txt [250.0 B] thrush-tanager.txt [71.0 B] rail-babbler.txt [74.0 B] crested_shrikejay.txt [69.0 B] vangas,_helmetshrikes,_and_allies.txt [1.4 KB] antthrushes.txt [428.0 B] dapple-throat_and_allies.txt [98.0 B] ifrita.txt [70.0 B] grassbirds_and_allies.txt [2.1 KB] silky-flycatchers.txt [148.0 B] sapayoa.txt [59.0 B] finches,_euphonias,_and_allies.txt [8.0 KB] bush_warblers_and_allies.txt [1.2 KB] przevalski's_pinktail.txt [73.0 B] whipbirds_and_wedgebills.txt [207.0 B] mottled_berryhunter.txt [71.0 B] boatbills.txt [100.0 B] tapaculos.txt [1.6 KB] gnatcatchers.txt [1.0 KB] fantails.txt [2.3 KB] spotted_elachura.txt [68.0 B] ioras.txt [128.0 B] pardalotes.txt [369.0 B] starlings.txt [3.7 KB] hispaniolan_tanagers.txt [237.0 B] african_and_green_broadbills.txt [286.0 B] nicators.txt [139.0 B] waxwings.txt [148.0 B] tits,_chickadees,_and_titmice.txt [2.3 KB] shrikes.txt [1.6 KB] mockingbirds_and_thrashers.txt [1.3 KB] bowerbirds.txt [622.0 B] asities.txt [167.0 B] yellow-breasted_chat.txt [136.0 B] cupwings.txt [236.0 B] tanagers_and_allies.txt [13.5 KB] tityras_and_allies.txt [1.3 KB] 📁 Caprimulgiformes owlet-nightjars.txt [384.0 B] nightjars_and_allies.txt [2.7 KB] oilbird.txt [59.0 B] hummingbirds.txt [13.8 KB] potoos.txt [224.0 B] treeswifts.txt [146.0 B] swifts.txt [3.2 KB] frogmouths.txt [485.0 B] 📁 Psittaciformes new_world_and_african_parrots.txt [6.3 KB] cockatoos.txt [828.0 B] old_world_parrots.txt [6.0 KB] new_zealand_parrots.txt [99.0 B] 📁 Casuariiformes cassowaries_and_emu.txt [109.0 B] 📁 Mesitornithiformes mesites.txt [103.0 B] 📁 Podicipediformes grebes.txt [613.0 B] 📁 Ciconiiformes storks.txt [465.0 B] 📁 Struthioniformes ostriches.txt [103.0 B] 📁 Trogoniformes trogons.txt [1.5 KB] 📁 Suliformes anhingas.txt [110.0 B] frigatebirds.txt [237.0 B] boobies_and_gannets.txt [495.0 B] cormorants_and_shags.txt [1.3 KB] 📁 Procellariiformes albatrosses.txt [898.0 B] southern_storm-petrels.txt [497.0 B] northern_storm-petrels.txt [947.0 B] shearwaters_and_petrels.txt [3.2 KB] 📁 Charadriiformes gulls,_terns,_and_skimmers.txt [5.4 KB] crab-plover.txt [63.0 B] sandpipers_and_allies.txt [3.4 KB] egyptian_plover.txt [67.0 B] ibisbill.txt [60.0 B] auks,_murres,_and_puffins.txt [833.0 B] magellanic_plover.txt [69.0 B] buttonquail.txt [460.0 B] painted-snipes.txt [127.0 B] plains-wanderer.txt [67.0 B] skuas_and_jaegers.txt [343.0 B] stilts_and_avocets.txt [542.0 B] plovers_and_lapwings.txt [2.1 KB] thick-knees.txt [253.0 B] jacanas.txt [326.0 B] oystercatchers.txt [525.0 B] sheathbills.txt [91.0 B] seedsnipes.txt [140.0 B] pratincoles_and_coursers.txt [530.0 B] 📁 Cathartiformes new_world_vultures.txt [305.0 B] 📁 Sphenisciformes penguins.txt [512.0 B] 📁 Gaviiformes loons.txt [180.0 B] 📁 Piciformes african_barbets.txt [1.8 KB] honeyguides.txt [505.0 B] toucan-barbets.txt [85.0 B] woodpeckers.txt [10.7 KB] asian_barbets.txt [1.1 KB] new_world_barbets.txt [567.0 B] toucans.txt [2.1 KB] 📁 Opisthocomiformes hoatzin.txt [59.0 B] 📁 Phaethontiformes tropicbirds.txt [380.0 B] 📁 Otidiformes bustards.txt [737.0 B] 📁 Rheiformes rheas.txt [118.0 B] 📁 Leptosomiformes cuckoo-roller.txt [65.0 B] 📁 Apterygiformes kiwis.txt [226.0 B] 📁 Accipitriformes osprey.txt [139.0 B] hawks,_eagles,_and_kites.txt [8.8 KB] secretarybird.txt [65.0 B] 📁 Coliiformes mousebirds.txt [192.0 B] 📁 Musophagiformes turacos.txt [1.1 KB] 📁 Strigiformes barn-owls.txt [714.0 B] owls.txt [7.2 KB] 📁 Galliformes pheasants,_grouse,_and_allies.txt [5.6 KB] guans,_chachalacas,_and_curassows.txt [1.6 KB] megapodes.txt [499.0 B] guineafowl.txt [454.0 B] new_world_quail.txt [1.2 KB] 📁 Cariamiformes seriemas.txt [91.0 B] 📁 Columbiformes pigeons_and_doves.txt [10.5 KB] 📁 Eurypygiformes sunbittern.txt [62.0 B] kagu.txt [56.0 B] 📁 Cuculiformes cuckoos.txt [4.6 KB] 📁 Phoenicopteriformes flamingos.txt [288.0 B] 📁 Anseriformes ducks,_geese,_and_waterfowl.txt [10.9 KB] magpie_goose.txt [64.0 B] screamers.txt [103.0 B] 📁 Gruiformes finfoots.txt [91.0 B] flufftails.txt [382.0 B] rails,_gallinules,_and_coots.txt [4.5 KB] cranes.txt [551.0 B] trumpeters.txt [374.0 B] limpkin.txt [101.0 B] 📁 Bucerotiformes ground-hornbills.txt [103.0 B] hoopoes.txt [190.0 B] woodhoopoes_and_scimitarbills.txt [471.0 B] hornbills.txt [1.9 KB] 📁 Pelecaniformes shoebill.txt [60.0 B] ibises_and_spoonbills.txt [856.0 B] hamerkop.txt [60.0 B] herons,_egrets,_and_bitterns.txt [3.1 KB] pelicans.txt [358.0 B] 📁 Pterocliformes sandgrouse.txt [687.0 B] 📁 Coraciiformes todies.txt [163.0 B] ground-rollers.txt [177.0 B] rollers.txt [526.0 B] motmots.txt [619.0 B] kingfishers.txt [4.6 KB] bee-eaters.txt [824.0 B] 📁 Galbuliformes puffbirds.txt [1.3 KB] jacamars.txt [613.0 B] 📁 Tinamiformes tinamous.txt [1.1 KB] 📁 Falconiformes falcons_and_caracaras.txt [2.3 KB] horses.txt [5.0 KB] dogs.txt [7.6 KB] rabbits.txt [670.0 B] dinosaurs.txt [18.4 KB] birds.txt [3.1 KB] cats.txt [1.2 KB] ponies.txt [2.3 KB] donkeys.txt [2.1 KB] mainly_ducks.txt [1.6 KB] 📁 mtg 📁 bird bird_scout.txt [44.0 B] bird_soldier.txt [45.0 B] bird_citizen.txt [62.0 B] bird_rogue.txt [61.0 B] bird_wizard.txt [366.0 B] bird_cleric.txt [167.0 B] bird_shaman.txt [60.0 B] bird_beast.txt [64.0 B] bird_general.txt [1.8 KB] bird_warrior.txt [216.0 B] 📁 plant plant_skeleton.txt [47.0 B] plant_general.txt [208.0 B] plant_wall.txt [202.0 B] plant_dog.txt [53.0 B] plant_elemental.txt [91.0 B] plant_zombie.txt [94.0 B] plant_hydra.txt [77.0 B] 📁 ogre ogre_rogue.txt [109.0 B] ogre_mutant.txt [46.0 B] ogre_warrior.txt [650.0 B] ogre_berserker.txt [70.0 B] ogre_general.txt [321.0 B] 📁 giant giant_druid.txt [42.0 B] giant_knight.txt [59.0 B] giant_shaman.txt [114.0 B] giant_berserker.txt [98.0 B] giant_warrior.txt [64.0 B] giant_soldier.txt [284.0 B] giant_general.txt [48.0 B] 📁 eldrazi eldrazi.txt [160.0 B] eldrazi_drone.txt [817.0 B] eldrazi_insect.txt [60.0 B] eldrazi_processor.txt [175.0 B] 📁 djinn djinn_general.txt [547.0 B] djinn_wizard.txt [112.0 B] 📁 dog dog_archer.txt [49.0 B] dog_scout.txt [46.0 B] dog_general.txt [50.0 B] 📁 human human_pilot.txt [68.0 B] human_noble.txt [98.0 B] human_monk_cleric.txt [82.0 B] human_citizen.txt [207.0 B] human_spellshaper.txt [110.0 B] human_monk.txt [757.0 B] human_advisor.txt [445.0 B] human_scout.txt [642.0 B] human_barbarian.txt [317.0 B] human_mercenary.txt [212.0 B] human_shaman_ally.txt [88.0 B] human_rebel_cleric.txt [91.0 B] human_knight.txt [3.2 KB] human_pirate_wizard.txt [60.0 B] human_druid.txt [1.2 KB] human_rogue.txt [2.2 KB] human_warrior_ally.txt [86.0 B] human_knight_ally.txt [46.0 B] human_soldiers.txt [6.5 KB] human_horror.txt [70.0 B] human_cleric.txt [4.8 KB] human_ninja.txt [235.0 B] human_wizards.txt [8.3 KB] human_samurai.txt [327.0 B] human_nomad_mystic.txt [78.0 B] human_assassin.txt [377.0 B] human_ranger.txt [52.0 B] human_gamer.txt [90.0 B] human_archer.txt [267.0 B] human_wizard.txt [116.0 B] human_berserker.txt [517.0 B] human_warrior.txt [3.2 KB] human_shaman.txt [1.9 KB] human_warlock.txt [207.0 B] human_minion.txt [70.0 B] human_artificer.txt [992.0 B] human_pirate.txt [1.1 KB] 📁 kor kor_spirit.txt [70.0 B] kor_wizard.txt [67.0 B] kor_soldier_ally.txt [81.0 B] kor_warrior.txt [71.0 B] kor_soldier.txt [217.0 B] 📁 centaur centaur_warrior.txt [290.0 B] centaur_cleric.txt [49.0 B] centaur_archer.txt [74.0 B] 📁 cephalid cephalid_wizard.txt [109.0 B] cephalid_general.txt [86.0 B] cephalid_rogue.txt [101.0 B] 📁 orc orc_rogue.txt [52.0 B] orc_general.txt [160.0 B] orc_wizard.txt [61.0 B] orc_shaman.txt [110.0 B] orc_warrior.txt [361.0 B] orc_berserker.txt [45.0 B] 📁 angel angel_general.txt [2.2 KB] angel_soldier.txt [70.0 B] angel_cleric.txt [127.0 B] angel_spirit.txt [89.0 B] angel_berserker.txt [51.0 B] angel_advisor.txt [51.0 B] 📁 cat cat_monk.txt [70.0 B] cat_scout.txt [51.0 B] cat_advisor.txt [78.0 B] cat_citizen.txt [51.0 B] cat_spirit.txt [65.0 B] cat_demon.txt [74.0 B] cat_rogue.txt [65.0 B] cat_warrior.txt [170.0 B] cat_cleric.txt [198.0 B] 📁 goblin goblin_warrior.txt [88.0 B] goblin_shaman.txt [134.0 B] goblin_artificer.txt [70.0 B] goblin.txt [6.1 KB] 📁 merfolk merfolk_rogue.txt [70.0 B] merfolk_shaman.txt [68.0 B] merfolk_wizard.txt [246.0 B] merfolk_general.txt [3.8 KB] 📁 critters insect_warrior.txt [54.0 B] insect_horror.txt [69.0 B] insect_druid.txt [152.0 B] spider.txt [116.0 B] insect_general.txt [1.7 KB] 📁 dwarf dwarf_pilot.txt [50.0 B] dwarf_cleric.txt [61.0 B] dwarf_soldier.txt [207.0 B] dwarf_shaman.txt [89.0 B] dwarf_general.txt [348.0 B] dwarf_artificer.txt [218.0 B] 📁 beasts jackal_warrior.txt [159.0 B] rhino_beast.txt [57.0 B] hippo.txt [55.0 B] rhino_monk.txt [56.0 B] wolf_warrior.txt [52.0 B] jackal.txt [53.0 B] beast.txt [4.0 KB] goat_beast.txt [78.0 B] rhino_soldier.txt [160.0 B] 📁 elf elf_general.txt [6.9 KB] elf_shaman.txt [150.0 B] elf_noble.txt [78.0 B] elf_archer.txt [51.0 B] elf_cleric.txt [98.0 B] elf_wizard.txt [78.0 B] elf_scout.txt [129.0 B] 📁 undead zombie.txt [4.4 KB] zubera_spirit.txt [139.0 B] 📁 dragon elder_dragon.txt [376.0 B] dragon_spirit.txt [304.0 B] dragon_wizard.txt [66.0 B] dragon_avatar.txt [54.0 B] dragon.txt [2.7 KB] dragon_warrior.txt [54.0 B] 📁 vedalken vedalken_soldier.txt [57.0 B] vedalken_rogue.txt [89.0 B] vedalken_artificer.txt [151.0 B] 📁 treefolk treefolk_shaman.txt [65.0 B] treefolk_warrior.txt [209.0 B] 📁 naga naga_cleric.txt [92.0 B] naga_warrior.txt [79.0 B] naga_shaman.txt [50.0 B] 📁 efreet efreet_monk.txt [54.0 B] efreet_shaman.txt [50.0 B] efreet_general.txt [260.0 B] 📁 aetherborn aetherborn_rogue.txt [109.0 B] aetherborn_warrior.txt [59.0 B] aetherborn_artificer.txt [83.0 B] ashiok.txt [94.0 B] orgg.txt [30.0 B] masticore.txt [90.0 B] shark.txt [84.0 B] dwarf.txt [225.0 B] god.txt [211.0 B] necron.txt [83.0 B] golem.txt [1.8 KB] misc.txt octopus.txt [98.0 B] rat_shaman.txt [59.0 B] elemental.txt [5.9 KB] viashino.txt [332.0 B] cephalid.txt [128.0 B] bird.txt [350.0 B] goblin.txt [152.0 B] dovin.txt [78.0 B] dryad_spellshaper.txt [49.0 B] dauthi_minion.txt [65.0 B] siren.txt [136.0 B] yanling.txt [60.0 B] cockatrice.txt [55.0 B] satyr_shaman.txt [70.0 B] fungus_beast.txt [78.0 B] elephant_soldier.txt [189.0 B] creature.txt [28.0 B] phyrexian.txt [1.4 KB] basilisk.txt [201.0 B] ape_shaman.txt [49.0 B] troll.txt [299.0 B] wurm.txt [1.1 KB] juggernaut.txt [272.0 B] sorin.txt [152.0 B] aura.txt [90.0 B] vivien.txt [155.0 B] beeble.txt [69.0 B] garruk.txt [151.0 B] nissa.txt [198.0 B] squid_beast.txt [31.0 B] goat.txt [44.0 B] skeleton_warrior.txt [178.0 B] nightmare_horror.txt [149.0 B] kobold_warrior.txt [77.0 B] mongoose.txt [46.0 B] salamander.txt [100.0 B] werewolf.txt [1.6 KB] ouphe.txt [182.0 B] dragon.txt [226.0 B] badger.txt [55.0 B] tezzeret.txt [176.0 B] troll_shaman.txt [69.0 B] merfolk.txt [163.0 B] saheeli.txt [83.0 B] frog_beast.txt [106.0 B] angel.txt [227.0 B] lhurgoyf.txt [106.0 B] snow_sorcery.txt [83.0 B] kiora.txt [77.0 B] metathran.txt [53.0 B] bringer.txt [126.0 B] aetherborn.txt [143.0 B] hydra.txt [514.0 B] drone.txt [126.0 B] kaya.txt [123.0 B] phoenix.txt [491.0 B] narset.txt [69.0 B] sarkhan.txt [133.0 B] vraska.txt [109.0 B] human.txt [1.4 KB] domri.txt [74.0 B] plant.txt [259.0 B] snow_artifact.txt [65.0 B] cyborg_rigger.txt [50.0 B] 📁 cthulhu earth_native.txt [1.3 KB] extinct.txt [103.0 B] non_sapient.txt [607.0 B] sapient.txt [2.4 KB] extra_dimensional.txt [1.1 KB] outergods.txt [563.0 B] extra_terrestrial.txt [889.0 B] 📁 adnd construct.txt [190.0 B] plant.txt [192.0 B] elemental.txt [247.0 B] humanoid.txt [802.0 B] beast.txt [905.0 B] giant.txt [117.0 B] celestial.txt [51.0 B] undead.txt [291.0 B] monstrosity.txt [498.0 B] swarm.txt [104.0 B] dragon.txt [877.0 B] ooze.txt [51.0 B] aberration.txt [186.0 B] fiend.txt [348.0 B] fey.txt [52.0 B] animals.txt [1.0 KB] cthulhu.txt [240.0 B] tolkien.txt [1.5 KB] adnd.txt [399.0 B] 📁 style 📁 artperiods postimpressionism.txt [53.0 B] renaissance.txt [192.0 B] surrealism.txt [54.0 B] romanticism.txt [191.0 B] socialist_realism.txt [58.0 B] neoclassicism.txt [226.0 B] impressionism.txt [46.0 B] futurism.txt [40.0 B] modern.txt [1.1 KB] art_nouveau.txt [80.0 B] medieval.txt [250.0 B] neoimpressionism.txt [42.0 B] romanticism_to_modern.txt [279.0 B] symbolism.txt [48.0 B] contemporary.txt [713.0 B] cubism.txt [39.0 B] suprematism.txt [19.0 B] abstract_expressionism.txt [114.0 B] ancient_classical.txt [39.0 B] constructivism.txt [26.0 B] expressionism.txt [65.0 B] generalstyle.txt [208.0 B] platform.txt [302.0 B] genre.txt [625.0 B] artmovement.txt [2.7 KB] 📁 time seasons.txt [35.0 B] decade.txt [141.0 B] timeofday.txt [77.0 B] 📁 places home.txt [239.0 B] 📁 appearance size.txt [131.0 B] haircolour.txt [178.0 B] appearance.txt [316.0 B] adjectives.txt [3.3 KB] README.md [403.0 B] 📁 artists 📁 European Art 📁 modern 📁 impressionism 📁 american_impressionism baum_circle.txt [59.0 B] boston_school.txt [317.0 B] pennsylvania_impressionist_painters.txt [347.0 B] serbian_impressionist_painters.txt [136.0 B] russian_impressionist_painters.txt [475.0 B] indian_impressionist_painters.txt [14.0 B] ukranian_impressionist_painters.txt [79.0 B] latvian_impressionist_painters.txt [22.0 B] belgian_impressionist_painters.txt [213.0 B] czech_impressionist_painters.txt [91.0 B] polish_impressionist_painters.txt [86.0 B] german_impressionist_painters.txt [729.0 B] turkish_impressionist_painters.txt [83.0 B] romanian_impressionist_painters.txt [91.0 B] swedish_impressionist_painters.txt [56.0 B] mexican_impressionist_painters.txt [45.0 B] dutch_impressionist_painters.txt [166.0 B] icelandic_impressionist_painters.txt [20.0 B] egyptian_impressionist_painters.txt [28.0 B] irish_impressionist_painters.txt [167.0 B] american_impressionist_painters.txt [3.6 KB] chinese_impressionist_painters.txt [13.0 B] canadian_impressionist_painters.txt [721.0 B] brazilian_impressionist_painters.txt [40.0 B] norweigian_impressionist_painters.txt [87.0 B] british_impressionist_painters.txt [610.0 B] italian_impressionist_painters.txt [57.0 B] swiss_impressionist_painters.txt [69.0 B] soviet_impressionist_painters.txt [180.0 B] hungarian_impressionist_painters.txt [63.0 B] luxembourgian_impressionist_painters.txt [44.0 B] lebanese_impressionist_painters.txt [24.0 B] spanish_impressionist_painters.txt [212.0 B] slovenian_impressionist_painters.txt [54.0 B] austrian_impressionist_painters.txt [52.0 B] autstralian_impressionist_painters.txt [110.0 B] ten_american_painters.txt [179.0 B] 📁 expressionism american_figurative_expressionism.txt [354.0 B] french_expressionist_painters.txt [103.0 B] austrian_expressionist_painters.txt [156.0 B] british_expressionist_painters.txt [16.0 B] expressionism.txt [4.6 KB] russian_expressionist_painters.txt [61.0 B] spanish_expressionist_painters.txt [125.0 B] abstract_impressionism.txt [5.1 KB] indian_expressionist_painters.txt [143.0 B] finnish_expressionist_painters.txt [95.0 B] belgian_expressionist_painters.txt [134.0 B] diebrucke.txt [107.0 B] american_expressionist_painters.txt [938.0 B] slovakian_expressionist_painters.txt [16.0 B] german_expressionist_painters.txt [1.4 KB] 📁 abstract_expressionism abstract_expressionism.txt [5.8 KB] hagenbund.txt [2.9 KB] neo_impressionism.txt [354.0 B] expressionism.txt [1.1 KB] young_poland.txt [491.0 B] tonalism.txt [743.0 B] cobs_art_colony.txt [310.0 B] american_impressionism.txt [1.5 KB] heidelberg_school.txt [341.0 B] post_impressionism.txt [2.6 KB] les_nabis.txt [285.0 B] modern_art.txt [871.0 B] mir_iskusstva.txt [472.0 B] impressionism.txt [3.5 KB] fauvism.txt [470.0 B] synthetism.txt [68.0 B] pointilism.txt [290.0 B] vienna_secession.txt [236.0 B] art_nouveau.txt [2.4 KB] russion_avantgarde.txt [622.0 B] cloisonnism.txt [47.0 B] divisionism.txt [635.0 B] luminism_impressionism.txt [295.0 B] 📁 neoclassical 📁 romanticism american_romantic_painters.txt [174.0 B] belgian_romantic_painters.txt [99.0 B] german_romantic_painters.txt [555.0 B] spanish_romantic_painters.txt [182.0 B] armenian_romantic_painters.txt [16.0 B] luminism.txt [316.0 B] irish_romantic_painters.txt [26.0 B] russian_romantic_painters.txt [123.0 B] polish_romantic_painters.txt [25.0 B] dutch_romantic_painters.txt [76.0 B] swiss_romantic_painters.txt [13.0 B] french_romantic_painters.txt [525.0 B] hudson_river_school.txt [1.2 KB] norwegian_romantic_painters.txt [59.0 B] nazarene_painters.txt [976.0 B] danish_romantic_painters.txt [141.0 B] portuguese_romantic_painters.txt [62.0 B] pre_raphaelite_painters.txt [1.4 KB] british_romaintic_painters.txt [227.0 B] purismo.txt [222.0 B] dusseldorf_school.txt [3.2 KB] scottish_romantic_painters.txt [12.0 B] english_romantic_painters.txt [347.0 B] brazilian_romantic_painters.txt [82.0 B] bulgarian_romantic_painters.txt [32.0 B] hungarian_romantic_painters.txt [64.0 B] italian_romantic_painters.txt [206.0 B] romanian_romantic_painters.txt [81.0 B] austrian_romantic_painters.txt [83.0 B] 📁 neoclassical german_neoclassical_painters.txt [126.0 B] british_neoclassical_painters.txt [62.0 B] belgian_neoclassical_painters.txt [107.0 B] american_neoclassical_painters.txt [79.0 B] portuguese_neoclassical_painters.txt [35.0 B] french_neoclassical_painters.txt [680.0 B] italian_neoclassical_painters.txt [2.4 KB] spanish_neoclassical_painters.txt [97.0 B] return_to_order.txt [111.0 B] russian_neoclassical_painters.txt [63.0 B] romanian_neoclassical_painters.txt [20.0 B] 📁 realism british_realism.txt [133.0 B] american_realism.txt [874.0 B] slovenian_realism.txt [43.0 B] soviet_realism.txt [201.0 B] portuguese_realism.txt [36.0 B] hungarian_realism.txt [57.0 B] peredvizhniki.txt [1.1 KB] norwegian_realism.txt [25.0 B] russian_realism.txt [538.0 B] finnish_realism.txt [33.0 B] bulgarian_realism.txt [54.0 B] french_realism.txt [685.0 B] romanticism_to_modern_art.txt [480.0 B] american_barbizon_school.txt [378.0 B] romanticism.txt [1.6 KB] norwich_school.txt [791.0 B] pre_raphaelite_brotherhood.txt [626.0 B] biedermeier.txt [49.0 B] realism.txt [2.7 KB] spanish_electicism.txt [82.0 B] macchiaioli.txt [81.0 B] hague_school.txt [972.0 B] barbizon_school.txt [270.0 B] neoclassical.txt [943.0 B] 📁 renaissance italian_renaissance_painters.txt [3.8 KB] cusco_school.txt [186.0 B] peruvian_mannerist_painters.txt [151.0 B] german_mannerist_painters.txt [67.0 B] french_mannerist_painters.txt [144.0 B] early_netherlandish_painters.txt [2.6 KB] renaissance.txt [179.0 B] mannerism.txt [558.0 B] italian_renaissance_sculptors.txt [2.0 KB] german_renaissance.txt [1.9 KB] flemish_mannerist_painters.txt [435.0 B] italian_mannerist_painters.txt [2.7 KB] italian_renaissance.txt [133.0 B] polish_mannerist_painters.txt [34.0 B] quattrocento_painters.txt [1.6 KB] english_mannerist_painters.txt [56.0 B] dutch_mannerist_painters.txt [175.0 B] 📁 baroque british_baroque_painters.txt [114.0 B] flemish_baroque_painters.txt [3.7 KB] danish_baroque_painters.txt [189.0 B] bentvueghels.txt [2.1 KB] italian_baroque_painters.txt [3.7 KB] netherlandish_baroque_painters.txt [46.0 B] french_baroque_painters.txt [883.0 B] spanish_baroque_painters.txt [3.0 KB] czech_baroque_painters.txt [82.0 B] dutch_goldenage_painters.txt [15.0 KB] greek_baroque_painters.txt [230.0 B] german_baroque_painters.txt [1.1 KB] quadratura.txt [1.3 KB] baroque.txt [623.0 B] rococco.txt [1.7 KB] 📁 classical classical.txt [113.0 B] 📁 medieval medieval.txt [95.0 B] gothic.txt [1.7 KB] romanesque.txt [432.0 B] 📁 genre 📁 fantasy tolkien.txt [510.0 B] anime.txt [1.7 KB] fantasy.txt [3.8 KB] horror.txt [532.0 B] 📁 Photography 📁 by_country drc.txt [29.0 B] china.txt [587.0 B] peru.txt [41.0 B] eritrea.txt [13.0 B] sweden.txt [795.0 B] hong_kong.txt [16.0 B] cuba.txt [28.0 B] india.txt [282.0 B] spain.txt [599.0 B] iraq.txt [15.0 B] chile.txt [70.0 B] cameroon.txt [66.0 B] hungary.txt [187.0 B] australia.txt [1.7 KB] canada.txt [2.5 KB] armenia.txt [97.0 B] new_zealand.txt [768.0 B] ethiopia.txt [13.0 B] france.txt [3.2 KB] lebanon.txt [30.0 B] austria.txt [489.0 B] ecuador.txt [29.0 B] romania [34.0 B] israel.txt [88.0 B] korea.txt [155.0 B] syria.txt [12.0 B] egypt.txt [93.0 B] albania.txt [187.0 B] norway.txt [514.0 B] germany.txt [3.1 KB] gambia.txt [12.0 B] switzerland.txt [158.0 B] netherlands.txt [868.0 B] indonesia.txt [14.0 B] united_states.txt [16.2 KB] mali.txt [40.0 B] lithuania.txt [92.0 B] colombia.txt [80.0 B] jamaica.txt [14.0 B] iceland.txt [33.0 B] singapore.txt [51.0 B] algeria.txt [14.0 B] denmark.txt [767.0 B] belgium.txt [252.0 B] namibia.txt [24.0 B] argentina.txt [353.0 B] finland.txt [165.0 B] ireland.txt [65.0 B] japan.txt [2.3 KB] bangladesh.txt [352.0 B] czech_republic.txt [303.0 B] georgia.txt [15.0 B] iran.txt [243.0 B] kenya.txt [47.0 B] azerbijan.txt [12.0 B] turkey.txt [86.0 B] south_africa.txt [567.0 B] uganda.txt [13.0 B] sierra_leone.txt [19.0 B] mexico.txt [468.0 B] nigeria.txt [736.0 B] italy.txt [636.0 B] ukraine.txt [290.0 B] estonia.txt [57.0 B] palestine.txt [40.0 B] croatia.txt [37.0 B] taiwan.txt [15.0 B] pakistan.txt [63.0 B] portugal.txt [119.0 B] luxembourg [26.0 B] thailand.txt [12.0 B] benin.txt [13.0 B] sri_lanka.txt [12.0 B] russia.txt [286.0 B] slovenia.txt [185.0 B] vietnam.txt [13.0 B] poland.txt [1015.0 B] united_kingdom.txt [5.5 KB] slovakia.txt [179.0 B] panama.txt [28.0 B] latvia.txt [16.0 B] greece.txt [251.0 B] brazil.txt [137.0 B] cambodia.txt [9.0 B] venezuela.txt [63.0 B] suriname.txt [42.0 B] photographers.txt [3.7 KB] 📁 illustrations 📁 childrens_books australian_illustrators.txt [527.0 B] british_illustrators.txt [3.1 KB] colombian_illustrators.txt [14.0 B] danish_illustrators.txt [159.0 B] argentine_illustrators.txt [14.0 B] dutch_illustrators.txt [571.0 B] austrian_illustrators.txt [192.0 B] canadian_illustrators.txt [931.0 B] czech_illustrators.txt [143.0 B] irish_illustrators.txt [117.0 B] egyptian_ilustrators.txt [13.0 B] belgian_illustrators.txt [161.0 B] brazilian_illustrators.txt [37.0 B] american_illustrators.txt [6.5 KB] bulgarian_illustrators.txt [29.0 B] chinese_illustrators.txt [103.0 B] manga.txt [1.4 KB] childrens_books.txt [1014.0 B] anime.txt [20.2 KB] 📁 Japanese Art 📁 nihonga nihonga.txt [174.0 B] taisho_era.txt [112.0 B] heisei_era.txt [56.0 B] meiji_era.txt [167.0 B] showa_era.txt [322.0 B] 📁 yoga meiji_era.txt [106.0 B] yoga.txt [81.0 B] taisho_era.txt [33.0 B] ukiyoe.txt [1.6 KB] 📁 unfiled scifi.txt [1.0 KB] modern_pop.txt [879.0 B] photography.txt [352.0 B] comicbooks.txt [624.0 B] architecture.txt [318.0 B] plants_animals.txt [417.0 B] h.txt [148.0 B] the_ancients.txt [149.0 B] alternative.txt [230.0 B] mixedmedia.txt [339.0 B] pen_ink.txt [662.0 B] symbolism.txt [1.2 KB] abstract.txt [274.0 B] landscapes.txt [754.0 B] modern_greek.txt [447.0 B] fantasy_scifi.txt [1.2 KB] graphic.txt [533.0 B] colourful.txt [1.0 KB] digitalart.txt [389.0 B] hyperreaslism.txt [490.0 B] childrensbooks.txt [591.0 B] surreal.txt [862.0 B] graffiti.txt [171.0 B] illustrators.txt [1.7 KB] cartoonists.txt [666.0 B] figurative.txt [1.6 KB] sculpture.txt [399.0 B] README.md [116.0 B] 📁 devilkkw 📁 object tail_number.txt [23.0 B] injury_visible.txt [202.0 B] tail_types_mammals.txt [208.0 B] headwear_hats_brimless.txt [424.0 B] technology_radio.txt [100.0 B] technology_vehicles_power_sources.txt [18.0 B] wings_types_elemental.txt [79.0 B] headwear_hats_with_brim.txt [319.0 B] injury_coverings.txt [230.0 B] technology_armor_futuristic.txt [86.0 B] headwear_types.txt [26.0 B] wings_sizes.txt [23.0 B] wings_types_false.txt [28.0 B] tail_and_objects.txt [73.0 B] technology_armor_modern.txt [42.0 B] technology_vehicles_naval.txt [27.0 B] injury_misc.txt [106.0 B] sports_equpment.txt [437.0 B] technology_holograms.txt [99.0 B] sex_objects_fluids.txt [47.0 B] technology_parts_main.txt [7.0 B] technology_space.txt [265.0 B] technology_places.txt [38.0 B] technology_parts_mechanical.txt [77.0 B] wings_misc.txt [146.0 B] headwear_hats_with_ear_flaps.txt [40.0 B] technology_parts_electronic.txt [77.0 B] tail_types_other_animals.txt [50.0 B] technology_vehicles_land.txt [242.0 B] sex_objects_sex_toys.txt [761.0 B] wings_types_other.txt [71.0 B] sex_objects_BDSM.txt [455.0 B] technology_robots.txt [117.0 B] technology_prosthetics.txt [136.0 B] eyewear_main.txt [37.0 B] wings_main.txt [22.0 B] headwear_colors.txt [172.0 B] wings_colors.txt [51.0 B] technology_descriptions.txt [70.0 B] technology_costumes.txt [32.0 B] headwear_actions.txt [262.0 B] headwear_hats_misc.txt [153.0 B] eyewear_sunglasses.txt [47.0 B] technology_medical.txt [60.0 B] eyewear_glasses_types.txt [318.0 B] eyewear_eyewear_frame_colors.txt [259.0 B] technology_tools.txt [132.0 B] headwear_other.txt [289.0 B] headwear_helmets.txt [250.0 B] eyewear_glasses_misc.txt [12.0 B] eyewear_eyewear_types.txt [177.0 B] technology_themes.txt [100.0 B] wings_number.txt [37.0 B] eyewear_eyewear_misc.txt [273.0 B] wings_where_attached.txt [128.0 B] water_vehicles.txt [52.0 B] technology_vehicles_aerospace.txt [136.0 B] headwear_crowns.txt [53.0 B] eyewear_eyewear_lens_colors.txt [173.0 B] technology_mecha.txt [188.0 B] technology_scientific.txt [19.0 B] technology_artificial_life.txt [121.0 B] technology_computers.txt [209.0 B] headwear_not_headwear.txt [144.0 B] wings_types_insects.txt [56.0 B] headwear_hats_with_visor.txt [86.0 B] tail_types_supernatural.txt [49.0 B] headwear_accessories.txt [250.0 B] headwear_non_specific_styles.txt [129.0 B] tail_misc.txt [299.0 B] tail_and_sex.txt [76.0 B] technology_jobs.txt [38.0 B] wings_types_supernatural.txt [51.0 B] tail_main.txt [4.0 B] technology_personal_communication.txt [285.0 B] tail_types_elemental.txt [10.0 B] 📁 pose posture_hugging_one_character.txt [48.0 B] posture_movement_of_the_body.txt [59.0 B] sex_acts_fetishes_gender_play.txt [170.0 B] posture_hugging_two_characters.txt [35.0 B] posture_poses.txt [286.0 B] sex_acts_penetration_and_insertion.txt [922.0 B] posture_arms_basic.txt [181.0 B] sex_acts_fetishes_facial_expressions.txt [48.0 B] posture_basic.txt [374.0 B] sexual_positions_bondage.txt [213.0 B] sex_acts_stimulation.txt [1.1 KB] sex_acts_fetishes_cum_play.txt [399.0 B] posture_torso.txt [79.0 B] posture_leg_location.txt [162.0 B] sex_acts_same_sex.txt [110.0 B] posture_hands_touching_each_other.txt [70.0 B] sex_acts_fetishes_views.txt [38.0 B] sexual_positions_main.txt [381.0 B] posture_hips.txt [12.0 B] sex_acts_fetishes_extreme_scat_and_urination.txt [92.0 B] posture_carrying.txt [201.0 B] posture_arms_specific.txt [105.0 B] sex_acts_fetishes_animal_play.txt [42.0 B] posture_two_characters.txt [104.0 B] sex_acts_fetishes_bondage.txt [366.0 B] posture_other_whole_body.txt [871.0 B] sex_acts_fetishes_body_types.txt [88.0 B] sex_acts_fetishes_breasts.txt [137.0 B] sex_acts_fetishes_misc.txt [604.0 B] sex_acts_group_sex.txt [251.0 B] sex_acts_fetishes_exhibitionism.txt [213.0 B] sex_acts_fetishes_ageplay.txt [58.0 B] posture_hand_position.txt [36.0 B] posture_hugging_main.txt [3.0 B] sleeves_actions.txt [93.0 B] sex_acts_fetishes_rape.txt [78.0 B] posture_rest_points.txt [22.0 B] sex_acts_fetishes_smother.txt [54.0 B] sex_acts_fetishes_incest.txt [16.0 B] posture_foot_position.txt [64.0 B] sex_acts_before.txt [10.0 B] posture_head.txt [20.0 B] posture_knee_location.txt [52.0 B] sex_acts_fetishes_extreme_mutilation.txt [64.0 B] posture_three_characters.txt [27.0 B] 📁 body-2 shoulders_attire_for.txt [51.0 B] shoulders_attire_clothing_desgined_to_leave_shoulders_bare_strapless.txt [114.0 B] pussy_under_clothes.txt [36.0 B] water_wet.txt [108.0 B] shoulders_with_somethinge_else_objects.txt [60.0 B] pussy_hands_on.txt [64.0 B] skin_color_normal.txt [47.0 B] pussy_visible_parts.txt [37.0 B] piercings_genital_female.txt [69.0 B] nudity_partial_focus_on_exposed_legs_or_feet.txt [126.0 B] nudity_partial_exposed_torso.txt [126.0 B] legwear_misc.txt [210.0 B] panties_and_body_parts_misc.txt [92.0 B] panties_main.txt [7.0 B] panties_appearance_patterns_and_prints.txt [207.0 B] neck_and_neckwear_attire_accessories_objects.txt [466.0 B] nudity_partial_exposed_nipples.txt [53.0 B] nudity_touching_clothes.txt [145.0 B] nudity_partial_exposed_chest.txt [261.0 B] nudity_partial_any_clothes.txt [148.0 B] nudity_misc.txt [28.0 B] panties_appearance_incomplete.txt [64.0 B] nudity_partial_misc.txt [211.0 B] panties_and_body_parts_legs.txt [57.0 B] neck_and_neckwear_styles_patterns.txt [52.0 B] nudity_partial_exposed_shoulders_and_arms.txt [178.0 B] pussy_sexual_objects_and_acts.txt [37.0 B] pussy_fluids.txt [78.0 B] nudity_partial_exposed_breasts_parts_of.txt [74.0 B] panties_number.txt [28.0 B] legwear_main.txt [85.0 B] shoulders_with_somethinge_else_touching.txt [88.0 B] panties_and_body_parts_breasts.txt [18.0 B] nudity_complete.txt [21.0 B] panties_and_fluids.txt [84.0 B] panties_appearance_sizes.txt [28.0 B] nudity_partial_focus_on_exposed_ass_or_crotch.txt [439.0 B] piercings_main.txt [34.0 B] nudity_partial_exposed_head_or_neck.txt [9.0 B] skin_color_misc.txt [24.0 B] nudity_naughty_points_of_view.txt [41.0 B] piercings_genital_male.txt [136.0 B] panties_and_body_parts_head.txt [61.0 B] piercings_general_locations_head_and_facial.txt [186.0 B] shoulders_anatomy.txt [38.0 B] panties_and_body_parts_penis.txt [52.0 B] piercings_misc.txt [51.0 B] panties_and_body_parts_hands.txt [51.0 B] nudity_dressing_covering_body_parts.txt [178.0 B] nudity_partial_specific_clothes_or_ornaments_being_worn_as_exceptions.txt [126.0 B] nudity_by_gender.txt [22.0 B] shoulders_with_somethinge_else_hands.txt [107.0 B] pussy_anatomy.txt [86.0 B] panties_appearance_multiple_colors.txt [20.0 B] legwear_multiple_colors.txt [56.0 B] shoulders_with_somethinge_else_misc.txt [47.0 B] pussy_adornments.txt [32.0 B] shoulders_attire_clothing_desgined_to_leave_shoulders_bare_low_and_wide_cut_necklines.txt [176.0 B] panties_appearance_colors.txt [175.0 B] panties_appearance_materials.txt [27.0 B] shoulders_with_somethinge_else_animals.txt [33.0 B] legwear_action.txt [93.0 B] shoulders_attire_clothing_desgined_to_leave_shoulders_bare_sleeveless.txt [90.0 B] pussy_attire.txt [62.0 B] neck_and_neckwear_anatomy.txt [33.0 B] nudity_partial_exposed_breasts.txt [97.0 B] panties_appearance_additional.txt [75.0 B] legwear_colors.txt [221.0 B] legwear_style.txt [569.0 B] skin_color_abnormal.txt [116.0 B] panties_appearance_lowleg_highleg.txt [31.0 B] legwear_pattern.txt [247.0 B] neck_and_neckwear_collar.txt [198.0 B] shoulders_attire_clothing_desgined_to_leave_shoulders_asymmetrical_necklines.txt [69.0 B] neck_and_neckwear_actions.txt [111.0 B] piercings_general_locations_body.txt [172.0 B] panties_with_other_clothes.txt [184.0 B] panties_and_objects.txt [22.0 B] legwear_bands.txt [105.0 B] shoulders_attire_other.txt [39.0 B] neck_and_neckwear_styles_colors.txt [187.0 B] shoulders_attire_exposed.txt [40.0 B] 📁 body-1 hair_styles_over_the_body.txt [130.0 B] hair_styles_length.txt [114.0 B] eyes_misc.txt [232.0 B] breasts_visibilty_parts.txt [285.0 B] eyes_iris_colors.txt [151.0 B] ass_with_cum.txt [22.0 B] eyes_more_appearance_animal.txt [78.0 B] breasts_clothes_for.txt [366.0 B] breasts_descriptions.txt [170.0 B] ass_and_heads.txt [37.0 B] face_sexual.txt [103.0 B] hair_fantasy.txt [139.0 B] breasts_visibilty_whole.txt [78.0 B] breasts_main.txt [7.0 B] hands_where_lower_body.txt [101.0 B] eyes_more_appearance_other.txt [28.0 B] eyes_emotions_and_expressions.txt [86.0 B] eyes_more_appearance_series_specific.txt [37.0 B] hands_where_above_neck.txt [242.0 B] breasts_and_other_body_parts_docking.txt [59.0 B] eyes_iris_form.txt [43.0 B] hair_styles_front.txt [178.0 B] eyes_closed.txt [56.0 B] breasts_sizes_scenes_revolving_around.txt [269.0 B] hair_styles_medium.txt [21.0 B] breasts_and_other_body_parts_penis.txt [161.0 B] breasts_misc.txt [588.0 B] breasts_and_other_body_parts_toys.txt [252.0 B] hands_strange.txt [10.0 B] eyes_pupils.txt [209.0 B] breasts_sizes_ranges.txt [88.0 B] hair_styles_tall.txt [75.0 B] ears_other.txt [41.0 B] hair_styles_back.txt [14.0 B] ass_anatomy.txt [79.0 B] hair_facial.txt [74.0 B] hands_where_somewhere_else.txt [32.0 B] eyes_gazes.txt [274.0 B] breasts_and_other_body_parts_hands.txt [297.0 B] eyes_around.txt [91.0 B] body_parts_appendages.txt [227.0 B] eyes_more_appearance_stylistic.txt [125.0 B] hair_actions.txt [254.0 B] breasts_and_other_body_parts_head.txt [99.0 B] eyes_sclera.txt [139.0 B] hair_color_misc.txt [128.0 B] face_drawing_styles.txt [154.0 B] hair_styles_tied.txt [642.0 B] eyes_number.txt [53.0 B] ears_misc.txt [97.0 B] ass_and_hands.txt [104.0 B] hair_objects_care.txt [31.0 B] hair_styles_long.txt [38.0 B] body_parts_torso_lower.txt [461.0 B] body_parts_head.txt [102.0 B] breasts_and_other_body_parts_mouth.txt [136.0 B] hair_color_multiple.txt [128.0 B] hair_objects_accessories.txt [213.0 B] ass_misc.txt [121.0 B] face_emotions.txt [629.0 B] ass_anus_anatomy.txt [48.0 B] face_smug_main.txt [4.0 B] hands_where_breasts.txt [191.0 B] face_main.txt [11.0 B] ears_number.txt [10.0 B] hands_where_upper_body.txt [107.0 B] face_misc.txt [155.0 B] hair_styles_short.txt [76.0 B] hands_where_members.txt [52.0 B] eyes_accessories.txt [226.0 B] hair_styles_top.txt [100.0 B] face_looking_at.txt [40.0 B] hair_styles_texture.txt [106.0 B] hair_misc.txt [69.0 B] face_smug.txt [32.0 B] body_parts_torso_upper.txt [214.0 B] face_surprised_scared_sad.txt [128.0 B] eyes_iris_multiple_colors.txt [32.0 B] face_smile_main.txt [5.0 B] face_emotes.txt [309.0 B] face_surprised_scared_sad_main.txt [22.0 B] hair_color.txt [244.0 B] hair_styles_misc.txt [67.0 B] ears_objects.txt [78.0 B] face_smile.txt [138.0 B] 📁 games game_activities_card.txt [56.0 B] game_activities_board.txt [83.0 B] board_games_pieces.txt [57.0 B] game_activities_hand.txt [63.0 B] game_activities_places.txt [40.0 B] board_games_main.txt [101.0 B] game_activities_puzzle.txt [90.0 B] game_activities_mechanical.txt [60.0 B] game_activities_group.txt [258.0 B] 📁 nature and elements tree_parts.txt [51.0 B] fire_forms.txt [47.0 B] water_steam.txt [5.0 B] plant_locations.txt [49.0 B] water_geography_bodies.txt [26.0 B] fire_objects.txt [56.0 B] water_main.txt [17.0 B] water_ice.txt [30.0 B] fire_misc.txt [20.0 B] flowers_main.txt [6.0 B] water_geography_landforms.txt [13.0 B] flowers_species.txt [1.8 KB] tree_action.txt [60.0 B] fire_actions.txt [47.0 B] plant_types.txt [193.0 B] fire_colors.txt [69.0 B] water_misc.txt [190.0 B] fire_main.txt [4.0 B] plant_actions.txt [18.0 B] fire_body_parts.txt [65.0 B] tree_habitats.txt [26.0 B] flowers_misc.txt [368.0 B] plant_parts.txt [100.0 B] water_meteorology.txt [10.0 B] plant_misc.txt [156.0 B] tree_types.txt [160.0 B] tree_misc.txt [52.0 B] 📁 background backgrounds_colors.txt [284.0 B] backgrounds_other.txt [375.0 B] backgrounds_multiple_colors.txt [103.0 B] backgrounds_patterns.txt [292.0 B] 📁 animals dog_misc.txt [95.0 B] birds_real.txt [2.7 KB] animals_types_aquatic_whale.txt [64.0 B] animals_types_aquatic_crustacean.txt [85.0 B] cats_coat.txt [102.0 B] animals_types_dog.txt [11.0 B] animals_types_reptile_and_amphibian.txt [109.0 B] animals_types_large.txt [90.0 B] ears_animal.txt [332.0 B] groups_animals.txt [27.0 B] animals_types_cat.txt [57.0 B] animals_types_insects.txt [288.0 B] cats_felines.txt [102.0 B] cats_behavior.txt [52.0 B] cats_misc.txt [41.0 B] animals_types_medium.txt [110.0 B] animals_types_aquatic_cambrian.txt [60.0 B] animals_types_aquatic_fish.txt [499.0 B] cats_related.txt [570.0 B] animals_categories.txt [58.0 B] dogs_main.txt [3.0 B] cats_breeds.txt [61.0 B] animals_types_rodent.txt [96.0 B] dog_canines.txt [11.0 B] birds_mythological.txt [7.0 B] birds_main.txt [4.0 B] cats_places.txt [99.0 B] dog_related.txt [50.0 B] cats_main.txt [3.0 B] animals_types_aquatic_invertebrate.txt [115.0 B] dog_breeds.txt [486.0 B] 📁 food food_drink_main.txt [638.0 B] food_sexual.txt [220.0 B] food_meat.txt [436.0 B] food_meal.txt [764.0 B] food_sweets_main.txt [23.0 B] food_dairy.txt [228.0 B] food_drink_containers.txt [349.0 B] food_sweets.txt [2.0 KB] food_breads.txt [487.0 B] food_actions.txt [407.0 B] food_main.txt [4.0 B] food_professions_and_establishments.txt [391.0 B] food_condiments.txt [209.0 B] food_misc.txt [90.0 B] food_fruit.txt [761.0 B] food_snacks.txt [82.0 B] food_utensils.txt [922.0 B] food_vegetable.txt [532.0 B] 📁 gesture gestures_one_hand_whole_closed_hand.txt [58.0 B] gestures_one_hand_whole_open_hand.txt [129.0 B] gestures_one_hand_one_open_finger.txt [240.0 B] gestures_two_hands.txt [395.0 B] gestures_one_hand_variable_number_of_open_fingers.txt [178.0 B] gestures_one_hand_two_open_fingers.txt [106.0 B] gestures_other.txt [116.0 B] gestures_one_hand_three_open_fingers.txt [37.0 B] 📁 clothes bra_main.txt [3.0 B] bra_colors.txt [127.0 B] dress_misc.txt [129.0 B] bra_models.txt [155.0 B] bra_multiple_colors.txt [16.0 B] bra_misc.txt [123.0 B] swimsuit_colors.txt [359.0 B] dress_appearance_models.txt [314.0 B] swimsuit_misc.txt [262.0 B] sleeves_styled.txt [55.0 B] dress_appearance_colors.txt [164.0 B] sleeves_lenght.txt [91.0 B] swimsuit_styles.txt [219.0 B] swimsuit_types.txt [371.0 B] dress_appearance_patterns_and_prints.txt [140.0 B] dress_appearance_multiple_colors.txt [34.0 B] sleeves_prints.txt [83.0 B] bra_patterns_and_prints.txt [129.0 B] dress_appearance_other.txt [408.0 B] swimsuit_male.txt [63.0 B] sleeves_lack_thereof.txt [163.0 B] sleeves_misc.txt [85.0 B] sleeves_styles.txt [397.0 B] sleeves_colors.txt [175.0 B] water_clothes.txt [25.0 B] sleeves_trims.txt [107.0 B] 📁 composition image_composition_other_patterns.txt [192.0 B] image_composition_traditional_japanese_patterns.txt [279.0 B] image_composition_focus.txt [296.0 B] image_composition_angle_perspective_depth.txt [159.0 B] image_composition_subject_matter.txt [102.0 B] image_composition_techniques.txt [479.0 B] image_composition_composition.txt [562.0 B] image_composition_framing_body.txt [231.0 B] image_composition_format.txt [1.1 KB] image_composition_flaws.txt [722.0 B] image_composition_styles.txt [279.0 B] 📁 var prints_patterns_specific.txt [235.0 B] prints_patterns.txt [301.0 B] verbs_and_gerunds_gerunds.txt [982.0 B] sports_main.txt [14.0 B] verbs_and_gerunds_ambiguous.txt [160.0 B] verbs_and_gerunds_verbs.txt [3.8 KB] jobs.txt [736.0 B] sports_list.txt [254.0 B] prints_print_items.txt [207.0 B] prints_patterns_things.txt [67.0 B] 📁 colors colors_dominant_specific.txt [151.0 B] colors_dominant_palettes.txt [216.0 B] colors_collections.txt [22.0 B] colors_misc.txt [49.0 B] 📁 audio audio_instruments_other.txt [18.0 B] audio_instruments_keyboard.txt [185.0 B] audio_instruments_strings.txt [304.0 B] audio_instruments_percussion.txt [203.0 B] audio_playback_speakers_and_headphones.txt [178.0 B] audio_playback_players.txt [92.0 B] audio_instruments_brass.txt [93.0 B] audio_playback_other.txt [150.0 B] audio_genre.txt [30.0 B] audio_places.txt [45.0 B] audio_professions.txt [32.0 B] audio_instruments_woodwinds.txt [135.0 B] audio_misc.txt [211.0 B] audio_playback_media.txt [25.0 B] 📁 attire attire_uniforms_and_costumes.txt [778.0 B] attire_jewelry_and_accessories_limbs.txt [356.0 B] attire_legs_and_feet.txt [224.0 B] attire_styles_and_patterns_prints.txt [580.0 B] attire_jewelry_and_accessories_head_and_face.txt [140.0 B] attire_pants_and_bottomwear.txt [456.0 B] attire_traditional_clothing.txt [487.0 B] attire_other.txt [139.0 B] attire_shoes_and_footwear.txt [549.0 B] attire_jewelry_and_accessories_torso_and_misc.txt [207.0 B] attire_jewelry_and_accessories_neck_and_shoulders.txt [160.0 B] attire_shirts_and_topwear.txt [804.0 B] attire_styles_and_patterns_patterns.txt [135.0 B] attire_headwear.txt [163.0 B] attire_swimsuits_and_bodysuits.txt [452.0 B] 📁 focus focus_body_parts.txt [137.0 B] focus_other.txt [22.0 B] focus_objects.txt [120.0 B] focus_gender.txt [23.0 B] 📁 emoji emoji.txt [8.3 KB] 📁 group groups_main.txt [60.0 B] groups_by_gender_girls.txt [62.0 B] groups_everyone.txt [29.0 B] groups_by_gender_other.txt [69.0 B] groups_by_gender_boys.txt [56.0 B] README.md [489.0 B] 📁 nsp 📁 nsp aspect-ratio.txt [327.0 B] iso-stop.txt [122.0 B] portrait-type.txt [472.0 B] water.txt [670.0 B] natl-park.txt [1.6 KB] focal-length.txt [281.0 B] hd.txt [141.0 B] neg-weight.txt [317.0 B] eyecolor.txt [182.0 B] bird.txt [3.9 KB] quantity.txt [79.0 B] forest-type.txt [510.0 B] 3d-terms.txt [631.0 B] tree.txt [560.0 B] rpg-item.txt [11.7 KB] fruit.txt [3.7 KB] dinosaur.txt [6.7 KB] celeb.txt [7.3 KB] hair.txt [680.0 B] animals.txt [24.5 KB] trippy.txt [940.0 B] bodyshape.txt [79.0 B] site.txt [390.0 B] nationality.txt [2.3 KB] style.txt [622.0 B] fish.txt [13.1 KB] details.txt [307.0 B] foods.txt [3.9 KB] scenario-desc.txt [3.8 KB] photo-term.txt [105.0 B] punk.txt [214.0 B] skin-color.txt [168.0 B] f-stop.txt [57.0 B] movement.txt [2.5 KB] landscape-type.txt [3.2 KB] gen-modifier.txt [839.0 B] occupation.txt [1.5 KB] flower.txt [3.1 KB] games.txt [2.1 KB] wh-site.txt [43.9 KB] 📁 nsp-noun noun-beauty.txt [713.0 B] noun-general.txt [10.5 KB] noun-fantasy.txt [1.1 KB] noun-emote.txt [484.0 B] noun-horror.txt [1000.0 B] 📁 nsp-identity identity-young.txt [60.0 B] identity.txt [166.0 B] identity-adult.txt [106.0 B] 📁 nsp-artist artist.txt [33.3 KB] artist-surreal.txt [995.0 B] artist-botanical.txt [554.0 B] 📁 nsp-body body-poor.txt [500.0 B] body-tall.txt [300.0 B] body-fit.txt [430.0 B] body-heavy.txt [576.0 B] body-short.txt [449.0 B] body-shape.txt [356.0 B] body-light.txt [353.0 B] 📁 nsp-gender gender-ext.txt [652.0 B] gender.txt [32.0 B] 📁 nsp-cosmic cosmic-terms.txt [1.7 KB] cosmic-nebula.txt [1.6 KB] cosmic-star.txt [1.1 KB] cosmic-galaxy.txt [881.0 B] 📁 nsp-pop pop-location.txt [1.4 KB] pop-culture.txt [2.8 KB] 📁 nsp-camera camera.txt [2.0 KB] camera-manu.txt [74.0 B] 📁 nsp-color color.txt [11.4 KB] color-palette.txt [1.0 KB] 📁 nsp-adj adj-horror.txt [464.0 B] adj-beauty.txt [771.0 B] adj-general.txt [10.6 KB] adj-architecture.txt [2.2 KB] 📁 nsp-fantasy fantasy-setting.txt [1.8 KB] fantasy-creature.txt [277.0 B] README.md [311.0 B] 📁 parrotzone 📁 tags color.txt [386.0 B] aesthetic.txt [665.0 B] setting.txt [104.0 B] perspective.txt [53.0 B] art-movement.txt [291.0 B] quality.txt [1.0 KB] mood.txt [122.0 B] photography.txt [392.0 B] style.txt [1.9 KB] light.txt [296.0 B] pop-culture.txt [140.0 B] medium.txt [616.0 B] 📁 strength high.txt [2.0 KB] low.txt [548.0 B] med.txt [960.0 B] README.md [168.0 B] 📁 nai README.md [264.0 B] publicprompts.yaml [8.8 KB] 📁 tests 📁 prompts 📁 ui __init__.py test_prompt_writer.py [3.5 KB] test_pnginfo_saver.py [2.8 KB] test_frozenprompt_generator.py [581.0 B] test_helpers.py [5.1 KB] test_generator_builder.py [1.1 KB] test_attention_generator.py [732.0 B] test_callbacks.py conftest.py [3.3 KB] test_paths.py [293.0 B] test_script.py [1.8 KB] 📁 scripts 📁 __pycache__ dynamic_prompting.cpython-310.pyc [286.0 B] dynamic_prompting.py [108.0 B] 📁 sd_dynamic_prompts 📁 __pycache__ dynamic_prompting.cpython-310.pyc [11.3 KB] generator_builder.cpython-310.pyc [6.8 KB] prompt_writer.cpython-310.pyc [2.1 KB] settings.cpython-310.pyc [2.6 KB] frozenprompt_generator.cpython-310.pyc [1.1 KB] wildcards_tab.cpython-310.pyc [7.6 KB] paths.cpython-310.pyc [1.3 KB] pnginfo_saver.cpython-310.pyc [2.1 KB] element_ids.cpython-310.pyc [379.0 B] version_tools.cpython-310.pyc [4.9 KB] __init__.cpython-310.pyc [221.0 B] helpers.cpython-310.pyc [4.4 KB] callbacks.cpython-310.pyc [3.0 KB] helpers.py [4.4 KB] prompt_writer.py [1.7 KB] dynamic_prompting.py [20.2 KB] __init__.py [23.0 B] frozenprompt_generator.py [604.0 B] wildcards_tab.py [9.6 KB] pnginfo_saver.py [2.1 KB] version_tools.py [4.2 KB] element_ids.py [111.0 B] paths.py [1.1 KB] generator_builder.py [8.1 KB] callbacks.py [2.8 KB] attention_generator.py [1.1 KB] settings.py [3.8 KB] 📁 images 📁 tutorial lucky-checkbox.png [9.0 KB] lucky.png [354.5 KB] prompt2.png [275.8 KB] ui-open.png [70.4 KB] prompt4c.png [792.4 KB] ui-closed.png [3.3 KB] prompt1.png [303.3 KB] prompt4a.png [781.3 KB] mech.png [303.9 KB] platinum.png [273.1 KB] prompt4b.png [879.2 KB] install.png [82.1 KB] wildcard_manager.png [89.9 KB] combinatorial.png [13.3 KB] attention-grabber.png [14.6 KB] magicprompt-mechwarrior.png [327.9 KB] magicprompts.png [17.6 KB] surfer.png [406.8 KB] attention.png [367.5 KB] prompt3.png [256.0 KB] artist_wildcards.png [86.3 KB] icon-changelog.png [5.2 KB] installation.png [101.6 KB] icon-tutorial.png [5.8 KB] filmtypes.jpg [214.5 KB] config_autopurge.png [21.4 KB] weighting-colours.png [9.5 MB] magic_prompt.png [55.6 KB] emphasis.png [461.1 KB] config_brackets.png [33.8 KB] write_prompts.png [6.2 KB] feeling-lucky.png [768.4 KB] extension.png [45.2 KB] wildcard_settings.png [38.4 KB] jinja_templates.png [15.9 KB] combinatorial_generation.png [12.9 KB] weighting-us-population.png [8.3 MB] icon-syntax.png [5.9 KB] prompt_editing.jpg [398.5 KB] 📁 javascript dynamic_prompting.js [10.3 KB] dynamic_prompting_hints.js [3.0 KB] 📁 _tools import_noodle_soup_prompts.py [243.0 B] repositories.json [775.0 B] __init__.py download_collections.py [6.8 KB] 📁 docs tutorial.md [14.4 KB] resources.md [11.1 KB] SYNTAX.md [15.1 KB] CHANGELOG.md [19.3 KB] 📁 wildcards lora_downloader.bat [1.2 KB] lora_downloader.py [8.1 KB] color.txt [163.0 B] hair-female.txt [379.0 B] hair-color.txt [207.0 B] theme.txt [9.3 KB] character.txt [657.0 B] full-prompt-fantasy.txt [530.7 KB] hair-male.txt [583.0 B] 待到山花烂漫时.txt [746.0 B] eyecolor.txt [163.0 B] fpf_download_links.txt [9.3 KB] race.txt [158.0 B] 📁 config magicprompt_models.txt [560.0 B] pyproject.toml [761.0 B] README.md [20.8 KB] style.css [1.8 KB] jinja_help.html [2.0 KB] helptext.html [2.6 KB] LICENSE [1.0 KB] package.json [344.0 B] jinja2.md [8.3 KB] install.py [518.0 B] 📁 OneButtonPrompt 📁 csvfiles 📁 special_lists insideshots.csv [249.0 B] objectadditions.csv [338.0 B] miniactivity.csv [91.0 B] backgroundtypes.csv [713.0 B] animaladditions.csv [56.0 B] humanadditions.csv [547.0 B] buildhair.csv [410.0 B] overalladditions.csv [1.4 KB] minilocationadditions.csv [249.0 B] buildoutfit.csv [685.0 B] photoadditions.csv [10.0 B] buildaccessorie.csv [364.0 B] imagetypemodes.csv [165.0 B] animalsuffixadditions.csv [341.0 B] 📁 templates templates.csv [137.6 KB] styles.csv [11.5 KB] 📁 config default_config.csv [2.7 KB] foods.csv [7.9 KB] accessories.csv [1.8 KB] lenses.csv [213.0 B] greatworks.csv [226.0 B] minilocations.csv [230.0 B] body_types.csv [365.0 B] poemlines.csv [21.8 KB] imagetypequality.csv [94.0 B] cultures.csv [1.9 KB] humanoids.csv [1.1 KB] containers.csv [278.0 B] focus.csv [135.0 B] directions.csv [302.0 B] cameras.csv [313.0 B] artmovements.csv [3.9 KB] human_activities.csv [2.3 KB] firstnames.csv [20.1 KB] malefemale.csv [43.0 B] genderdescription.csv [74.0 B] jobs.csv [4.1 KB] seasons.csv [37.0 B] patterns.csv [570.0 B] concept_suffix.csv [1008.0 B] emojis.csv [330.0 B] rpgclasses.csv [129.0 B] vehicles.csv [1.3 KB] outfits.csv [7.2 KB] vomit.csv [1.9 KB] fictional characters.csv [10.0 KB] waterlocations.csv [297.0 B] concept_prefix.csv [1.0 KB] timeperiods.csv [368.0 B] descriptors.csv [6.1 KB] space.csv [2.0 KB] moods.csv [387.0 B] elaborateoutfits.csv [3.1 KB] songlines.csv [23.2 KB] events.csv [9.2 KB] imagetypes.csv [499.0 B] musicgenres.csv [324.0 B] brands.csv [760.0 B] materials.csv [990.0 B] minivomit.csv [264.0 B] manwoman.csv [88.0 B] objects.csv [3.7 KB] quality.csv [560.0 B] artists_and_category.csv [610.1 KB] nonfictional characters.csv [24.7 KB] manwomanrelations.csv [222.0 B] shotsizes.csv [800.0 B] colorscheme.csv [918.0 B] minioutfits.csv [44.0 B] othertypes.csv [4.2 KB] buildings.csv [2.4 KB] devmessages.csv [2.3 KB] artists.csv [54.5 KB] animals.csv [3.3 KB] locations.csv [9.4 KB] prints.csv [91.0 B] chairs.csv [420.0 B] poses.csv [1.2 KB] flora.csv [1.1 KB] lighting.csv [681.0 B] haircolors.csv [208.0 B] colors.csv [1.1 KB] hairstyles.csv [1.2 KB] 📁 scripts 📁 __pycache__ onebuttonprompt.cpython-310.pyc [37.9 KB] api.cpython-310.pyc [2.7 KB] api.py [2.6 KB] onebuttonprompt.py [55.6 KB] 📁 automated_outputs 📁 txt2img this_is_where_txt2img_files_lands.txt [100.0 B] 📁 extras this_is_where_extras_files_lands.txt [100.0 B] 📁 img2img this_is_where_img2img_files_lands.txt [100.0 B] 📁 prompts this_is_where_prompt_files_lands.txt [100.0 B] 📁 upscale_me this_is_where_you_should_place_images_to_upscale.txt [237.0 B] 📁 user_guides override_subject_and_infinite_variations.md [8.7 KB] comfyui_integration.md [3.3 KB] the_next_generation_img2img_and_controlnet.md [7.8 KB] my_first_generation.md [11.5 KB] workflow_assist_and_prompt_variant_mode.md [8.7 KB] one_button_run_and_upscale.md [12.4 KB] templates.md [8.2 KB] prompt_generation_modes.md [11.0 KB] wildcards_and_dynamic_prompts_extension.md [4.7 KB] prompt_compounder_and_regional_prompter_to_create_insane_images.md [17.9 KB] custom_files.md [3.4 KB] config_file.md [4.5 KB] 📁 comfyui_workflow_examples SDX_OBP_NoRefiner.json [20.7 KB] SDXL_Insanity_Variants.json [52.1 KB] SDXL_OBP_Refiner.json [30.4 KB] 📁 userfiles custom_input_prefix_sample.csv personal_artists_sample.csv [105.0 B] add own csv files here.txt [2.0 KB] vehicles_addon_sample.csv [10.0 B] custom_input_suffix_sample.csv antilist_sample.csv [21.0 B] vehicles_replace_sample.csv [38.0 B] custom_input_mid_sample.csv styles_ti_lora_sample.csv [306.0 B] custom_subjects_sample.csv [7.0 B] config.csv [2.7 KB] 📁 images background.png [3.7 MB] 📁 __pycache__ build_dynamic_prompt.cpython-310.pyc [57.1 KB] csv_reader.cpython-310.pyc [3.9 KB] call_img2img.cpython-310.pyc [4.5 KB] model_lists.cpython-310.pyc [2.2 KB] main.cpython-310.pyc [7.0 KB] random_functions.cpython-310.pyc [2.2 KB] call_txt2img.cpython-310.pyc [6.6 KB] call_extras.cpython-310.pyc [2.2 KB] main.py [14.7 KB] call_txt2img.py [13.9 KB] build_dynamic_prompt.py [128.3 KB] call_extras.py [3.7 KB] csv_reader.py [6.7 KB] promptvarianttester.py [860.0 B] model_lists.py [3.3 KB] __init__.py [373.0 B] upscaler.py [567.0 B] README.md [17.4 KB] call_img2img.py [8.7 KB] prompttester.py [1.9 KB] LICENSE [34.3 KB] OneButtonPromptNodes.py [16.6 KB] random_functions.py [2.9 KB] 📁 ===更多插件==== 📁 AnimateDiff模型和lora 📁 2、ComfyUI 📁 WIN & MAC 通用安装包 ComfyUI_windows_portable_nvidia_cu118_or_cpu.7z [1.4 GB] 📁 ComfyUI AnimateDiff工作流 txt2img latent upscale (partial denoise on upscale).png [454.4 KB] txt2img w ControlNet-stabilized latent-upscale (partial denoise on upscale, Scaled Soft ControlNet Weights) 48 frame animation with 16 context_length (uniform).png [645.8 KB] txt2img w latent upscale (partial denoise on upscale) - PanLeft and ZoomOut Motion LoRAs.png [477.8 KB] txt2img.png [260.9 KB] txt2img - 48 frame animation with 16 context_length (uniform).png [271.5 KB] txt2img w Initial ControlNet input (using OpenPose images) + latent upscale w full denoise, 48 frame animation with 16 context_length (uniform).png [662.0 KB] txt2img - (prompt travel).png [327.3 KB] txt2img - 32 frame animation with 16 context_length (uniform) - PanLeft and ZoomOut Motion LoRAs.png [362.6 KB] txt2img w Initial ControlNet input (using Normal LineArt preprocessor on first txt2img 48 frame as an example) 48 frame animation with 16 context_length (uniform).png [454.8 KB] txt2img w latent upscale (full denoise on upscale) - 48 frame animation with 16 context_length (uniform).png [468.4 KB] txt2img - (prompt travel) 48 frame animation with 16 context_length (uniform).png [377.0 KB] txt2img w ControlNet-stabilized latent-upscale (partial denoise on upscale, Scaled Soft ControlNet Weights).png [635.1 KB] txt2img w Initial ControlNet input (using OpenPose images) + latent upscale w full denoise.png [661.1 KB] txt2img w latent upscale (partial denoise on upscale) - 48 frame animation with 16 context_length (uniform).png [464.9 KB] txt2img w Initial ControlNet input (using Normal LineArt preprocessor on first txt2img as an example).png [444.3 KB] txt2img w latent upscale (full denoise on upscale).png [453.6 KB] 📁 4、如果安装使用如果出现问题 📁 ffmpeg 请部署ffmpeg.jpg [385.3 KB] ffmpeg-master-latest-win64-gpl.zip [127.7 MB] 📁 1、AnimateDiff模型和lora 📁 V2 V3运动模型 放置位置.txt [926.0 B] mm_sd15_v2.safetensors [866.8 MB] mm_sd15_v3.safetensors [797.9 MB] mm_sd_v15_v2.ckpt [1.7 GB] 📁 专属运动镜头lora模型 v2_lora_PanRight.ckpt [73.9 MB] 放置位置.txt [733.0 B] v2_lora_RollingAnticlockwise.ckpt [73.9 MB] v2_lora_ZoomOut.ckpt [73.9 MB] v2_lora_TiltDown.ckpt [73.9 MB] v2_lora_RollingClockwise.ckpt [73.9 MB] v2_lora_TiltUp.ckpt [73.9 MB] v2_lora_PanLeft.ckpt [73.9 MB] v2_lora_ZoomIn.ckpt [73.9 MB] 📁 3、代码版AnimateDiff 📁 工作流参考格式 test.json [695.0 B] 安装使用教程.txt [67.0 B] 📁 汉化与英汉插件 📁 汉化 📁 stable-diffusion-webui-localization-zh_Hans-master 📁 stable-diffusion-webui-localization-zh_Hans-master 📁 localizations zh-Hans (Stable) [vladmandic].json [429.8 KB] zh-Hans (Stable).json [428.7 KB] zh-Hans (Testing).json [503.0 KB] zh-Hans (Testing) [vladmandic].json [504.1 KB] LICENSE [33.8 KB] README.md [1.9 KB] 📁 双语 📁 sd-webui-bilingual-localization-main 📁 scripts bilingual_localization_helper.py [2.3 KB] 📁 javascript bilingual_localization.js [16.6 KB] README_ZH.md [3.5 KB] LICENSE [1.0 KB] README.md [3.6 KB] README_JA.md [4.3 KB] 📁 sd-webui-depth-libdepth library插件+900款不同手部动作的模型 📁 maps 📁 pp_hands_05 pp_hands_05_29.png [52.1 KB] pp_hands_05_37.png [62.1 KB] pp_hands_05_10.png [85.4 KB] pp_hands_05_03.png [76.4 KB] pp_hands_05_02.png [69.8 KB] pp_hands_05_31.png [79.5 KB] pp_hands_05_14.png [67.8 KB] pp_hands_05_08.png [84.4 KB] pp_hands_05_07.png [71.0 KB] pp_hands_05_25.png [69.9 KB] pp_hands_05_24.png [66.4 KB] pp_hands_05_13.png [71.9 KB] pp_hands_05_09.png [90.9 KB] pp_hands_05_33.png [55.3 KB] pp_hands_05_18.png [55.9 KB] pp_hands_05_12.png [87.6 KB] pp_hands_05_32.png [54.6 KB] pp_hands_05_26.png [64.1 KB] pp_hands_05_36.png [67.7 KB] pp_hands_05_35.png [72.6 KB] pp_hands_05_28.png [58.6 KB] pp_hands_05_16.png [71.8 KB] pp_hands_05_21.png [67.9 KB] pp_hands_05_30.png [70.0 KB] pp_hands_05_05.png [82.0 KB] pp_hands_05_38.png [67.3 KB] pp_hands_05_17.png [57.3 KB] pp_hands_05_06.png [96.1 KB] pp_hands_05_20.png [67.3 KB] pp_hands_05_34.png [55.2 KB] pp_hands_05_19.png [68.3 KB] pp_hands_05_22.png [59.7 KB] pp_hands_05_23.png [63.2 KB] pp_hands_05_39.png [71.6 KB] pp_hands_05_27.png [62.0 KB] pp_hands_05_11.png [61.0 KB] pp_hands_05_15.png [64.6 KB] pp_hands_05_01.png [68.4 KB] pp_hands_05_04.png [83.7 KB] 📁 pp_hands_72 pp_hands_72_11.png [108.5 KB] pp_hands_72_12.png [103.6 KB] pp_hands_72_10.png [68.2 KB] pp_hands_72_16.png [135.7 KB] pp_hands_72_17.png [106.4 KB] pp_hands_72_09.png [112.1 KB] pp_hands_72_18.png [100.8 KB] pp_hands_72_19.png [101.1 KB] pp_hands_72_15.png [102.0 KB] pp_hands_72_08.png [130.1 KB] pp_hands_72_02.png [108.2 KB] pp_hands_72_01.png [103.3 KB] pp_hands_72_13.png [125.3 KB] pp_hands_72_04.png [111.3 KB] pp_hands_72_03.png [91.6 KB] pp_hands_72_14.png [130.5 KB] pp_hands_72_05.png [119.5 KB] pp_hands_72_06.png [117.5 KB] pp_hands_72_07.png [93.5 KB] 📁 pp_hands_34 pp_hands_34_17.png [68.2 KB] pp_hands_34_01.png [74.6 KB] pp_hands_34_06.png [60.3 KB] pp_hands_34_29.png [65.0 KB] pp_hands_34_32.png [30.1 KB] pp_hands_34_03.png [71.9 KB] pp_hands_34_45.png [70.5 KB] pp_hands_34_12.png [61.3 KB] pp_hands_34_43.png [70.6 KB] pp_hands_34_36.png [45.5 KB] pp_hands_34_34.png [74.8 KB] pp_hands_34_35.png [65.6 KB] pp_hands_34_33.png [58.9 KB] pp_hands_34_40.png [78.1 KB] pp_hands_34_42.png [65.5 KB] pp_hands_34_28.png [59.4 KB] pp_hands_34_44.png [64.2 KB] pp_hands_34_14.png [56.5 KB] pp_hands_34_08.png [64.7 KB] pp_hands_34_20.png [68.8 KB] pp_hands_34_31.png [65.3 KB] pp_hands_34_05.png [65.2 KB] pp_hands_34_49.png [44.6 KB] pp_hands_34_13.png [72.8 KB] pp_hands_34_19.png [56.8 KB] pp_hands_34_09.png [60.8 KB] pp_hands_34_48.png [43.8 KB] pp_hands_34_39.png [64.4 KB] pp_hands_34_46.png [76.1 KB] pp_hands_34_37.png [44.3 KB] pp_hands_34_38.png [48.4 KB] pp_hands_34_22.png [69.4 KB] pp_hands_34_47.png [72.8 KB] pp_hands_34_30.png [46.1 KB] pp_hands_34_26.png [48.0 KB] pp_hands_34_02.png [86.7 KB] pp_hands_34_24.png [71.2 KB] pp_hands_34_27.png [65.8 KB] pp_hands_34_04.png [65.8 KB] pp_hands_34_41.png [73.3 KB] pp_hands_34_15.png [66.5 KB] pp_hands_34_07.png [69.1 KB] pp_hands_34_25.png [66.3 KB] pp_hands_34_23.png [75.7 KB] pp_hands_34_11.png [80.7 KB] pp_hands_34_10.png [55.6 KB] pp_hands_34_18.png [53.6 KB] pp_hands_34_21.png [56.1 KB] pp_hands_34_16.png [80.1 KB] 📁 pp_hands_20 pp_hands_20_08.png [57.0 KB] pp_hands_20_41.png [64.8 KB] pp_hands_20_19.png [65.1 KB] pp_hands_20_16.png [68.2 KB] pp_hands_20_24.png [75.8 KB] pp_hands_20_13.png [68.6 KB] pp_hands_20_04.png [66.2 KB] pp_hands_20_31.png [88.0 KB] pp_hands_20_22.png [62.1 KB] pp_hands_20_43.png [50.1 KB] pp_hands_20_21.png [63.6 KB] pp_hands_20_42.png [81.5 KB] pp_hands_20_20.png [55.2 KB] pp_hands_20_03.png [98.8 KB] pp_hands_20_26.png [71.3 KB] pp_hands_20_07.png [92.3 KB] pp_hands_20_33.png [65.0 KB] pp_hands_20_32.png [72.0 KB] pp_hands_20_30.png [56.8 KB] pp_hands_20_05.png [80.6 KB] pp_hands_20_12.png [55.2 KB] pp_hands_20_29.png [62.7 KB] pp_hands_20_06.png [73.0 KB] pp_hands_20_15.png [63.2 KB] pp_hands_20_01.png [98.6 KB] pp_hands_20_37.png [69.8 KB] pp_hands_20_44.png [50.7 KB] pp_hands_20_28.png [30.6 KB] pp_hands_20_27.png [58.9 KB] pp_hands_20_23.png [65.7 KB] pp_hands_20_40.png [77.0 KB] pp_hands_20_25.png [92.2 KB] pp_hands_20_18.png [98.0 KB] pp_hands_20_36.png [56.3 KB] pp_hands_20_17.png [81.3 KB] pp_hands_20_02.png [73.3 KB] pp_hands_20_14.png [60.5 KB] pp_hands_20_35.png [53.0 KB] pp_hands_20_34.png [69.8 KB] pp_hands_20_11.png [64.2 KB] pp_hands_20_39.png [62.6 KB] pp_hands_20_38.png [62.9 KB] pp_hands_20_09.png [58.6 KB] pp_hands_20_10.png [60.1 KB] 📁 pp_hands_01 pp_hands01_10.png [35.5 KB] pp_hands01_31.png [68.2 KB] pp_hands01_32.png [57.1 KB] pp_hands01_07.png [54.0 KB] pp_hands01_05.png [51.1 KB] pp_hands01_35.png [61.0 KB] pp_hands01_43.png [31.9 KB] pp_hands01_38.png [53.4 KB] pp_hands01_02.png [80.6 KB] pp_hands01_42.png [62.0 KB] pp_hands01_01.png [70.5 KB] pp_hands01_08.png [56.0 KB] pp_hands01_12.png [58.2 KB] pp_hands01_15.png [66.7 KB] pp_hands01_36.png [51.0 KB] pp_hands01_28.png [43.3 KB] pp_hands01_30.png [61.6 KB] pp_hands01_06.png [58.4 KB] pp_hands01_11.png [61.8 KB] pp_hands01_40.png [43.7 KB] pp_hands01_21.png [42.7 KB] pp_hands01_25.png [63.7 KB] pp_hands01_23.png [42.0 KB] pp_hands01_26.png [62.7 KB] pp_hands01_33.png [37.2 KB] pp_hands01_20.png [42.0 KB] pp_hands01_14.png [66.0 KB] pp_hands01_16.png [74.5 KB] pp_hands01_44.png [45.9 KB] pp_hands01_37.png [58.1 KB] pp_hands01_39.png [35.8 KB] pp_hands01_19.png [68.8 KB] pp_hands01_18.png [54.5 KB] pp_hands01_22.png [55.9 KB] pp_hands01_17.png [60.5 KB] pp_hands01_09.png [35.2 KB] pp_hands01_24.png [34.6 KB] pp_hands01_03.png [79.4 KB] pp_hands01_27.png [53.9 KB] pp_hands01_34.png [85.2 KB] pp_hands01_04.png [52.6 KB] pp_hands01_41.png [45.9 KB] pp_hands01_13.png [43.5 KB] pp_hands01_29.png [38.9 KB] 📁 pp_hands_38 pp_hands_38_29.png [36.9 KB] pp_hands_38_39.png [52.9 KB] pp_hands_38_30.png [72.4 KB] pp_hands_38_35.png [69.2 KB] pp_hands_38_41.png [56.7 KB] pp_hands_38_31.png [70.5 KB] pp_hands_38_19.png [52.4 KB] pp_hands_38_33.png [53.0 KB] pp_hands_38_03.png [75.7 KB] pp_hands_38_36.png [77.4 KB] pp_hands_38_08.png [55.0 KB] pp_hands_38_24.png [52.1 KB] pp_hands_38_11.png [49.6 KB] pp_hands_38_26.png [81.4 KB] pp_hands_38_16.png [65.8 KB] pp_hands_38_12.png [63.1 KB] pp_hands_38_14.png [66.3 KB] pp_hands_38_28.png [49.7 KB] pp_hands_38_06.png [52.4 KB] pp_hands_38_25.png [69.0 KB] pp_hands_38_10.png [68.6 KB] pp_hands_38_23.png [45.3 KB] pp_hands_38_01.png [80.6 KB] pp_hands_38_32.png [60.9 KB] pp_hands_38_20.png [53.5 KB] pp_hands_38_17.png [73.3 KB] pp_hands_38_21.png [63.9 KB] pp_hands_38_07.png [59.2 KB] pp_hands_38_38.png [62.1 KB] pp_hands_38_43.png [44.6 KB] pp_hands_38_18.png [67.9 KB] pp_hands_38_04.png [54.6 KB] pp_hands_38_15.png [55.9 KB] pp_hands_38_22.png [64.0 KB] pp_hands_38_02.png [63.5 KB] pp_hands_38_42.png [45.6 KB] pp_hands_38_09.png [56.5 KB] pp_hands_38_40.png [69.1 KB] pp_hands_38_34.png [63.7 KB] pp_hands_38_27.png [66.9 KB] pp_hands_38_37.png [50.5 KB] pp_hands_38_05.png [56.7 KB] pp_hands_38_13.png [57.3 KB] 📁 pp_hands_23 pp_hands_23_25.png [63.3 KB] pp_hands_23_03).png [87.5 KB] pp_hands_23_35.png [53.3 KB] pp_hands_23_31.png [80.8 KB] pp_hands_23_41.png [60.7 KB] pp_hands_23_10.png [73.8 KB] pp_hands_23_13.png [66.4 KB] pp_hands_23_29.png [42.6 KB] pp_hands_23_32.png [84.3 KB] pp_hands_23_28.png [41.1 KB] pp_hands_23_14.png [70.2 KB] pp_hands_23_18.png [56.2 KB] pp_hands_23_12.png [52.4 KB] pp_hands_23_09.png [83.1 KB] pp_hands_23_26.png [76.0 KB] pp_hands_23_44.png [66.5 KB] pp_hands_23_42.png [51.6 KB] pp_hands_23_36.png [67.3 KB] pp_hands_23_34.png [61.2 KB] pp_hands_23_45.png [62.5 KB] pp_hands_23_16.png [41.6 KB] pp_hands_23_20.png [81.4 KB] pp_hands_23_30.png [68.0 KB] pp_hands_23_33.png [98.6 KB] pp_hands_23_23.png [76.3 KB] pp_hands_23_40.png [58.8 KB] pp_hands_23_01.png [82.6 KB] pp_hands_23_43.png [83.8 KB] pp_hands_23_07.png [106.7 KB] pp_hands_23_37.png [47.4 KB] pp_hands_23_04.png [57.2 KB] pp_hands_23_17.png [65.6 KB] pp_hands_23_05.png [68.2 KB] pp_hands_23_02.png [91.0 KB] pp_hands_23_11.png [48.0 KB] pp_hands_23_39.png [58.9 KB] pp_hands_23_22.png [65.3 KB] pp_hands_23_24.png [55.0 KB] pp_hands_23_38.png [47.1 KB] pp_hands_23_06.png [79.4 KB] pp_hands_23_08.png [80.3 KB] pp_hands_23_15.png [57.1 KB] pp_hands_23_27.png [61.8 KB] pp_hands_23_19.png [81.7 KB] pp_hands_23_21.png [70.0 KB] 📁 pp_hands_27 pp_hands_27_17.png [58.2 KB] pp_hands_27_10.png [71.2 KB] pp_hands_27_08.png [54.0 KB] pp_hands_27_31.png [97.3 KB] pp_hands_27_12.png [63.4 KB] pp_hands_27_13.png [51.7 KB] pp_hands_27_07.png [46.6 KB] pp_hands_27_25.png [69.0 KB] pp_hands_27_15.png [60.5 KB] pp_hands_27_22.png [52.5 KB] pp_hands_27_24.png [48.6 KB] pp_hands_27_36.png [72.6 KB] pp_hands_27_35.png [53.0 KB] pp_hands_27_21.png [62.8 KB] pp_hands_27_37.png [62.2 KB] pp_hands_27_43.png [77.8 KB] pp_hands_27_30.png [61.0 KB] pp_hands_27_19.png [72.5 KB] pp_hands_27_39.png [56.7 KB] pp_hands_27_40.png [35.6 KB] pp_hands_27_16.png [61.0 KB] pp_hands_27_28.png [50.9 KB] pp_hands_27_41.png [44.1 KB] pp_hands_27_27.png [49.6 KB] pp_hands_27_20.png [75.0 KB] pp_hands_27_05.png [76.7 KB] pp_hands_27_01.png [60.1 KB] pp_hands_27_33.png [77.5 KB] pp_hands_27_18.png [75.1 KB] pp_hands_27_32.png [80.2 KB] pp_hands_27_23.png [63.1 KB] pp_hands_27_29.png [76.8 KB] pp_hands_27_34.png [59.7 KB] pp_hands_27_09.png [72.0 KB] pp_hands_27_14.png [57.5 KB] pp_hands_27_06.png [48.6 KB] pp_hands_27_03.png [56.7 KB] pp_hands_27_38.png [74.9 KB] pp_hands_27_11.png [72.8 KB] pp_hands_27_04.png [64.7 KB] pp_hands_27_26.png [67.1 KB] pp_hands_27_02.png [61.9 KB] pp_hands_27_42.png [55.1 KB] pp_hands_27_44.png [62.0 KB] 📁 pp_hands_11 pp_hands_11_45.png [36.2 KB] pp_hands_11_03.png [78.3 KB] pp_hands_11_43.png [62.1 KB] pp_hands_11_02.png [74.2 KB] pp_hands_11_15.png [59.9 KB] pp_hands_11_42.png [44.1 KB] pp_hands_11_04.png [34.9 KB] pp_hands_11_25.png [64.6 KB] pp_hands_11_26.png [58.3 KB] pp_hands_11_24.png [53.3 KB] pp_hands_11_33.png [40.2 KB] pp_hands_11_05.png [59.9 KB] pp_hands_11_06.png [43.8 KB] pp_hands_11_38.png [47.6 KB] pp_hands_11_23.png [72.7 KB] pp_hands_11_44.png [63.0 KB] pp_hands_11_07.png [32.1 KB] pp_hands_11_41.png [36.3 KB] pp_hands_11_31.png [33.2 KB] pp_hands_11_27.png [72.9 KB] pp_hands_11_40.png [69.8 KB] pp_hands_11_01.png [78.6 KB] pp_hands_11_39.png [54.9 KB] pp_hands_11_47.png [40.4 KB] pp_hands_11_48.png [58.5 KB] pp_hands_11_35.png [77.2 KB] pp_hands_11_46.png [39.3 KB] pp_hands_11_37.png [43.3 KB] pp_hands_11_09.png [74.7 KB] pp_hands_11_13.png [33.4 KB] pp_hands_11_20.png [51.5 KB] pp_hands_11_36.png [55.2 KB] pp_hands_11_12.png [49.4 KB] pp_hands_11_11.png [61.5 KB] pp_hands_11_17.png [66.1 KB] pp_hands_11_29.png [61.1 KB] pp_hands_11_28.png [61.0 KB] pp_hands_11_18.png [54.5 KB] pp_hands_11_30.png [57.8 KB] pp_hands_11_21.png [38.3 KB] pp_hands_11_32.png [43.7 KB] pp_hands_11_19.png [36.9 KB] pp_hands_11_22.png [63.9 KB] pp_hands_11_10.png [70.1 KB] pp_hands_11_08.png [71.1 KB] pp_hands_11_16.png [47.8 KB] pp_hands_11_34.png [65.7 KB] pp_hands_11_14.png [43.8 KB] 📁 pp_hands_43 pp_hands_43_12.png [74.8 KB] pp_hands_43_42.png [73.9 KB] pp_hands_43_15.png [67.5 KB] pp_hands_43_21.png [84.3 KB] pp_hands_43_17.png [80.9 KB] pp_hands_43_02.png [80.8 KB] pp_hands_43_18.png [78.4 KB] pp_hands_43_08.png [69.7 KB] pp_hands_43_40.png [65.1 KB] pp_hands_43_38.png [77.0 KB] pp_hands_43_11.png [66.6 KB] pp_hands_43_43.png [53.4 KB] pp_hands_43_44.png [64.7 KB] pp_hands_43_33.png [72.4 KB] pp_hands_43_34.png [71.9 KB] pp_hands_43_09.png [63.2 KB] pp_hands_43_04.png [91.4 KB] pp_hands_43_29.png [44.5 KB] pp_hands_43_31.png [58.7 KB] pp_hands_43_16.png [68.1 KB] pp_hands_43_10.png [71.4 KB] pp_hands_43_41.png [59.9 KB] pp_hands_43_28.png [61.7 KB] pp_hands_43_36.png [79.7 KB] pp_hands_43_06.png [61.8 KB] pp_hands_43_14.png [62.5 KB] pp_hands_43_05.png [68.7 KB] pp_hands_43_26.png [66.3 KB] pp_hands_43_07.png [63.3 KB] pp_hands_43_01.png [81.7 KB] pp_hands_43_03.png [102.8 KB] pp_hands_43_30.png [54.4 KB] pp_hands_43_37.png [66.1 KB] pp_hands_43_22.png [75.4 KB] pp_hands_43_27.png [71.3 KB] pp_hands_43_25.png [57.8 KB] pp_hands_43_39.png [80.4 KB] pp_hands_43_32.png [61.8 KB] pp_hands_43_35.png [67.3 KB] pp_hands_43_13.png [63.1 KB] pp_hands_43_23.png [71.6 KB] pp_hands_43_19.png [79.1 KB] pp_hands_43_20.png [64.2 KB] pp_hands_43_24.png [50.4 KB] 📁 pp_hands_62 pp_hands_62_14.png [87.8 KB] pp_hands_62_03.png [151.8 KB] pp_hands_62_18.png [97.8 KB] pp_hands_62_09.png [109.7 KB] pp_hands_62_06.png [115.7 KB] pp_hands_62_04.png [118.6 KB] pp_hands_62_17.png [136.4 KB] pp_hands_62_01.png [152.0 KB] pp_hands_62_15.png [94.1 KB] pp_hands_62_13.png [115.8 KB] pp_hands_62_10.png [112.9 KB] pp_hands_62_16.png [151.5 KB] pp_hands_62_11.png [101.7 KB] pp_hands_62_05.png [108.6 KB] pp_hands_62_07.png [119.1 KB] pp_hands_62_02.png [126.1 KB] pp_hands_62_08.png [116.5 KB] pp_hands_62_12.png [113.1 KB] 📁 pp_hands_02 pp_hands_02_16.png [71.8 KB] pp_hands_02_14.png [71.9 KB] pp_hands_02_06.png [79.6 KB] pp_hands_02_27.png [49.3 KB] pp_hands_02_15.png [92.2 KB] pp_hands_02_19.png [66.1 KB] pp_hands_02_09.png [60.0 KB] pp_hands_02_03.png [90.7 KB] pp_hands_02_08.png [72.1 KB] pp_hands_02_21.png [53.2 KB] pp_hands_02_02.png [83.5 KB] pp_hands_02_13.png [69.7 KB] pp_hands_02_17.png [65.0 KB] pp_hands_02_28.png [62.2 KB] pp_hands_02_24.png [55.3 KB] pp_hands_02_29.png [73.4 KB] pp_hands_02_18.png [68.3 KB] pp_hands_02_23.png [63.2 KB] pp_hands_02_12).png [64.8 KB] pp_hands_02_20.png [60.0 KB] pp_hands_02_32.png [64.5 KB] pp_hands_02_36.png [77.3 KB] pp_hands_02_31.png [77.4 KB] pp_hands_02_42.png [74.4 KB] pp_hands_02_11.png [65.3 KB] pp_hands_02_07.png [47.9 KB] pp_hands_02_04.png [95.5 KB] pp_hands_02_38.png [87.8 KB] pp_hands_02_26.png [59.4 KB] pp_hands_02_37.png [80.5 KB] pp_hands_02_35.png [84.6 KB] pp_hands_02_39.png [65.3 KB] pp_hands_02_33.png [76.1 KB] pp_hands_02_30.png [74.3 KB] pp_hands_02_25.png [54.8 KB] pp_hands_02_01.png [61.3 KB] pp_hands_02_22.png [62.1 KB] pp_hands_02_10.png [72.8 KB] pp_hands_02_41.png [78.3 KB] pp_hands_02_40.png [74.6 KB] pp_hands_02_34.png [64.2 KB] pp_hands_02_05.png [76.6 KB] 📁 pp_hands_03 pp_hands_03_33.png [72.1 KB] pp_hands_03_37.png [71.2 KB] pp_hands_03_35.png [55.8 KB] pp_hands_03_16.png [47.7 KB] pp_hands_03_24.png [85.2 KB] pp_hands_03_11.png [68.0 KB] pp_hands_03_04.png [71.4 KB] pp_hands_03_36.png [65.9 KB] pp_hands_03_32.png [88.5 KB] pp_hands_03_38.png [58.6 KB] pp_hands_03_02.png [61.1 KB] pp_hands_03_31.png [58.2 KB] pp_hands_03_17.png [52.1 KB] pp_hands_03_27.png [74.6 KB] pp_hands_03_01.png [75.0 KB] pp_hands_03_26.png [69.6 KB] pp_hands_03_15.png [47.2 KB] pp_hands_03_21.png [53.1 KB] pp_hands_03_34.png [54.1 KB] pp_hands_03_14.png [53.7 KB] pp_hands_03_10.png [50.5 KB] pp_hands_03_09.png [74.4 KB] pp_hands_03_20.png [64.7 KB] pp_hands_03_30.png [44.1 KB] pp_hands_03_03.png [70.7 KB] pp_hands_03_18.png [52.3 KB] pp_hands_03_22.png [63.7 KB] pp_hands_03_05.png [70.4 KB] pp_hands_03_12.png [60.4 KB] pp_hands_03_23.png [61.2 KB] pp_hands_03_06.png [56.8 KB] pp_hands_03_28.png [66.4 KB] pp_hands_03_13.png [61.6 KB] pp_hands_03_07.png [83.7 KB] pp_hands_03_25.png [83.0 KB] pp_hands_03_19.png [43.8 KB] pp_hands_03_29.png [70.5 KB] pp_hands_03_08.png [57.9 KB] 📁 pp_hands_49 pp_hands_49_11.png [97.9 KB] pp_hands_49_21.png [65.8 KB] pp_hands_49_10.png [102.6 KB] pp_hands_49_04.png [111.5 KB] pp_hands_49_12.png [93.7 KB] pp_hands_49_16.png [94.4 KB] pp_hands_49_20.png [71.5 KB] pp_hands_49_14.png [70.3 KB] pp_hands_49_01.png [96.4 KB] pp_hands_49_05.png [79.5 KB] pp_hands_49_02.png [97.0 KB] pp_hands_49_13.png [94.9 KB] pp_hands_49_19.png [72.6 KB] pp_hands_49_07.png [94.5 KB] pp_hands_49_03.png [91.9 KB] pp_hands_49_18.png [64.4 KB] pp_hands_49_06.png [95.3 KB] pp_hands_49_17.png [87.0 KB] pp_hands_49_15.png [55.3 KB] pp_hands_49_08.png [80.7 KB] pp_hands_49_09.png [110.5 KB] 📁 pp_hands_17 pp_hands_17_08.png [70.1 KB] pp_hands_17_15.png [83.0 KB] pp_hands_17_41.png [79.0 KB] pp_hands_17_21.png [75.4 KB] pp_hands_17_14.png [71.7 KB] pp_hands_17_33.png [69.5 KB] pp_hands_17_39.png [48.3 KB] pp_hands_17_45.png [52.9 KB] pp_hands_17_31.png [55.8 KB] pp_hands_17_27.png [63.1 KB] pp_hands_17_44.png [90.3 KB] pp_hands_17_43.png [61.4 KB] pp_hands_17_25.png [66.8 KB] pp_hands_17_18.png [71.3 KB] pp_hands_17_42.png [72.5 KB] pp_hands_17_26.png [67.0 KB] pp_hands_17_37.png [91.7 KB] pp_hands_17_12.png [60.5 KB] pp_hands_17_17.png [88.8 KB] pp_hands_17_13.png [61.4 KB] pp_hands_17_40.png [69.0 KB] pp_hands_17_09.png [82.0 KB] pp_hands_17_22.png [72.8 KB] pp_hands_17_20.png [82.4 KB] pp_hands_17_19.png [82.0 KB] pp_hands_17_38.png [66.6 KB] pp_hands_17_16.png [69.6 KB] pp_hands_17_11.png [61.8 KB] pp_hands_17_02.png [87.7 KB] pp_hands_17_23.png [83.6 KB] pp_hands_17_03.png [79.1 KB] pp_hands_17_36.png [68.9 KB] pp_hands_17_34.png [85.9 KB] pp_hands_17_01.png [102.0 KB] pp_hands_17_10.png [70.8 KB] pp_hands_17_04.png [70.1 KB] pp_hands_17_32.png [94.0 KB] pp_hands_17_24.png [75.5 KB] pp_hands_17_28.png [71.7 KB] pp_hands_17_35.png [67.0 KB] pp_hands_17_06.png [72.9 KB] pp_hands_17_05.png [81.8 KB] pp_hands_17_07.png [65.7 KB] pp_hands_17_29.png [73.3 KB] pp_hands_17_30.png [63.6 KB] 📁 hands bowl_open.png [125.0 KB] bene_2.png [131.3 KB] point_side_a.png [134.7 KB] fist_side_a.png [126.3 KB] 3_spread_front.png [146.1 KB] fist_front.png [128.0 KB] 5_front.png [144.1 KB] 2_front.png [142.6 KB] fist_side_b.png [123.4 KB] knuckle_crack.png [67.3 KB] fist_bottom.png [140.2 KB] bowl.png [131.0 KB] YEAH_ROCK_b.png [141.1 KB] 5_back.png [149.1 KB] 2_close_back.png [138.1 KB] 3_spread_back.png [138.7 KB] point_front.png [124.0 KB] 4_back.png [147.8 KB] fist_top.png [133.9 KB] 3_close_back.png [139.9 KB] YEAH_ROCK_a.png [139.0 KB] 2_back.png [137.5 KB] birdie.png [133.5 KB] 1_back.png [133.4 KB] 1_front.png [139.1 KB] 3_close_front.png [143.6 KB] point_side_b.png [138.6 KB] heart_half.png [138.9 KB] 2_close_front.png [142.4 KB] bene_1.png [131.8 KB] 4_front.png [151.8 KB] 📁 pp_hands_54 pp_hands_54_07.png [58.8 KB] pp_hands_54_08.png [77.8 KB] pp_hands_54_21.png [97.6 KB] pp_hands_54_15.png [79.3 KB] pp_hands_54_13.png [110.0 KB] pp_hands_54_03.png [101.4 KB] pp_hands_54_09.png [103.3 KB] pp_hands_54_02.png [109.4 KB] pp_hands_54_06.png [69.5 KB] pp_hands_54_19.png [71.0 KB] pp_hands_54_16.png [70.5 KB] pp_hands_54_11.png [112.4 KB] pp_hands_54_05.png [102.1 KB] pp_hands_54_12.png [109.1 KB] pp_hands_54_10.png [113.0 KB] pp_hands_54_01.png [90.0 KB] pp_hands_54_04.png [103.5 KB] pp_hands_54_18.png [69.4 KB] pp_hands_54_22.png [86.2 KB] pp_hands_54_14.png [81.1 KB] pp_hands_54_20.png [83.9 KB] pp_hands_54_17.png [94.8 KB] 📁 pp_hands_53 pp_hands_53_09.png [81.9 KB] pp_hands_53_03.png [66.8 KB] pp_hands_53_05.png [79.3 KB] pp_hands_53_17.png [83.0 KB] pp_hands_53_15.png [79.4 KB] pp_hands_53_16.png [84.0 KB] pp_hands_53_12.png [112.6 KB] pp_hands_53_11.png [91.1 KB] pp_hands_53_10.png [82.2 KB] pp_hands_53_14.png [79.6 KB] pp_hands_53_02.png [78.5 KB] pp_hands_53_07.png [83.3 KB] pp_hands_53_06.png [68.2 KB] pp_hands_53_19.png [68.4 KB] pp_hands_53_01.png [92.1 KB] pp_hands_53_08.png [79.7 KB] pp_hands_53_04.png [90.6 KB] pp_hands_53_18.png [90.4 KB] pp_hands_53_13.png [75.5 KB] 📁 pp_hands_07 pp_hands_07_41.png [88.5 KB] pp_hands_07_03.png [83.4 KB] pp_hands_07_26.png [63.1 KB] pp_hands_07_09.png [56.1 KB] pp_hands_07_21.png [50.7 KB] pp_hands_07_17.png [56.1 KB] pp_hands_07_31.png [61.4 KB] pp_hands_07_30.png [63.5 KB] pp_hands_07_38.png [42.3 KB] pp_hands_07_32.png [82.0 KB] pp_hands_07_04.png [67.5 KB] pp_hands_07_02.png [85.4 KB] pp_hands_07_23.png [54.8 KB] pp_hands_07_11.png [97.6 KB] pp_hands_07_05 .png [95.8 KB] pp_hands_07_40.png [66.1 KB] pp_hands_07_22.png [48.1 KB] pp_hands_07_15.png [65.1 KB] pp_hands_07_35.png [80.5 KB] pp_hands_07_20.png [58.2 KB] pp_hands_07_25.png [59.2 KB] pp_hands_07_28.png [45.6 KB] pp_hands_07_13.png [58.0 KB] pp_hands_07_10.png [81.1 KB] pp_hands_07_18.png [83.1 KB] pp_hands_07_33.png [100.2 KB] pp_hands_07_16.png [76.0 KB] pp_hands_07_08.png [56.4 KB] pp_hands_07_01.png [76.3 KB] pp_hands_07_06.png [83.1 KB] pp_hands_07_42.png [48.4 KB] pp_hands_07_12.png [54.3 KB] pp_hands_07_34.png [45.4 KB] pp_hands_07_39.png [53.3 KB] pp_hands_07_29.png [68.9 KB] pp_hands_07_36.png [84.2 KB] pp_hands_07_37.png [48.4 KB] pp_hands_07_44.png [50.3 KB] pp_hands_07_19.png [76.7 KB] pp_hands_07_07.png [94.8 KB] pp_hands_07_14.png [66.8 KB] pp_hands_07_24.png [73.7 KB] pp_hands_07_27.png [62.2 KB] pp_hands_07_43.png [47.9 KB] 📁 pp_hands_74 pp_hands_74_03.png [149.2 KB] pp_hands_74_07.png [143.2 KB] pp_hands_74_14.png [112.9 KB] pp_hands_74_08.png [147.1 KB] pp_hands_74_04.png [134.5 KB] pp_hands_74_12.png [212.8 KB] pp_hands_74_02.png [107.8 KB] pp_hands_74_06.png [144.3 KB] pp_hands_74_13.png [111.6 KB] pp_hands_74_11.png [142.7 KB] pp_hands_74_09.png [176.9 KB] pp_hands_74_05.png [121.6 KB] pp_hands_74_01.png [184.2 KB] pp_hands_74_10.png [199.8 KB] 📁 pp_hands_09 pp_hands_09_31.png [70.0 KB] pp_hands_09_04.png [47.4 KB] pp_hands_09_13.png [60.8 KB] pp_hands_09_16.png [54.0 KB] pp_hands_09_29.png [86.2 KB] pp_hands_09_01.png [71.9 KB] pp_hands_09_05.png [54.3 KB] pp_hands_09_32.png [88.2 KB] pp_hands_09_14.png [68.1 KB] pp_hands_09_08.png [95.3 KB] pp_hands_09_10.png [90.4 KB] pp_hands_09_06.png [61.7 KB] pp_hands_09_23.png [63.9 KB] pp_hands_09_15.png [57.1 KB] pp_hands_09_28.png [90.3 KB] pp_hands_09_40.png [56.1 KB] pp_hands_09_27.png [65.5 KB] pp_hands_09_20.png [74.9 KB] pp_hands_09_12.png [63.4 KB] pp_hands_09_19.png [86.8 KB] pp_hands_09_24.png [69.3 KB] pp_hands_09_03.png [60.7 KB] pp_hands_09_38.png [70.6 KB] pp_hands_09_09.png [88.8 KB] pp_hands_09_25.png [57.3 KB] pp_hands_09_36.png [72.3 KB] pp_hands_09_39.png [65.7 KB] pp_hands_09_22.png [76.2 KB] pp_hands_09_33.png [70.3 KB] pp_hands_09_21.png [65.2 KB] pp_hands_09_07.png [82.8 KB] pp_hands_09_17.png [52.6 KB] pp_hands_09_02.png [71.7 KB] pp_hands_09_37.png [74.5 KB] pp_hands_09_34.png [73.3 KB] pp_hands_09_11.png [90.3 KB] pp_hands_09_30.png [77.3 KB] pp_hands_09_26.png [65.7 KB] pp_hands_09_18.png [69.4 KB] pp_hands_09_35.png [60.0 KB] 📁 pp_hands_63 pp_hands_63_16.png [104.2 KB] pp_hands_63_03.png [93.1 KB] pp_hands_63_15.png [93.1 KB] pp_hands_63_13.png [96.0 KB] pp_hands_63_06.png [91.5 KB] pp_hands_63_12.png [91.0 KB] pp_hands_63_14.png [106.7 KB] pp_hands_63_05.png [63.3 KB] pp_hands_63_02.png [162.1 KB] pp_hands_63_04.png [131.2 KB] pp_hands_63_08.png [77.9 KB] pp_hands_63_10.png [92.5 KB] pp_hands_63_07.png [71.1 KB] pp_hands_63_01.png [175.8 KB] pp_hands_63_11.png [92.3 KB] pp_hands_63_18.png [93.0 KB] pp_hands_63_17.png [65.8 KB] pp_hands_63_09.png [129.3 KB] 📁 pp_hands_04 pp_hands_04_17.png [103.4 KB] pp_hands_04_05.png [99.1 KB] pp_hands_04_27.png [76.5 KB] pp_hands_04_08.png [87.1 KB] pp_hands_04_07.png [74.8 KB] pp_hands_04_26.png [58.1 KB] pp_hands_04_29.png [50.9 KB] pp_hands_04_28.png [68.8 KB] pp_hands_04_33.png [67.5 KB] pp_hands_04_23.png [76.2 KB] pp_hands_04_30.png [73.9 KB] pp_hands_04_20.png [70.7 KB] pp_hands_04_36.png [66.7 KB] pp_hands_04_09.png [75.1 KB] pp_hands_04_25.png [72.0 KB] pp_hands_04_04.png [101.4 KB] pp_hands_04_06.png [82.4 KB] pp_hands_04_02.png [104.5 KB] pp_hands_04_31.png [71.3 KB] pp_hands_04_34.png [66.8 KB] pp_hands_04_35.png [54.6 KB] pp_hands_04_03.png [105.8 KB] pp_hands_04_16.png [71.6 KB] pp_hands_04_12.png [92.3 KB] pp_hands_04_01.png [82.9 KB] pp_hands_04_18.png [77.9 KB] pp_hands_04_19.png [76.9 KB] pp_hands_04_13.png [68.1 KB] pp_hands_04_24.png [62.5 KB] pp_hands_04_21.png [64.5 KB] pp_hands_04_14.png [67.4 KB] pp_hands_04_15.png [73.1 KB] pp_hands_04_10.png [68.8 KB] pp_hands_04_32.png [66.6 KB] pp_hands_04_11.png [95.0 KB] pp_hands_04_22.png [61.3 KB] pp_hands_04_37.png [46.9 KB] 📁 pp_hands_50 pp_hands_50_04.png [108.8 KB] pp_hands_50_13.png [103.7 KB] pp_hands_50_22.png [91.5 KB] pp_hands_50_14.png [102.2 KB] pp_hands_50_12.png [81.0 KB] pp_hands_50_02.png [73.7 KB] pp_hands_50_18.png [97.7 KB] pp_hands_50_11.png [68.3 KB] pp_hands_50_03.png [63.7 KB] pp_hands_50_08.png [91.4 KB] pp_hands_50_09.png [112.5 KB] pp_hands_50_17.png [61.3 KB] pp_hands_50_07.png [80.2 KB] pp_hands_50_05.png [90.2 KB] pp_hands_50_21.png [74.2 KB] pp_hands_50_16.png [78.6 KB] pp_hands_50_06.png [56.7 KB] pp_hands_50_20.png [67.8 KB] pp_hands_50_10.png [91.2 KB] pp_hands_50_01.png [98.3 KB] pp_hands_50_15.png [67.6 KB] pp_hands_50_19.png [101.0 KB] 📁 pp_hands_73 pp_hands_73_12.png [132.8 KB] pp_hands_73_09.png [125.5 KB] pp_hands_73_07.png [141.9 KB] pp_hands_73_10.png [138.7 KB] pp_hands_73_02.png [159.8 KB] pp_hands_73_04.png [140.6 KB] pp_hands_73_14.png [169.8 KB] pp_hands_73_13.png [128.1 KB] pp_hands_73_11.png [153.9 KB] pp_hands_73_05.png [120.4 KB] pp_hands_73_03.png [137.1 KB] pp_hands_73_15.png [150.0 KB] pp_hands_73_06.png [116.7 KB] pp_hands_73_01.png [128.4 KB] pp_hands_73_08.png [127.2 KB] 📁 pp_hands_58 pp_hands_58_21.png [99.2 KB] pp_hands_58_07.png [65.6 KB] pp_hands_58_15.png [53.4 KB] pp_hands_58_03.png [37.5 KB] pp_hands_58_06.png [93.3 KB] pp_hands_58_14.png [61.8 KB] pp_hands_58_13.png [92.7 KB] pp_hands_58_19.png [71.5 KB] pp_hands_58_17.png [66.2 KB] pp_hands_58_05.png [80.6 KB] pp_hands_58_11.png [87.9 KB] pp_hands_58_01.png [64.9 KB] pp_hands_58_18.png [57.2 KB] pp_hands_58_10.png [82.4 KB] pp_hands_58_16.png [45.2 KB] pp_hands_58_09.png [62.7 KB] pp_hands_58_20.png [48.9 KB] pp_hands_58_02.png [60.3 KB] pp_hands_58_12.png [75.7 KB] pp_hands_58_08.png [39.8 KB] pp_hands_58_22.png [72.0 KB] pp_hands_58_04.png [61.1 KB] pp_hands_58_24.png [51.4 KB] pp_hands_58_23.png [69.1 KB] 📁 pp_hands_12 pp_hands_12_37.png [43.4 KB] pp_hands_12_24.png [41.2 KB] pp_hands_12_34.png [66.7 KB] pp_hands_12_30.png [67.2 KB] pp_hands_12_43.png [40.1 KB] pp_hands_12_32.png [68.7 KB] pp_hands_12_14.png [63.8 KB] pp_hands_12_21.png [79.3 KB] pp_hands_12_01.png [65.2 KB] pp_hands_12_42.png [67.3 KB] pp_hands_12_04.png [83.5 KB] pp_hands_12_16.png [60.2 KB] pp_hands_12_05.png [68.9 KB] pp_hands_12_07.png [78.4 KB] pp_hands_12_40.png [61.6 KB] pp_hands_12_28.png [51.8 KB] pp_hands_12_06.png [68.9 KB] pp_hands_12_12.png [54.1 KB] pp_hands_12_15.png [59.4 KB] pp_hands_12_08.png [45.0 KB] pp_hands_12_11.png [55.4 KB] pp_hands_12_29.png [59.7 KB] pp_hands_12_23.png [58.4 KB] pp_hands_12_10.png [43.2 KB] pp_hands_12_31.png [41.0 KB] pp_hands_12_41.png [64.4 KB] pp_hands_12_25.png [56.8 KB] pp_hands_12_22.png [57.2 KB] pp_hands_12_09.png [41.9 KB] pp_hands_12_33.png [65.8 KB] pp_hands_12_03.png [65.5 KB] pp_hands_12_39.png [81.5 KB] pp_hands_12_26.png [65.0 KB] pp_hands_12_19.png [65.4 KB] pp_hands_12_38.png [63.7 KB] pp_hands_12_36.png [48.7 KB] pp_hands_12_13.png [64.8 KB] pp_hands_12_27.png [38.4 KB] pp_hands_12_02.png [60.9 KB] pp_hands_12_17.png [68.0 KB] pp_hands_12_20.png [64.9 KB] pp_hands_12_35.png [49.9 KB] pp_hands_12_18.png [64.6 KB] 📁 pp_hands_75 pp_hands_75_03.png [119.3 KB] pp_hands_75_02.png [104.5 KB] pp_hands_75_12.png [113.0 KB] pp_hands_75_18.png [114.7 KB] pp_hands_75_14.png [112.9 KB] pp_hands_75_15.png [108.4 KB] pp_hands_75_19.png [110.0 KB] pp_hands_75_16.png [132.8 KB] pp_hands_75_13.png [109.8 KB] pp_hands_75_09.png [125.9 KB] pp_hands_75_07.png [96.4 KB] pp_hands_75_05.png [83.4 KB] pp_hands_75_01.png [112.4 KB] pp_hands_75_08.png [110.6 KB] pp_hands_75_04.png [89.5 KB] pp_hands_75_10.png [152.3 KB] pp_hands_75_11.png [127.2 KB] pp_hands_75_17.png [131.6 KB] pp_hands_75_06.png [121.2 KB] 📁 shapes star.png [10.1 KB] hexagon.png [7.8 KB] circle.png [8.8 KB] square.png [2.9 KB] 📁 scripts 📁 __pycache__ main.cpython-310.pyc [3.5 KB] main.py [3.0 KB] 📁 images ui.png [735.6 KB] 📁 javascript fabric.js [305.9 KB] main.js [6.9 KB] 安装方法.txt [158.0 B] LICENSE [1.1 KB] README.md [788.0 B] 📁 sd-webui-infinite-image-browsing 📁 vue 📁 dist 📁 assets TagSearch-ffd782da.css [5.4 KB] numInput-4a49c95e.js [92.9 KB] globalSetting-5b1ac0d1.js [8.4 KB] globalSetting-40971f83.css [7.0 KB] MatchedImageGrid-d1916e98.js [2.9 KB] hook-7e629e37.js [2.5 KB] emptyStartup-feba1fd7.css [4.4 KB] numInput-a08c6857.css [123.2 KB] TagSearch-735f95ac.js [12.9 KB] fullScreenContextMenu-73df97d0.css [5.0 KB] SubstrSearch-9d37606f.css [624.0 B] FileItem-eb45abcf.css [46.4 KB] SubstrSearch-b4fe9735.js [4.0 KB] shortcut-9fed83c2.css [5.2 KB] stackView-e261750c.js [11.8 KB] index-d55a76b1.css [17.0 KB] FileItem-8394fb78.js [68.6 KB] index-f4bbe4b8.css [18.0 KB] shortcut-911a6445.js [7.7 KB] ImgSliPagePane-ddd42d8b.js [253.0 B] index-cc731081.js [709.2 KB] antd.dark-35e9b327.js [593.0 KB] index-04bf0fce.css [131.3 KB] sample-55dcafc6.webp [130.0 KB] batchDownload-58c3c778.js [1.9 KB] fullScreenContextMenu-d94d841d.js [20.1 KB] batchDownload-08be3fc5.css [446.0 B] db-66d20dea.js [846.0 B] stackView-6a9bcb83.css [3.3 KB] emptyStartup-94a685e9.js [11.7 KB] MatchedImageGrid-4f83f417.css [570.0 B] vite.svg [1.5 KB] index.html [894.0 B] 📁 src-tauri 📁 icons Square89x89Logo.png [7.7 KB] Square284x284Logo.png [47.5 KB] icon.png [128.7 KB] Square71x71Logo.png [5.5 KB] Square310x310Logo.png [54.9 KB] 128x128@2x.png [39.8 KB] 32x32.png [1.8 KB] StoreLogo.png [3.4 KB] icon.ico [52.6 KB] Square44x44Logo.png [2.8 KB] Square30x30Logo.png [1.6 KB] 128x128.png [13.2 KB] icon.icns [777.1 KB] Square150x150Logo.png [16.7 KB] Square107x107Logo.png [10.1 KB] Square142x142Logo.png [15.4 KB] 📁 src main.rs [3.0 KB] Cargo.lock [108.7 KB] build.rs [37.0 B] Cargo.toml [741.0 B] tauri.conf.json [1.2 KB] 📁 src 📁 page 📁 fileTransfer fullScreenContextMenu.vue [9.5 KB] fileSort.ts [2.6 KB] hook.tsx [33.1 KB] stackView.vue [10.2 KB] walker.ts [2.1 KB] useResize.ts [8.6 KB] 📁 taskRecord autoComplete.ts [2.6 KB] 📁 ImgSli ImgSliComparePane.vue [1.7 KB] ImgSliDrawer.vue [1.1 KB] ImgSliSide.vue [1.1 KB] DraggingPort.vue [4.1 KB] ImgSliPagePane.vue [326.0 B] 📁 SplitViewTab SplitViewTab.vue [4.6 KB] extraPathControlFunc.ts [1.8 KB] emptyStartup.vue [8.8 KB] edgeTrigger.vue [2.5 KB] 📁 globalSetting sample.webp [130.0 KB] globalSetting.vue [4.7 KB] ImageSetting.vue [1.8 KB] 📁 batchDownload batchDownload.vue [3.0 KB] 📁 TagSearch SubstrSearch.vue [5.4 KB] MatchedImageGrid.vue [4.3 KB] hook.ts [2.2 KB] TagSearch.vue [9.5 KB] 📁 util tauriAppConf.ts [358.0 B] file.ts [2.0 KB] env.ts [97.0 B] mixin.scss [131.0 B] path.ts [1.7 KB] shortcut.ts [373.0 B] index.ts [4.3 KB] 📁 icon index.ts [38.0 B] 📁 api type.ts [900.0 B] index.ts [3.5 KB] files.ts [1.2 KB] db.ts [3.0 KB] 📁 i18n en.ts [9.8 KB] zh-hant.ts [9.1 KB] index.ts [836.0 B] zh-hans.ts [9.1 KB] de.ts [5.8 KB] 📁 store useImgSli.ts [775.0 B] useTagStore.ts [1.5 KB] useBatchDownloadStore.ts [442.0 B] useGlobalStore.ts [6.0 KB] 📁 components numInput.vue [469.0 B] ContextMenu.vue [3.1 KB] FileItem.vue [9.1 KB] functionalCallableComp.tsx [1.8 KB] main.ts [1.5 KB] App.vue [1.6 KB] index.scss [4.3 KB] queryActions.ts [1.1 KB] taurilaunchModal.tsx [2.5 KB] 📁 public vite.svg [1.5 KB] tsconfig.node.json [253.0 B] index.html [734.0 B] package.json [1.4 KB] index.tpl.js [5.0 KB] components.d.ts [2.3 KB] env.d.ts [140.0 B] vite-env-override.d.ts [305.0 B] build.ts [771.0 B] yarn.lock [122.4 KB] tsconfig.json [739.0 B] vite.config.ts [1.3 KB] README.md [1.6 KB] 📁 scripts 📁 iib 📁 __pycache__ api.cpython-310.pyc [24.7 KB] tool.cpython-310.pyc [14.3 KB] logger.cpython-310.pyc [661.0 B] 📁 db 📁 __pycache__ datamodel.cpython-310.pyc [19.7 KB] update_image_data.cpython-310.pyc [3.1 KB] update_image_data.py [4.6 KB] datamodel.py [20.5 KB] tool.py [15.6 KB] logger.py [545.0 B] api.py [27.5 KB] 📁 __pycache__ iib_setup.cpython-310.pyc [2.3 KB] iib_setup.py [3.0 KB] 📁 javascript index.js [5.8 KB] 📁 zip_temp install.py [1.2 KB] README-zh.md [7.2 KB] app.py [7.7 KB] iib.db [56.0 KB] README.md [8.0 KB] requirements.txt [56.0 B] LICENSE [1.0 KB] style.css [51.0 B] log.log [31.5 KB] 📁 sd-webui-additional-networks 📁 scripts 📁 __pycache__ lora_compvis.cpython-310.pyc [13.7 KB] model_util.cpython-310.pyc [9.7 KB] addnet_xyz_grid_support.cpython-310.pyc [6.0 KB] safetensors_hack.cpython-310.pyc [3.9 KB] additional_networks.cpython-310.pyc [11.1 KB] util.cpython-310.pyc [580.0 B] metadata_editor.cpython-310.pyc [16.2 KB] addnet_xyz_grid_support.py [6.8 KB] metadata_editor.py [23.0 KB] util.py [259.0 B] safetensors_hack.py [4.3 KB] lora_compvis.py [26.8 KB] model_util.py [11.1 KB] additional_networks.py [17.1 KB] 📁 __pycache__ preload.cpython-310.pyc [496.0 B] 📁 javascript additional_networks.js [1.2 KB] 📁 models 📁 lora hashes.json.lock hashes.json [34.9 KB] style.css [279.0 B] preload.py [199.0 B] _typos.toml [198.0 B] LICENSE.txt [33.7 KB] README.md [14.2 KB] 📁 openpose-editor 📁 scripts 📁 openpose 📁 __pycache__ util.cpython-310.pyc [5.0 KB] model.cpython-310.pyc [6.1 KB] body.cpython-310.pyc [7.2 KB] body.py [10.8 KB] util.py [7.4 KB] model.py [8.6 KB] 📁 __pycache__ main.cpython-310.pyc [5.8 KB] main.py [5.4 KB] 📁 javascript fabric.js [305.9 KB] main.js [27.1 KB] 📁 images スクリーンショット 2023-02-19 131430.png [124.5 KB] 📁 configs README.en.md [970.0 B] README.zh-cn.md [1.3 KB] README.md [1.3 KB] LICENSE [1.0 KB] _typos.toml [213.0 B] 📁 sd-webui-cutoff 📁 scripts 📁 cutofflib 📁 __pycache__ sdhook.cpython-310.pyc [8.2 KB] utils.cpython-310.pyc [526.0 B] embedding.cpython-310.pyc [7.1 KB] xyz.cpython-310.pyc [4.3 KB] sdhook.py [9.2 KB] utils.py [166.0 B] embedding.py [6.8 KB] xyz.py [3.7 KB] 📁 __pycache__ cutoff.cpython-310.pyc [6.7 KB] cutoff.py [8.0 KB] 📁 images sample-3.png [1.2 MB] cover.jpg [1.9 MB] idea.png [67.5 KB] sample-1.png [5.7 MB] sample-2.png [992.8 KB] LICENSE [12.0 B] README.md [6.9 KB] 📁 ultimate-upscale-for-automatic1111 📁 scripts 📁 __pycache__ ultimate-upscale.cpython-310.pyc [16.3 KB] ultimate-upscale.py [23.7 KB] LICENSE [34.3 KB] README.md [2.9 KB] 📁 sd-webui-reactor 📁 scripts 📁 __pycache__ reactor_faceswap.cpython-310.pyc [15.7 KB] reactor_globals.cpython-310.pyc [742.0 B] reactor_version.cpython-310.pyc [411.0 B] console_log_patch.cpython-310.pyc [4.0 KB] reactor_logger.cpython-310.pyc [1.6 KB] reactor_helpers.cpython-310.pyc [3.8 KB] reactor_api.cpython-310.pyc [5.2 KB] reactor_swapper.cpython-310.pyc [10.2 KB] reactor_version.py [209.0 B] reactor_logger.py [1.5 KB] reactor_faceswap.py [29.8 KB] reactor_globals.py [426.0 B] reactor_swapper.py [17.4 KB] reactor_api.py [4.7 KB] reactor_helpers.py [4.5 KB] console_log_patch.py [4.8 KB] 📁 example insightface-0.7.3-cp310-cp310-win_amd64.whl [822.0 KB] IamSFW.jpg [484.0 KB] api_example.py [3.8 KB] api_external.json [763.9 KB] api_external.curl [764.1 KB] LICENSE [33.7 KB] README_RU.md [29.7 KB] install.py [4.9 KB] README.md [19.7 KB] requirements.txt [59.0 B] API.md [2.7 KB] last_device.txt [3.0 B] 📁 sd-webui-animatediff 📁 scripts 📁 __pycache__ animatediff_ui.cpython-310.pyc [8.6 KB] animatediff_cn.cpython-310.pyc [17.8 KB] animatediff_prompt.cpython-310.pyc [3.7 KB] animatediff_mm.cpython-310.pyc [6.9 KB] animatediff_latent.cpython-310.pyc [2.6 KB] animatediff.cpython-310.pyc [4.5 KB] animatediff_logger.cpython-310.pyc [1.3 KB] animatediff_output.cpython-310.pyc [7.7 KB] animatediff_infotext.cpython-310.pyc [949.0 B] animatediff_infv2v.cpython-310.pyc [12.1 KB] animatediff_lora.cpython-310.pyc [2.6 KB] animatediff_latent.py [3.3 KB] animatediff_lora.py [2.6 KB] animatediff_ui.py [12.2 KB] animatediff_prompt.py [4.2 KB] animatediff_logger.py [1.2 KB] animatediff_infotext.py [580.0 B] animatediff.py [4.8 KB] animatediff_mm.py [8.1 KB] animatediff_cn.py [31.5 KB] animatediff_output.py [10.3 KB] animatediff_infv2v.py [19.9 KB] 📁 model mm_sd_v15_v2.ckpt [1.7 GB] 📁 __pycache__ motion_module.cpython-310.pyc [14.7 KB] 📁 javascript hints.js [1.6 KB] README.md [22.8 KB] motion_module.py [24.1 KB] mm_zoo.json [1.2 KB] 📁 sd-webui-stablesr 📁 scripts 📁 __pycache__ stablesr.cpython-310.pyc [10.0 KB] stablesr.py [12.1 KB] 📁 srmodule 📁 __pycache__ attn.cpython-310.pyc [3.2 KB] spade.cpython-310.pyc [5.4 KB] struct_cond.cpython-310.pyc [7.3 KB] colorfix.cpython-310.pyc [3.3 KB] attn.py [3.9 KB] colorfix.py [4.1 KB] struct_cond.py [11.1 KB] spade.py [7.3 KB] 📁 tools extract_vaecfw.py [514.0 B] extract_srmodule.py [465.0 B] 📁 models stablesr_webui_sd-v2-1-512-ema-000117.ckpt [402.6 MB] webui_768v_139.ckpt [402.6 MB] LICENSE2 [20.4 KB] README_CN.md [10.9 KB] README.md [11.6 KB] LICENSE [1.7 KB] 📁 LightDiffusionFlow 📁 scripts 📁 __pycache__ lightdiffusionflow_version.cpython-310.pyc [240.0 B] lightdiffusionflow_config.cpython-310.pyc [9.7 KB] state_settings.cpython-310.pyc [1.3 KB] state_api.cpython-310.pyc [25.6 KB] lightdiffusionflow_config.py [11.1 KB] state_api.py [43.4 KB] lightdiffusionflow_version.py [38.0 B] state_settings.py [1.2 KB] 📁 LICENSES Licenses.md [1.1 KB] 📁 javascript state.ext.general.js [14.8 KB] state.store.js [1.5 KB] state.constants.js [102.0 B] state.core.js [28.8 KB] state.app.js [95.0 B] state.utils.js [20.4 KB] 📁 example lightflow艺术二维码.flow [12.6 KB] Product Design_线稿-工业产品.flow [55.2 KB] README.md [3.1 KB] CONTRIBUTING.md [1.5 KB] README_CN.md [2.7 KB] LICENSE [35.2 KB] ChangeLog.md [3.5 KB] install.py [113.0 B] style.css [408.0 B] 📁 sd-webui-prompt-all-in-one 📁 styles 📁 extensions 📁 Webui 📁 images code.svg [1.2 KB] 其它.svg [1.5 KB] 开始.svg [983.0 B] 画面.svg [898.0 B] 场景.svg [982.0 B] 表情动作.svg [850.0 B] favorite_l.svg [1.5 KB] 魔法系.svg [3.6 KB] lan.svg [1.2 KB] 环境.svg [1.3 KB] d.svg [500.0 B] 镜头.svg [1.9 KB] 汉服.svg [1.4 KB] 服饰.svg [1.0 KB] 反向提示词.svg [942.0 B] 物品.svg [850.0 B] 人物.svg [1.2 KB] updown.svg [1017.0 B] favorite.svg [1.5 KB] manifest.json [292.0 B] style.min.css [13.5 KB] 📁 hide-tag-btns-weight style.min.css [129.0 B] style.less [156.0 B] manifest.json [281.0 B] 📁 hide-group-tags-en-text style.min.css [111.0 B] style.less [120.0 B] manifest.json [301.0 B] 📁 hide-tag-local style.less [87.0 B] style.min.css [78.0 B] manifest.json [340.0 B] 📁 tag-btns-right style.min.css [129.0 B] style.less [144.0 B] manifest.json [328.0 B] 📁 hide-tag-btns-blacklist manifest.json [287.0 B] style.less [167.0 B] style.min.css [138.0 B] 📁 tag-group-tweak style.min.css [236.0 B] style.less [460.0 B] manifest.json [229.0 B] 📁 hide-tag-btns manifest.json [242.0 B] style.less [125.0 B] style.min.css [115.0 B] 📁 minimalist style.less [15.2 KB] style.min.css [7.6 KB] manifest.json [153.0 B] 📁 hide-tag-btns-weight-brackets style.min.css [529.0 B] manifest.json [302.0 B] style.less [291.0 B] 📁 hide-tag-extra-network-popup style.min.css [60.0 B] manifest.json [266.0 B] style.less [70.0 B] 📁 left-input style.min.css [654.0 B] style.less [615.0 B] manifest.json [363.0 B] 📁 tag-weight-character manifest.json [241.0 B] style.min.css [479.0 B] style.less [761.0 B] 📁 line-breaks-new-line style.less [88.0 B] style.min.css [62.0 B] manifest.json [409.0 B] 📁 full-input style.less [96.0 B] style.min.css [87.0 B] manifest.json [342.0 B] 📁 weaken-keywords style.less [2.2 KB] manifest.json [211.0 B] style.min.css [1.7 KB] 📁 MyStyle-shuai manifest.json [126.0 B] style.min.css [45.4 KB] 📁 hide-input-dropdown style.min.css [59.0 B] manifest.json [396.0 B] style.less [69.0 B] 📁 setting-btns-top manifest.json [267.0 B] style.less [116.0 B] style.min.css [101.0 B] README.MD [2.5 KB] demo.zip [6.3 KB] 📁 icons unfold.svg [587.0 B] favorite.svg [1.5 KB] remove.svg [1.3 KB] remove-space.svg [481.0 B] close.svg [309.0 B] clear.svg [848.0 B] refresh.svg [2.6 KB] use.svg [1.9 KB] weight-braces-dec.svg [1.4 KB] translate.svg [1.5 KB] setting.svg [2.9 KB] about.svg [1.1 KB] weight-brackets-inc.svg [634.0 B] sun.svg [2.4 KB] theme.svg [1.6 KB] reset.svg [946.0 B] tooltip.svg [559.0 B] weight-parentheses-dec.svg [789.0 B] moon.svg [859.0 B] weight-braces-inc.svg [1.6 KB] favorite-yes.svg [1.5 KB] wrap.svg [344.0 B] loading.svg [1.6 KB] disabled.svg [564.0 B] chatgpt.svg [1.7 KB] hotkey.svg [424.0 B] history.svg [1.6 KB] enable.svg [499.0 B] copy.svg [1.1 KB] i18n.svg [2.1 KB] favorite-no.svg [1.5 KB] github.svg [1.0 KB] weight-brackets-dec.svg [513.0 B] english.svg [924.0 B] blacklist.svg [793.0 B] api.svg [1.7 KB] input.svg [915.0 B] format.svg [717.0 B] weight-parentheses-inc.svg [910.0 B] animate.less [104.6 KB] main.less [237.9 KB] vue3-colorpicker.css [34.3 KB] tippy.css [1.4 KB] animate.min.css [77.7 KB] toastr.min.css [6.3 KB] main.min.css [211.1 KB] 📁 src 📁 src 📁 mixins 📁 phystonPrompt tagMixin.js [23.1 KB] dropMixin.js [6.5 KB] groupTagsMixin.js [6.8 KB] headerMixin.js [23.3 KB] commonMixin.js [3.5 KB] languageMixin.js [7.6 KB] 📁 components packagesState.vue [5.8 KB] selectLanguage.vue [1.8 KB] phystonPrompt.vue [76.6 KB] promptFormat.vue [3.5 KB] vue-number-input.vue [6.1 KB] favorite.vue [10.8 KB] iconSvg.vue [2.2 KB] hotkey.vue [5.1 KB] highlightPrompt.vue [3.6 KB] translateSetting.vue [16.7 KB] extensionCss.vue [3.9 KB] about.vue [5.8 KB] blacklist.vue [6.8 KB] history.vue [11.6 KB] extraNetworksPopup.vue [8.8 KB] chatgptPrompt.vue [10.5 KB] 📁 utils splitTags.js [9.3 KB] favorite.js [2.9 KB] common.js [18.7 KB] history.js [3.4 KB] historyItem.js [2.8 KB] favoriteItem.js [2.8 KB] gradioAPI.js [5.6 KB] App.vue [47.6 KB] main.js [2.3 KB] globals.js [730.0 B] README.md [650.0 B] index.html [331.0 B] package.json [707.0 B] vite.config.js [1.2 KB] 📁 scripts 📁 physton_prompt 📁 translators 📁 __pycache__ server.cpython-310.pyc [197.8 KB] server.py [276.0 KB] requirements.txt [48.0 B] README.md [64.6 KB] 📁 translator 📁 __pycache__ deepl_translator.cpython-310.pyc [1.8 KB] microsoft_translator.cpython-310.pyc [2.1 KB] mbart50_translator.cpython-310.pyc [1.3 KB] tencent_translator.cpython-310.pyc [3.9 KB] yandex_translator.cpython-310.pyc [2.0 KB] iflytekV1_translator.cpython-310.pyc [3.5 KB] alibaba_translator.cpython-310.pyc [3.1 KB] niutrans_translator.cpython-310.pyc [1.4 KB] iflytekV2_translator.cpython-310.pyc [4.1 KB] google_tanslator.cpython-310.pyc [1.4 KB] volcengine_translator.cpython-310.pyc [4.6 KB] openai_translator.cpython-310.pyc [2.5 KB] translators_translator.cpython-310.pyc [1.3 KB] amazon_translator.cpython-310.pyc [1.4 KB] caiyun_translator.cpython-310.pyc [1.5 KB] baidu_translator.cpython-310.pyc [1.9 KB] youdao_translator.cpython-310.pyc [2.3 KB] mymemory_translator.cpython-310.pyc [1.5 KB] base_tanslator.cpython-310.pyc [2.6 KB] mbart50_translator.py [881.0 B] translators_translator.py [1.1 KB] openai_translator.py [2.4 KB] iflytekV2_translator.py [4.6 KB] iflytekV1_translator.py [3.9 KB] microsoft_translator.py [1.9 KB] yandex_translator.py [2.0 KB] baidu_translator.py [1.9 KB] base_tanslator.py [2.7 KB] volcengine_translator.py [6.9 KB] caiyun_translator.py [1.3 KB] alibaba_translator.py [3.8 KB] youdao_translator.py [2.7 KB] niutrans_translator.py [1.2 KB] google_tanslator.py [1.2 KB] tencent_translator.py [5.0 KB] amazon_translator.py [1.3 KB] mymemory_translator.py [1.4 KB] deepl_translator.py [1.6 KB] 📁 __pycache__ get_lang.cpython-310.pyc [1.3 KB] gen_openai.cpython-310.pyc [998.0 B] storage.cpython-310.pyc [5.1 KB] get_extensions.cpython-310.pyc [560.0 B] get_extra_networks.cpython-310.pyc [1.9 KB] mbart50.cpython-310.pyc [1.8 KB] get_token_counter.cpython-310.pyc [1.4 KB] styles.cpython-310.pyc [1.4 KB] csv.cpython-310.pyc [1000.0 B] translate.cpython-310.pyc [4.6 KB] get_version.cpython-310.pyc [2.4 KB] get_translate_apis.cpython-310.pyc [2.0 KB] history.cpython-310.pyc [4.4 KB] packages.cpython-310.pyc [1.3 KB] get_group_tags.cpython-310.pyc [1.3 KB] get_i18n.cpython-310.pyc [643.0 B] gen_openai.py [931.0 B] translate.py [6.3 KB] get_translate_apis.py [4.2 KB] packages.py [1.5 KB] get_extra_networks.py [3.1 KB] history.py [5.1 KB] get_i18n.py [415.0 B] get_token_counter.py [1.0 KB] get_version.py [2.7 KB] storage.py [5.2 KB] get_lang.py [1.1 KB] get_extensions.py [312.0 B] styles.py [1.6 KB] csv.py [993.0 B] mbart50.py [2.2 KB] get_group_tags.py [1.3 KB] 📁 __pycache__ on_app_started.cpython-310.pyc [14.3 KB] on_app_started.py [17.1 KB] 📁 group_tags ru_RU.yaml [213.8 KB] ko_KR.yaml [161.9 KB] default.yaml [94.8 KB] de_DE.yaml [160.1 KB] fr_FR.yaml [165.0 KB] it_IT.yaml [162.8 KB] pt_PT.yaml [162.1 KB] zh_HK.yaml [156.0 KB] es_ES.yaml [164.2 KB] zh_CN.yaml [155.8 KB] ja_JP.yaml [165.5 KB] zh_TW.yaml [156.0 KB] 📁 javascript main.entry.js.map [2.8 MB] main.entry.js [614.1 KB] 📁 tests privacy_api_config.py [799.0 B] translators.py [1.0 KB] get_version.py [293.0 B] get_lang.py [214.0 B] translator.py [7.0 KB] translate.py [3.0 KB] 📁 storage txt2ImgNegHideGroupTags.json [5.0 B] languageCode.json [7.0 B] txt2ImgHidePanel.json [4.0 B] extensionSelect.MyStyle-shuai.json [5.0 B] groupTagsColor.json [15.6 KB] chatgpt_key.json [96.0 B] groupTagsActive-txt2img_neg_prompt.json [86.0 B] extensionSelect.hide-group-tags-en-text.json [5.0 B] history.txt2img.json [1.1 MB] img2ImgHidePanel.json [4.0 B] autoTranslateToLocal.json [4.0 B] history.img2img.json [325.3 KB] txt2ImgHideDefaultInput.json [5.0 B] extensionSelect.minimalist.json [4.0 B] extensionSelect.hide-input-dropdown.json [5.0 B] enableTooltip.json [4.0 B] extensionSelect.line-breaks-new-line.json [5.0 B] img2ImgNegHidePanel.json [4.0 B] favorite.img2img_neg.json [2.0 B] txt2ImgNegHidePanel.json [4.0 B] txt2ImgHideGroupTags.json [4.0 B] autoRemoveSpace.json [4.0 B] extensionSelect.Webui.json [5.0 B] autoTranslate.json [4.0 B] extensionSelect.full-input.json [5.0 B] history.txt2img_neg.json [1.1 MB] favorite.txt2img.json [1.5 KB] favorite.txt2img_neg.json [2.0 B] translate_api.alibaba_free.json [2.0 B] groupTagsActive-txt2img_prompt.json [86.0 B] autoTranslateToEnglish.json [4.0 B] txt2ImgNegHideDefaultInput.json [5.0 B] translateApi.json [14.0 B] hotkey.json [95.0 B] history.img2img_neg.json [245.2 KB] favorite.img2img.json [2.0 B] 📁 tags 📁 models README_CN.MD [11.5 KB] install.py [984.0 B] LICENSE [1.0 KB] README.MD [11.9 KB] README_JP.MD [13.1 KB] README_KR.MD [12.5 KB] i18n.json [224.1 KB] translate_apis.json [151.9 KB] README_TW.MD [11.5 KB] style.css [7.7 KB] README_RU.MD [15.7 KB] translate_apis.backup.json [20.5 KB] 📁 课程素材和资料 📁 五、人物控制板块 📁 2024.3.8 Ai摄影真人写真与换装案例 📁 模型与lora 小粉龙_V_1.0.png [118.6 KB] Rel_LEOSAM's MoonFilm _ 胶片风真实感大模型_2.0.safetensors [4.8 GB] 小粉龙_V_1.0.safetensors [144.1 MB] Rel_LEOSAM's MoonFilm _ 胶片风真实感大模型_2.0.png [50.3 KB] redhead-woman-posing-profile.jpg [675.5 KB] 图层 1.png [12.7 KB] 03308-2182948015-Chinese dragon,1girl,stand,smile,pink dress,full body,sky,pink clouds,flowers,close-up,_Bright light,warm colors,dreamy atmosphe.png [2.9 MB] image.png [11.1 KB] 📁 6-74 人物角色眼睛修复眼神修改 2.jpg [151.9 KB] 1.png [1.2 MB] 5.jpg [117.7 KB] 改1.png [1.5 MB] 改2.png [1.5 MB] 原始图.png [96.6 KB] 4.jpg [83.6 KB] 3.jpg [42.4 KB] 📁 6-68 不同动作表情,人物角色一致性(上) 6-68 不同动作表情,人物角色一致性(上).zip [65.6 MB] 📁 6-75 生成优质图片需要注意的步骤 6-75 生成优质图片需要注意的步骤.zip [90.1 MB] 📁 6-69 不同动作表情,人物角色一致性(下) 裁剪.png [874.1 KB] 加空白.png [970.7 KB] 📁 三、模型板块 📁 4-56 训练模型-秋叶训练器 📁 Musk3 Musk6.jpg [61.0 KB] Musk17.jpg [91.1 KB] Musk18.jpg [64.5 KB] Musk16.jpg [70.3 KB] Musk3.jpg [67.6 KB] Musk13.jpg [94.4 KB] Musk14.jpg [126.2 KB] Musk15.jpg [61.7 KB] Musk11.jpg [44.8 KB] Musk7.jpg [82.8 KB] Musk12.jpg [87.5 KB] Musk9.jpg [61.3 KB] Musk2.jpg [75.8 KB] Musk10.jpg [52.2 KB] Musk5.jpg [69.3 KB] Musk20.jpg [71.1 KB] Musk1.jpg [65.5 KB] Musk4.jpg [62.7 KB] Musk19.jpg [75.0 KB] Musk8.jpg [56.7 KB] 📁 4-53 训练模型-赛博丹炉 📁 cartoon a_2-cmpr.png [30.9 KB] a_18-cmpr.png [52.8 KB] a_4-cmpr.png [36.4 KB] a_5-cmpr.png [47.3 KB] a_46-cmpr.png [23.4 KB] a_37-cmpr.png [75.3 KB] a_9-cmpr.png [63.7 KB] a_27-cmpr.png [64.2 KB] a_21-cmpr.png [25.4 KB] a_51-cmpr.png [72.4 KB] a_13-cmpr.png [71.1 KB] a_34-cmpr.png [42.5 KB] a_47-cmpr.png [37.4 KB] a_6-cmpr.png [78.7 KB] a_35-cmpr.png [48.0 KB] a_33-cmpr.png [34.0 KB] a_10-cmpr.png [76.3 KB] a_3-cmpr.png [49.8 KB] a_42-cmpr.png [48.3 KB] a_44-cmpr.png [81.1 KB] a_29-cmpr.png [81.7 KB] a_49-cmpr.png [52.9 KB] a_39-cmpr.png [55.1 KB] a_15-cmpr.png [84.5 KB] a_30-cmpr.png [82.3 KB] a_48-cmpr.png [63.0 KB] a_12-cmpr.png [62.3 KB] a_22-cmpr.png [39.4 KB] a_7-cmpr.png [77.0 KB] a_50-cmpr.png [60.5 KB] a_32-cmpr.png [46.1 KB] a_26-cmpr.png [81.7 KB] a_36-cmpr.png [37.9 KB] a_1-cmpr.png [85.9 KB] a_45-cmpr.png [50.0 KB] a_28-cmpr.png [63.2 KB] a_24-cmpr.png [73.1 KB] a_17-cmpr.png [84.5 KB] a_43-cmpr.png [48.4 KB] a_11-cmpr.png [72.4 KB] a_16-cmpr.png [60.0 KB] a_14-cmpr.png [32.1 KB] a_8-cmpr.png [55.5 KB] a_23-cmpr.png [67.0 KB] a_20-cmpr.png [76.1 KB] a_31-cmpr.png [63.6 KB] a_19-cmpr.png [54.1 KB] a_25-cmpr.png [53.2 KB] a_38-cmpr.png [89.1 KB] a_41-cmpr.png [94.0 KB] a_40-cmpr.png [25.6 KB] 📁 二、插件板块 📁 新版ip-adapter多模型功能讲解 📁 新版ip-adapter模型 📁 sdxl的ip-adapter ip-adapter-plus_sdxl_vit-h.bin [966.5 MB] ip-adapter-faceid-portrait_sdxl.bin [715.1 MB] ip-adapter-plus-face_sdxl_vit-h.bin [966.5 MB] ip-adapter-faceid-plusv2_sdxl.bin [1.4 GB] ip-adapter_sdxl.bin [670.0 MB] 📁 1.5的ip-adapter ip-adapter-faceid-portrait_sd15.bin [61.6 MB] ip-adapter-plus-face_sd15.bin [93.6 MB] ip-adapter-faceid-plusv2_sd15.bin [149.3 MB] ip-adapter_sd15.pth [42.6 MB] ip-adapter_sd15_plus.pth [150.7 MB] ip-adapter-full-face_sd15.bin [41.6 MB] ip-adapter_sd15_light.bin [42.6 MB] 放置路径.txt [117.0 B] 📁 素材 0_3.png [2.1 MB] b0ff5195cce642b692a514e7bea04a22.jpg [57.9 KB] 📁 ip-adapter-faceid-plusv2的lora ip-adapter-faceid-plusv2_sd15_lora.jpg [3.3 MB] ip-adapter-faceid-plusv2_sdxl_lora.jpg [3.3 MB] ip-adapter-faceid-plusv2_sd15_lora.safetensors [48.7 MB] ip-adapter-faceid-plusv2_sdxl_lora.safetensors [354.6 MB] 放置路径.txt [63.0 B] 📁 3-33 Inpaint Anything蒙版插件 📁 models sam_hq_vit_b.pth [361.8 MB] FastSAM-s.pt [22.7 MB] sam_hq_vit_l.pth [1.2 GB] sam_hq_vit_h.pth [2.4 GB] FastSAM-x.pt [138.2 MB] sam_vit_b_01ec64.pth [357.7 MB] sam_vit_h_4b8939.pth [2.4 GB] mobile_sam.pt [38.8 MB] sam_vit_l_0b3195.pth [1.2 GB] 00000-2223671626.png [504.5 KB] 📁 7-78 ip-adapter-faceid模型 📁 素材 a6a038bbc959ea2793d84adf5a07a4b5.jpg [86.7 KB] adb1208b6112b4d175114ccdeb1a5ab2.jpg [195.1 KB] b0ff5195cce642b692a514e7bea04a22.jpg [57.9 KB] d067b5d1f41359c9e9e78bf64c65f313.jpg [225.7 KB] eb7d94c45930096e56106a0bcb09dfe7.jpg [69.9 KB] ip-adapter-faceid-plusv2_sdxl_lora.safetensors [354.6 MB] ip-adapter-faceid-plusv2_sdxl.bin [1.4 GB] ip-adapter-faceid-plusv2_sd15_lora.jpg [3.3 MB] ip-adapter-faceid-plusv2_sd15_lora.safetensors [48.7 MB] ip-adapter-faceid-plusv2_sdxl_lora.jpg [3.3 MB] ip-adapter-faceid-plusv2_sd15.bin [149.3 MB] 📁 7-80 Controlnet instant ID控制器素材 📁 instant ID模型 ip-adapter_instant_id_sdxl.bin [1.6 GB] control_instant_id_sdxl.safetensors [2.3 GB] b0ff5195cce642b692a514e7bea04a22.jpg [57.9 KB] iShot_2024-01-31_18.27.04.png [463.0 KB] Thumbs.db [96.0 KB] iShot_2024-01-26_19.07.55.png [892.5 KB] iShot_2024-01-31_18.27.44.png [474.2 KB] adb1208b6112b4d175114ccdeb1a5ab2.jpg [195.1 KB] iShot_2024-01-31_18.28.01.png [532.7 KB] 📁 3-40 StableSR放大脚本 📁 StableSR模型 stablesr_webui_sd-v2-1-512-ema-000117.ckpt [402.6 MB] webui_768v_139.ckpt [402.6 MB] 20201109145509_46240.png [232.6 KB] 📁 3-27 Recolor重着色功能 4.jpg [33.8 KB] 2.jpg [367.4 KB] 3.jpg [205.0 KB] 1.png [1.4 MB] 📁 3-40-2 qrcode二维码控制器 qrcode二维码控制器.mov [119.5 MB] 📁 3-18 Controlnet全功能讲解 02536-3274108615-, lisa_genshin, 1girl,(normal standing pose_1.5),(standing), witch hat, jewelry, blonde hair, green eyes, bangs, pruple dress, g.jpeg [362.9 KB] 📁 3-21 Depth深度控制 2.png [2.5 MB] 1.jpg [532.1 KB] image.png [528.6 KB] image (1).png [74.9 KB] 4.png [29.6 KB] 3.png [1.0 MB] 📁 3-31 Brightness+illumination控制器 cgmi.png [11.7 KB] bilibili.png [47.3 KB] kunkun.png [13.6 KB] douyin.png [35.9 KB] line.png [56.6 KB] 📁 3-29 IP、T2i-Adapter 0_3.png [2.1 MB] 0_3-2.png [1.7 MB] 0_2.png [1.5 MB] 0_1.png [1.2 MB] 0_1-2.png [1.9 MB] 📁 3-38 Ultimate Upscale放大脚本 20201109145509_46240.png [232.6 KB] 📁 3-25 Controlnet inpaint重绘功能 1.png [1012.6 KB] 2.png [394.9 KB] image.png [355.2 KB] 📁 3-20 openpose姿态控制 2.png [1.0 MB] pose.png [196.7 KB] 3.png [1.1 MB] 1.png [2.5 MB] 📁 3-30 Controlnet Revision功能 7cbc62a4575eef62212c216445dce8c0.jpg [58.9 KB] 0_3-2.png [1.7 MB] 807587d36a2eff5fb789f8ef3af6e39a.jpg [85.7 KB] 0_1-2.png [1.9 MB] myau_Infinity_explosion_amazing_bright_spectral_colors_splashes_27e091a1-4c92-4355-843d-acfcc60cdfdb.png [6.5 MB] 0_3.png [2.1 MB] 📁 3-34 宽高比调整助手+移除背景插 image3.png [1.8 MB] 00000-2223671626.png [504.5 KB] 📁 3-23 Controlnet 5个线条控制器讲解 房间.webp [31.3 KB] lineart.webp [43.0 KB] 黑白线稿room.jpeg [33.0 KB] cat.webp [35.6 KB] 1girl 2.jpg [278.9 KB] 1girl.jpg [311.6 KB] 📁 3-36 ReActor换脸插件 📁 insightface 📁 models 📁 buffalo_l genderage.onnx [1.3 MB] 2d106det.onnx [4.8 MB] w600k_r50.onnx [166.3 MB] det_10g.onnx [16.1 MB] 1k3d68.onnx [137.0 MB] inswapper_128.onnx [528.6 MB] 2.webp [21.3 KB] 1.jpg [111.6 KB] 3.jpeg [60.2 KB] 📁 3-28 Reference参考、Shuffle随机洗牌 807587d36a2eff5fb789f8ef3af6e39a.jpg [85.7 KB] 123.jpg [148.7 KB] 7.png [1.7 MB] 📁 3-32 LightFlow工作流插件 kunkun.png [13.6 KB] 📁 3-39 Tiled Diffusion放大插件 0_3-2.png [1.7 MB] 20201109145509_46240.png [232.6 KB] 📁 3-26 Tile、Blur功能 4.jpg [86.3 KB] 02.jpg [57.4 KB] 01.jpg [71.3 KB] 3.jpg [93.7 KB] 5.png [278.0 KB] 6.jpg [52.0 KB] 📁 3-24 Segmentation语义分割 风景.jpg [185.1 KB] ADE20K_classes-中英.pdf [246.1 KB] 室内.webp [32.0 KB] 📁 3-19 Controlnet控制器开篇与InstructP2P 0_3.png [2.1 MB] 0_2.png [1.5 MB] 📁 六、综合案例板块 📁 6-71 Ai淘宝店Ai证件照Ai写真馆 📁 插件 📁 sd-webui-EasyPhoto 📁 scripts 📁 easyphoto_utils 📁 animatediff animatediff_i2ibatch.py [15.6 KB] animatediff_lcm.py [5.0 KB] animatediff_infv2v.py [17.8 KB] animatediff_output.py [16.3 KB] README.MD [644.0 B] animatediff_ui.py [13.2 KB] animatediff_lora.py [3.0 KB] animatediff_prompt.py [5.5 KB] animatediff_cn.py [33.2 KB] animatediff_infotext.py [1.2 KB] animatediff_logger.py [1.3 KB] animatediff_mm.py [8.1 KB] motion_module.py [27.7 KB] animatediff_latent.py [3.9 KB] animatediff_utils.py [68.5 KB] fire_utils.py [13.5 KB] face_process_utils.py [28.9 KB] psgan_utils.py [34.3 KB] loractl_utils.py [9.9 KB] common_utils.py [34.1 KB] tryon_utils.py [35.3 KB] __init__.py [1.6 KB] 📁 train_kohya 📁 ddpo_pytorch 📁 diffusers_patch …(层级过深,已停止) prompts.py [263.0 B] rewards.py [4.4 KB] stat_tracking.py [1.8 KB] 📁 utils lora_utils.py [53.0 KB] model_utils.py [40.1 KB] gpu_info.py [7.1 KB] original_unet_sd_XL.py [38.6 KB] __init__.py original_unet.py [53.5 KB] lora_utils_diffusers.py [25.5 KB] train_lora.py [61.0 KB] train_lora_sd_XL.py [47.5 KB] train_ddpo.py [37.8 KB] preprocess.py [15.6 KB] easyphoto_config.py [3.9 KB] sdwebui.py [31.2 KB] easyphoto_ui.py [131.1 KB] easyphoto_tryon_infer.py [27.9 KB] easyphoto_train.py [22.0 KB] easyphoto_infer.py [148.6 KB] api.py [19.4 KB] 📁 models 📁 stable-diffusion-xl 📁 models--laion--CLIP-ViT-bigG-14-laion2B-39B-b160k 📁 snapshots …(层级过深,已停止) 📁 refs …(层级过深,已停止) 📁 stabilityai_stable_diffusion_xl_base_1.0 📁 scheduler …(层级过深,已停止) 📁 models--openai--clip-vit-large-patch14 📁 snapshots …(层级过深,已停止) 📁 refs …(层级过深,已停止) 📁 madebyollin_sdxl_vae_fp16_fix diffusion_pytorch_model.safetensors [319.1 MB] config.json [663.0 B] version.txt [1.0 B] 📁 stable-diffusion-v1-5 📁 tokenizer special_tokens_map.json [496.0 B] merges.txt [560.1 KB] tokenizer_config.json [840.0 B] vocab.json [1.1 MB] 📁 scheduler scheduler_config.json [321.0 B] model_index.json [573.0 B] 📁 training_templates 2.jpg [259.7 KB] 3.jpg [166.9 KB] 4.jpg [183.3 KB] 1.jpg [171.9 KB] 📁 pose_templates 008.png [600.1 KB] 009.png [650.1 KB] 003.png [643.7 KB] 010.png [652.8 KB] 002.png [691.2 KB] 005.png [641.0 KB] 001.png [657.4 KB] 004.png [585.9 KB] 006.png [642.9 KB] 007.png [534.2 KB] 📁 infer_templates 6.jpg [51.6 KB] 8.jpg [33.4 KB] 4.jpg [57.8 KB] 9.jpg [48.6 KB] 5.jpg [54.5 KB] 7.jpg [77.3 KB] 3.jpg [52.0 KB] Put templates here 1.jpg [69.8 KB] flownet.pkl [11.6 MB] mm_sd_v15_v2.ckpt [1.7 GB] face_skin.pth [50.8 MB] makeup_transfer.pth [48.1 MB] face_landmarks.pth [7.3 MB] sam_vit_l_0b3195.pth [1.2 GB] 📁 images 📁 tryon 📁 template dress.jpg [7.6 KB] girl.jpg [5.4 KB] boy.jpg [6.6 KB] short.jpg [15.4 KB] 📁 cloth demo_black_200.jpg [8.7 KB] demo_purple_200.jpg [5.8 KB] demo_dress_200.jpg [9.4 KB] demo_white_200.jpg [3.5 KB] demo_short_200.jpg [10.7 KB] 📁 scene_lora Minimalism_1.jpg [7.1 KB] GuoFeng_2.jpg [10.4 KB] SchoolUniform_1.jpg [8.1 KB] Christmas_1.jpg [12.1 KB] Cyberpunk_1.jpg [12.6 KB] Princess_3.jpg [7.6 KB] FairMaidenStyle_1.jpg [11.7 KB] Princess_1.jpg [8.2 KB] NaturalWind_1.jpg [11.2 KB] Gentleman_1.jpg [5.9 KB] Princess_2.jpg [7.0 KB] SchoolUniform_2.jpg [8.2 KB] GuoFeng_1.jpg [11.2 KB] GuoFeng_4.jpg [10.9 KB] GuoFeng_3.jpg [10.5 KB] train_3.jpg [123.0 KB] infer_ui.jpg [250.9 KB] wechat.jpg [62.9 KB] dsw.png [3.8 KB] multi_people_2.jpg [298.6 KB] multi_people_1.jpg [231.2 KB] train_detail1.jpg [584.4 KB] results_2.jpg [296.5 KB] results_3.jpg [231.1 KB] no_found_image.jpg [39.8 KB] erweima.jpg [160.6 KB] train_ui.jpg [226.7 KB] controlnet_num.jpg [430.5 KB] ding_erweima.jpg [66.2 KB] train_detail.jpg [692.8 KB] train_2.jpg [310.9 KB] overview.jpg [562.3 KB] train_1.jpg [283.0 KB] double_blindui.jpg [345.5 KB] install.jpg [294.1 KB] single_people.jpg [309.7 KB] results_1.jpg [363.9 KB] 📁 api_test 📁 double_blind app.py [8.2 KB] default_template.json [211.0 B] style.css [566.0 B] format_data2json.py [4.1 KB] post_train.py [3.4 KB] post_infer.py [5.5 KB] post_video_infer.py [8.3 KB] README.md [2.3 KB] 📁 javascript ui.js [1.2 KB] README.md [17.6 KB] COVENANT_zh-CN.md [1.2 KB] COVENANT.md [1.6 KB] LICENSE [11.3 KB] README_zh-CN.md [14.6 KB] install.py [4.4 KB] 📁 Stable-Diffusion-WebUI-TensorRT 📁 timing_caches timing_cache_win_cc75.cache.lock timing_cache_win_cc75.cache [10.7 MB] timing_cache_win_cc86.cache.lock timing_cache_win_cc86.cache [11.5 MB] timing_cache_win_cc89.cache.lock timing_cache_win_cc89.cache [6.6 MB] 📁 scripts lora.py [1.3 KB] trt.py [11.3 KB] datastructures.py [6.9 KB] model_helper.py [11.8 KB] install.py [2.1 KB] info.md [2.2 KB] ui_trt.py [26.5 KB] exporter.py [7.5 KB] README.md [3.8 KB] LICENSE [1.1 KB] utilities.py [12.0 KB] model_manager.py [7.3 KB] 📁 musk Musk9.jpg [71.1 KB] Thumbs.db [87.0 KB] Musk3.jpg [67.6 KB] Musk8.jpg [91.1 KB] Musk7.jpg [82.8 KB] Musk1.jpg [65.5 KB] Musk4.jpg [62.7 KB] Musk6.jpg [61.0 KB] Musk5.jpg [69.3 KB] Musk2.jpg [75.8 KB] 📁 练习素材 tu2.png [616.1 KB] tu1.png [771.9 KB] ea4a11024485ca4b827865c25e1d01c9.jpg [49.2 KB] 34b0c0194e0b1f04f33536142e81889f.jpg [48.5 KB] ref_image.jpg [35.1 KB] 687384c087c2203ad47801038d66f53b.jpg [95.0 KB] fa3d7bd105c480a92aa3b6a0f831b7d7.jpg [76.7 KB] adb8a423350e795c5b17ba6e44d5ce2d.jpg [53.6 KB] 4.jpg [13.8 KB] man.jpg [26.9 KB] 📁 6-70 让AI模特帮你卖货 a22.png [294.3 KB] a11.png [1.1 MB] a2.png [663.8 KB] a1.png [3.4 MB] 📁 2024.3.29 Ai图片智能扩充功能素材 A1.png [571.2 KB] A2.png [453.8 KB] 📁 6-66 手稿图转实物并上色 线稿.png [752.6 KB] 风格化.png [835.9 KB] 随意填色.png [966.0 KB] 📁 2024.3.24 3D IP角色多视图生成技巧素材 2024.3.24 3D IP角色多视图生成技巧素材.zip [112.6 MB] 📁 6-72 产品场景、电商海报设计 6-72 产品场景、电商海报设计.zip [131.0 MB] 📁 6-67 人物、场景、3D转手绘线稿 6-67 人物、场景、3D转手绘线稿.zip [99.2 MB] 📁 2024.3.18签名、字体设计、logo场景案例素材 电商场景花草集丨NIUNIUAICG_V1.0.safetensors [144.1 MB] tesla.png [20.0 KB] INKPAINTING 中式美学_v1.0.safetensors [144.1 MB] INKPAINTING 中式美学_v1.0.png [105.8 KB] 迷2.png [22.4 KB] 电商场景花草集丨NIUNIUAICG_V1.0.png [121.2 KB] 📁 6-73 毛坯房转精装房室内装修风格制作 1.png [756.3 KB] 2_2.png [573.7 KB] 3.png [563.1 KB] 达芬奇室内设计-奶油风.png [24.8 KB] 达芬奇室内设计-奶油风.safetensors [121.6 MB] 2.png [861.3 KB] 📁 七、补充板块 📁 Depth anything加hand refiner素材 1.jpg [63.8 KB] iShot_2024-05-02_19.42.23.png [2.1 MB] 📁 TTPLanet TileV2控制器素材 TTPLANET_Controlnet_Tile_realistic_v2_fp16.safetensors [2.3 GB] 素材.png [772.9 KB] SDXL 1.0 ArienMixXL 亚洲人像_V4.5.safetensors [6.6 GB] SDXL 1.0 ArienMixXL 亚洲人像_V4.5.png [32.5 KB] 📁 7-81 webui forge+SVD webui_forge_cu121_torch21.7z [1.7 GB] svd_xt_1_1.safetensors [4.5 GB] 📁 一、功能板块 📁 批量处理与PNG图片信息 📁 p 4.png [185.4 KB] 2.png [182.4 KB] 3.png [185.6 KB] 1.png [185.2 KB] 📁 图生图参数讲解素材 0_3.webp [294.9 KB] 📁 上传重绘蒙版 蒙版.png [31.4 KB] 素材.png [458.4 KB] 耳环蒙版.png [6.4 KB] 📁 Hires高清修复各种放大算法 4x-UltraSharp.pth [63.9 MB] 📁 Extras后期处理功能 oldpic.png [114.3 KB] 1.png [461.2 KB] 📁 四、动画板块 📁 2024.3.28 Deforum穿越转场素材 logo.png [662.7 KB] L2.png [571.2 KB] L1.png [659.8 KB] 📁 5-60 Deforum功能详解下 20231230235353_settings.txt [13.0 KB] photo.png [566.5 KB] 5-61 丝滑不闪视频转绘.zip [76.5 MB] 5-62 Temporal Kit与FFmpeg配置.zip [115.4 MB] 📁 模型与lora 📁 Lora 📁 人-脸部 少女感脸型.safetensors [36.1 MB] 高冷气质女神 Goblin.png [100.5 KB] 中式审美.png [77.4 KB] 高冷气质女神 Goblin.safetensors [72.1 MB] 中式审美.safetensors [144.1 MB] 少女感脸型.png [57.2 KB] 📁 人-风格 cyberhelmetv0.7.safetensors [9.1 MB] AstralMecha.jpeg [49.8 KB] 拍立得InstantPhotoX3.safetensors [144.1 MB] DANW国风未来.safetensors [36.1 MB] 糖果世界SweetCandy.png [112.6 KB] 透明火焰泛光裙子.safetensors [72.1 MB] DynamicKungfu_v1.0.safetensors [36.1 MB] 透明火焰泛光裙子.png [81.1 KB] 战场焚心.png [4.4 MB] AstralMecha.safetensors [144.1 MB] 新海诚画风Lora.png [64.4 KB] 花开百世.jpg [36.0 KB] 2024新春插画x红包封面_v1.0.png [177.6 KB] DynamicKungfu_v1.0.jpg [61.3 KB] 花开百世.safetensors [144.1 MB] 月亮女巫.jpg [159.4 KB] 拍立得InstantPhotoX3.jpeg [38.6 KB] GMajic_粒子光效.png [146.5 KB] 2024新春插画x红包封面_v1.0.safetensors [36.1 MB] 糖果世界SweetCandy.safetensors [144.1 MB] cyberhelmetv0.7.png [504.2 KB] DANW国风未来.jpg [109.8 KB] 废墟少女.safetensors [144.1 MB] 新海诚画风Lora.safetensors [144.1 MB] GMajic_粒子光效.safetensors [36.1 MB] 人像场景×花开半夏.png [132.0 KB] 废墟少女.png [197.0 KB] 战场焚心.safetensors [144.1 MB] 人像场景×花开半夏.safetensors [144.1 MB] 月亮女巫.safetensors [144.1 MB] 📁 人-服装 汉服宋.jpeg [54.2 KB] 汉服hanfu_V30.safetensors [144.1 MB] 巴黎世家风格.safetensors [72.1 MB] 汉服宋.safetensors [83.3 MB] 汉服hanfu_V30.png [129.5 KB] 巴黎世家风格.png [51.8 KB] 📁 功能 Add Details.jpeg [47.3 KB] Background Detail.png [217.2 KB] Add Details.safetensors [9.1 MB] Background Detail.safetensors [4.6 MB] 📁 lcm lcm-lora-sdxl.safetensors [375.6 MB] lcm-lora-sdv1-5.safetensors [128.4 MB] 📁 建筑 Rel_city photography.safetensors [144.1 MB] 法式奶油风室内设计.png [125.9 KB] Rel_city photography.png [84.7 KB] 法式奶油风室内设计.safetensors [72.1 MB] 📁 其他集锦 Aether Cloud.jpeg [33.1 KB] Aether Cloud.safetensors [649.7 MB] 📁 SDXL SDXL_hanfuTang_v41.safetensors [325.0 MB] pixel-art-xl-v1.1.safetensors [162.6 MB] Juggernaut Cinematic XL_v2.safetensors [162.6 MB] Juggernaut Cinematic XL_v2.jpeg [13.7 KB] SDXL_hanfuTang_v41.jpeg [30.1 KB] pixel-art-xl-v1.1.jpeg [15.1 KB] 📁 animatediff v2_lora_ZoomOut.ckpt [73.9 MB] v2_lora_ZoomIn.ckpt [73.9 MB] v2_lora_PanLeft.ckpt [73.9 MB] v2_lora_TiltUp.ckpt [73.9 MB] v2_lora_TiltDown.ckpt [73.9 MB] v2_lora_RollingAnticlockwise.ckpt [73.9 MB] v2_lora_PanRight.ckpt [73.9 MB] v2_lora_RollingClockwise.ckpt [73.9 MB] 📁 风格化 流云.png [51.4 KB] 儿童书籍插画_v1.0.png [136.9 KB] CG古风大场景类.safetensors [144.1 MB] 千景绘.safetensors [36.1 MB] zhongfenghua.jpg [95.1 KB] FilmGain Velvia3.jpeg [31.4 KB] Oil painting.safetensors [72.1 MB] 铅笔速写Pencil Sketch.png [160.8 KB] Oil painting.jpeg [39.3 KB] 千景绘.jpeg [45.6 KB] 国潮插画风格V2.png [95.1 KB] 铅笔速写Pencil Sketch.safetensors [144.1 MB] Neon Light.safetensors [144.1 MB] 油画模型.safetensors [144.1 MB] kVoidEnergy.jpeg [39.3 KB] mmk立体剪纸插画.png [103.9 KB] GothicPunkAI.safetensors [144.1 MB] IvoryGold.jpeg [33.1 KB] 奇幻釉.png [55.7 KB] 儿童书籍插画_v1.0.safetensors [144.1 MB] M_Pixel 像素人人.jpeg [28.1 KB] GothicPunkAI.jpeg [29.6 KB] CG古风大场景类.png [120.1 KB] 流云.safetensors [135.5 MB] IvoryGold.safetensors [18.7 MB] 国潮插画风格V2.safetensors [144.1 MB] game icon institute_food icon.safetensors [36.1 MB] 奇幻釉.safetensors [72.1 MB] game icon institute_food icon.jpeg [17.0 KB] FilmGain Velvia3.safetensors [144.1 MB] mmk立体剪纸插画.safetensors [36.1 MB] Neon Light.jpeg [34.4 KB] zhongfenghua.safetensors [144.1 MB] 油画模型.png [88.4 KB] M_Pixel 像素人人.safetensors [144.1 MB] 📁 电商 清新产品插画.png [174.0 KB] 水系列-化妆品.safetensors [144.1 MB] 3D电商模型.png [204.8 KB] 电商产品创意摄影图.safetensors [144.1 MB] 电商产品创意摄影图.png [41.7 KB] 水系列-化妆品.jpg [57.7 KB] 清新产品插画.safetensors [144.1 MB] 自然美妆场景.safetensors [144.1 MB] 自然美妆场景.jpg [105.6 KB] 3D电商模型.safetensors [144.1 MB] 📁 controlnet和相关插件的模型 📁 controlnet模型 control_v11p_sd15_softedge.pth [1.3 GB] control_v11p_sd15_openpose.pth [1.3 GB] control_v11p_sd15_mlsd.pth [1.3 GB] control_v1p_sd15_qrcode_monster.yaml [1.9 KB] sai_xl_canny_128lora.safetensors [377.4 MB] control_v1p_sd15_illumination.safetensors [1.3 GB] kohya_controllllite_xl_depth_anime.safetensors [10.8 MB] t2i-adapter_diffusers_xl_openpose.safetensors [150.7 MB] ip-adapter_xl.pth [670.0 MB] control_v11p_sd15s2_lineart_anime.pth [1.3 GB] kohya_controllllite_xl_openpose_anime.safetensors [44.0 MB] ioclab_sd15_recolor.safetensors [689.1 MB] control_v11f1e_sd15_tile.pth [1.3 GB] kohya_controllllite_xl_openpose_anime_v2.safetensors [44.0 MB] diffusers_xl_depth_full.safetensors [2.3 GB] kohya_controllllite_xl_canny_anime.safetensors [44.0 MB] control_v11p_sd15_lineart.pth [1.3 GB] ip-adapter_sd15.pth [42.6 MB] control_v11p_sd15_canny.pth [1.3 GB] kohya_controllllite_xl_scribble_anime.safetensors [44.0 MB] sai_xl_depth_256lora.safetensors [738.5 MB] diffusers_xl_depth_mid.safetensors [519.9 MB] diffusers_xl_canny_full.safetensors [2.3 GB] control_v11f1p_sd15_depth.pth [1.3 GB] kohya_controllllite_xl_depth.safetensors [44.0 MB] put_controlnet_models_here.txt [26.0 B] ip-adapter_sd15_plus.pth [150.7 MB] control_v11e_sd15_ip2p.pth [1.3 GB] kohya_controllllite_xl_canny.safetensors [44.0 MB] diffusers_xl_depth_small.safetensors [305.4 MB] diffusers_xl_canny_small.safetensors [305.4 MB] t2iadapter_sketch_sd15v2.pth [293.7 MB] sai_xl_recolor_256lora.safetensors [738.5 MB] sargezt_xl_depth_faid_vidit.safetensors [2.3 GB] kohya_controllllite_xl_blur_anime_beta.safetensors [21.5 MB] thibaud_xl_openpose_256lora.safetensors [738.5 MB] sargezt_xl_depth.safetensors [2.3 GB] control_v2p_sd15_mediapipe_face.safetensors [1.3 GB] sai_xl_canny_256lora.safetensors [738.5 MB] t2i-adapter_xl_canny.safetensors [147.9 MB] control_v11p_sd15_scribble.pth [1.3 GB] sargezt_xl_softedge.safetensors [2.3 GB] t2i-adapter_diffusers_xl_depth_midas.safetensors [150.7 MB] diffusers_xl_canny_mid.safetensors [519.9 MB] t2i-adapter_diffusers_xl_lineart.safetensors [150.7 MB] thibaud_xl_openpose.safetensors [2.3 GB] t2i-adapter_diffusers_xl_sketch.safetensors [150.7 MB] t2i-adapter_xl_sketch.safetensors [147.9 MB] t2iadapter_style_sd14v1.pth [147.2 MB] sai_xl_sketch_256lora.safetensors [738.5 MB] kohya_controllllite_xl_blur.safetensors [44.0 MB] sargezt_xl_depth_zeed.safetensors [2.3 GB] coadapter-style-sd15v1.pth [147.2 MB] t2iadapter_color_sd14v1.pth [71.3 MB] t2i-adapter_diffusers_xl_depth_zoe.safetensors [150.7 MB] control_v11p_sd15_inpaint.pth [1.3 GB] control_v1p_sd15_qrcode_monster.safetensors [689.1 MB] kohya_controllllite_xl_blur_anime.safetensors [44.0 MB] control_v11p_sd15_normalbae.pth [1.3 GB] control_v1p_sd15_brightness.safetensors [1.3 GB] t2i-adapter_diffusers_xl_canny.safetensors [150.7 MB] control_v11e_sd15_shuffle.pth [1.3 GB] control_v11p_sd15_seg.pth [1.3 GB] t2i-adapter_xl_openpose.safetensors [150.7 MB] 📁 adetailer person_yolov8n-seg.pt [6.4 MB] person_yolov8m-seg.pt [52.3 MB] hand_yolov8s.pt [21.4 MB] face_yolov8m.pt [49.6 MB] person_yolov8s-seg.pt [22.7 MB] hand_yolov8n.pt [5.9 MB] face_yolov8n.pt [5.9 MB] face_yolov8n_v2.pt [5.9 MB] face_yolov8s.pt [21.4 MB] 📁 放大算法 放大算法.zip [118.4 MB] 📁 embeddings easynegative.jpeg [48.4 KB] bad-hands-5.jpeg [65.8 KB] easynegative.safetensors [24.1 KB] bad-hands-5.pt [6.9 KB] 📁 大模型 📁 SDXL模型 📁 SDXL官方模型 放置位置.txt [52.0 B] SDXL_1.0.safetensors [6.5 GB] SDXL_refiner_1.0.safetensors [5.7 GB] Juggernaut XL_V7_FP16_VAE.jpeg [33.9 KB] Juggernaut XL_V7_FP16_VAE.safetensors [6.6 GB] SDXL_XXMix_9realisticSDXL_v1.safetensors [6.5 GB] counterfeitxl_v10.jpeg [24.4 KB] SDXL_RongHua荣华.jpeg [36.9 KB] sdxlNijiSpecial_sdxlNijiSE.safetensors [6.5 GB] SDXL_XXMix_9realisticSDXL_v1.PNG [47.9 KB] counterfeitxl_v10.safetensors [6.5 GB] SDXL_RongHua荣华.safetensors [6.5 GB] sdxlNijiSpecial_sdxlNijiSE.jpeg [44.7 KB] 📁 LCM模型+Lora 📁 LCM大模型 LCM_Dreamshaper_v7.safetensors [3.2 GB] 注意事项.txt [202.0 B] 📁 LCM Lora lcm-lora-sdv1-5.safetensors [128.4 MB] lcm-lora-sdxl.safetensors [375.6 MB] 放置路径.txt [50.0 B] 📁 SDXL turbo模型 sd_xl_turbo_1.0_fp16.safetensors [6.5 GB] 📁 SD官方模型 SD_v2-1_512-ema-pruned.safetensors [4.9 GB] SD_v2-1_768-ema-pruned.jpeg [48.3 KB] SD_v1-5.safetensors [4.0 GB] SD_v2-1_512-ema-pruned.jpeg [29.6 KB] SD_v1-5.jpeg [33.5 KB] SD_v2-1_768-ema-pruned.ckpt [4.9 GB] Rel_majicMIX realistic V7.png [54.6 KB] Ton_Counterfeit-V3.0.safetensors [4.0 GB] Ton_万象熔炉 Anything V5.safetensors [2.0 GB] 2.5D_disneyPixarCartoon_v10.jpeg [46.8 KB] 2.5D_XXMixUnreal.safetensors [2.0 GB] Ton_tmndMix_tmndMixVIPruned.safetensors [2.0 GB] 2.5D_revAnimated_v122.safetensors [5.1 GB] Ton_GhostMix_V2.0.jpeg [157.3 KB] Ton_meinamix_meinaV11.jpeg [55.7 KB] Rel_小红书纯欲风格自拍.ckpt [2.9 GB] 万能_dreamshaper.png [481.3 KB] Rel_epiCRealism pure Evolution V5.jpeg [31.4 KB] 2.5D_XXMixUnreal.jpeg [45.2 KB] Ton_Counterfeit-V3.0.jpeg [71.6 KB] Rel_小红书纯欲风格自拍.png [30.8 KB] 万能Deliberate.safetensors [2.0 GB] 万能_dreamshaper.safetensors [2.0 GB] Rel_realisticVisionV51_v51VAE.jpeg [51.1 KB] Ton_tmndMix_tmndMixVIPruned.jpeg [64.3 KB] 2.5D_realcartoon3d_v6.jpeg [55.3 KB] 2.5D_darkSushi25D25D_v40.safetensors [2.2 GB] 2.5D_darkSushi25D25D_v40.jpeg [44.1 KB] Ton_万象熔炉 Anything V5.jpeg [51.5 KB] 2.5D_realcartoon3d_v6.safetensors [5.5 GB] Rel_juggernaut_finalBakedVAE.jpeg [501.2 KB] Rel_juggernaut_finalBakedVAE.safetensors [5.1 GB] Ton_GhostMix_V2.0.safetensors [2.2 GB] Ton_toonyou_beta6.safetensors [2.1 GB] Ton_toonyou_beta6.jpeg [63.4 KB] 2.5D_disneyPixarCartoon_v10.safetensors [4.0 GB] Rel_epiCRealism pure Evolution V5.safetensors [2.0 GB] 2.5D_revAnimated_v122.png [498.3 KB] 万能Deliberate.jpg [18.6 KB] Rel_realisticVisionV51_v51VAE.safetensors [4.0 GB] Rel_majicMIX realistic V7.safetensors [2.0 GB] Ton_meinamix_meinaV11.safetensors [2.0 GB] 📁 VAE vae-ft-mse-840000-ema-pruned.safetensors [319.1 MB] orangemix.vae.pt [784.7 MB] animevae.pt [784.7 MB] kl-f8-anime.ckpt [385.9 MB] Put VAE here.txt vqgan_cfw_00011_vae_only.ckpt [745.9 MB] sdxl_vae.safetensors [319.1 MB] kl-f8-anime2.ckpt [385.9 MB] blessed2.vae.pt [319.2 MB] 📁 SD安装包 📁 星空原版整合包 📁 AMD显卡和集成显卡使用的版本 stable-diffusion-webui-directml-06-02.zip [8.9 GB] 📁 sdweb-4.18 stable-diffusion-webui_23-04-18.zip [17.1 GB] 📁 秋叶aaaki原版整合包_推荐 📁 sd-webui-aki sd-webui-aki-v4.4.7z [7.8 GB] 启动器运行依赖-dotnet-6.0.11.exe [54.6 MB] 📁 Win手动安装Stable Diffusion Win手动安装Stable Diffusion.zip [85.2 MB] 📁 模型训练 📁 BDTM_V2 📁 interrogator_rpc 📁 ext_kohya 📁 interrogators git_large_captioning.py [1.6 KB] deep_danbooru_tagger.py [1.5 KB] waifu_diffusion_tagger.py [4.9 KB] blip_large_captioning.py [1.4 KB] deepbooru_model.py [35.4 KB] blip2_captioning.py [1.4 KB] __init__.py [391.0 B] model_loader.py [762.0 B] logger.py [152.0 B] interrogator.py [436.0 B] cmd_args.py [522.0 B] paths.py [644.0 B] utilities.py [1.9 KB] settings.py [1.8 KB] captioning.py [2.4 KB] devices.py [1.7 KB] tagger.py [2.8 KB] launch.py [2.4 KB] 📁 rpc_proto services.proto [1.3 KB] services_pb2.py [3.0 KB] services_pb2.pyi [3.1 KB] services_pb2_grpc.py [4.2 KB] main.py [7.0 KB] interrogator.py [1.5 KB] requirements.txt [321.0 B] main.spec [1.6 KB] create_dist_binary.bat [97.0 B] 📁 BooruDatasetTagManager 📁 Libs 📁 libwebp 📁 x64 libwebp.dll [594.0 KB] libsharpyuv.dll [134.0 KB] libwebpdemux.dll [113.0 KB] libwebpdecoder.dll [342.5 KB] 📁 x86 libwebpdemux.dll [87.5 KB] libsharpyuv.dll [114.0 KB] libwebp.dll [482.5 KB] libwebpdecoder.dll [269.0 KB] 📁 zh-Hans PresentationCore.resources.dll [98.1 KB] System.Windows.Input.Manipulations.resources.dll [16.1 KB] System.Xaml.resources.dll [59.6 KB] UIAutomationClient.resources.dll [19.1 KB] UIAutomationProvider.resources.dll [15.1 KB] Microsoft.VisualBasic.Forms.resources.dll [24.7 KB] System.Windows.Forms.Design.resources.dll [135.1 KB] WindowsFormsIntegration.resources.dll [15.6 KB] System.Windows.Forms.Primitives.resources.dll [15.1 KB] PresentationUI.resources.dll [42.1 KB] System.Windows.Forms.resources.dll [306.6 KB] PresentationFramework.resources.dll [179.6 KB] ReachFramework.resources.dll [36.1 KB] System.Windows.Controls.Ribbon.resources.dll [18.1 KB] WindowsBase.resources.dll [77.6 KB] UIAutomationTypes.resources.dll [18.1 KB] UIAutomationClientSideProviders.resources.dll [20.1 KB] 📁 cs PresentationFramework.resources.dll [192.7 KB] ReachFramework.resources.dll [38.1 KB] System.Windows.Input.Manipulations.resources.dll [16.2 KB] WindowsBase.resources.dll [85.2 KB] WindowsFormsIntegration.resources.dll [15.6 KB] System.Windows.Controls.Ribbon.resources.dll [18.1 KB] UIAutomationTypes.resources.dll [18.1 KB] System.Windows.Forms.Primitives.resources.dll [15.1 KB] Microsoft.VisualBasic.Forms.resources.dll [25.2 KB] UIAutomationProvider.resources.dll [15.2 KB] UIAutomationClientSideProviders.resources.dll [20.6 KB] PresentationUI.resources.dll [44.6 KB] System.Windows.Forms.Design.resources.dll [139.2 KB] System.Windows.Forms.resources.dll [350.6 KB] System.Xaml.resources.dll [63.6 KB] UIAutomationClient.resources.dll [19.6 KB] PresentationCore.resources.dll [106.2 KB] 📁 Tags List.tdb [14.6 MB] e621.csv [2.5 MB] quality.txt [25.0 B] danbooru.csv [2.4 MB] 📁 ja System.Xaml.resources.dll [72.6 KB] System.Windows.Forms.Primitives.resources.dll [15.6 KB] UIAutomationTypes.resources.dll [18.2 KB] WindowsFormsIntegration.resources.dll [16.2 KB] PresentationFramework.resources.dll [221.7 KB] WindowsBase.resources.dll [97.2 KB] UIAutomationClientSideProviders.resources.dll [21.1 KB] System.Windows.Input.Manipulations.resources.dll [16.1 KB] System.Windows.Forms.resources.dll [391.6 KB] UIAutomationClient.resources.dll [20.2 KB] PresentationUI.resources.dll [48.2 KB] UIAutomationProvider.resources.dll [15.2 KB] System.Windows.Controls.Ribbon.resources.dll [18.6 KB] PresentationCore.resources.dll [119.7 KB] System.Windows.Forms.Design.resources.dll [144.7 KB] ReachFramework.resources.dll [41.2 KB] Microsoft.VisualBasic.Forms.resources.dll [25.6 KB] 📁 de WindowsBase.resources.dll [89.6 KB] System.Xaml.resources.dll [67.1 KB] UIAutomationProvider.resources.dll [15.1 KB] WindowsFormsIntegration.resources.dll [15.6 KB] System.Windows.Forms.Primitives.resources.dll [15.2 KB] System.Windows.Controls.Ribbon.resources.dll [18.2 KB] System.Windows.Input.Manipulations.resources.dll [16.2 KB] PresentationCore.resources.dll [111.7 KB] Microsoft.VisualBasic.Forms.resources.dll [25.2 KB] UIAutomationTypes.resources.dll [18.2 KB] PresentationFramework.resources.dll [209.1 KB] ReachFramework.resources.dll [38.7 KB] System.Windows.Forms.resources.dll [358.1 KB] PresentationUI.resources.dll [46.1 KB] System.Windows.Forms.Design.resources.dll [139.7 KB] UIAutomationClient.resources.dll [19.6 KB] UIAutomationClientSideProviders.resources.dll [20.6 KB] 📁 Translations ru.txt [126.0 B] zh-CN.txt [81.9 KB] 📁 zh-CN BooruDatasetTagManager.resources.dll [9.0 KB] 📁 ru System.Windows.Forms.resources.dll [457.1 KB] WindowsBase.resources.dll [109.6 KB] System.Xaml.resources.dll [83.1 KB] System.Windows.Input.Manipulations.resources.dll [16.6 KB] PresentationFramework.resources.dll [252.2 KB] UIAutomationClient.resources.dll [21.2 KB] System.Windows.Forms.Primitives.resources.dll [15.6 KB] PresentationUI.resources.dll [53.2 KB] System.Windows.Forms.Design.resources.dll [151.1 KB] ReachFramework.resources.dll [43.2 KB] UIAutomationTypes.resources.dll [18.7 KB] UIAutomationClientSideProviders.resources.dll [21.6 KB] UIAutomationProvider.resources.dll [15.2 KB] PresentationCore.resources.dll [135.2 KB] Microsoft.VisualBasic.Forms.resources.dll [26.1 KB] WindowsFormsIntegration.resources.dll [16.1 KB] System.Windows.Controls.Ribbon.resources.dll [19.1 KB] 📁 it System.Windows.Forms.resources.dll [353.1 KB] PresentationFramework.resources.dll [201.2 KB] PresentationUI.resources.dll [44.7 KB] UIAutomationClientSideProviders.resources.dll [20.6 KB] System.Windows.Forms.Primitives.resources.dll [15.2 KB] PresentationCore.resources.dll [108.7 KB] UIAutomationProvider.resources.dll [15.2 KB] Microsoft.VisualBasic.Forms.resources.dll [25.1 KB] WindowsBase.resources.dll [89.7 KB] System.Windows.Input.Manipulations.resources.dll [16.1 KB] UIAutomationClient.resources.dll [19.7 KB] System.Windows.Controls.Ribbon.resources.dll [18.1 KB] UIAutomationTypes.resources.dll [18.2 KB] ReachFramework.resources.dll [38.7 KB] WindowsFormsIntegration.resources.dll [15.7 KB] System.Windows.Forms.Design.resources.dll [140.2 KB] System.Xaml.resources.dll [65.1 KB] 📁 en-US BooruDatasetTagManager.resources.dll [9.5 KB] 📁 ko UIAutomationClientSideProviders.resources.dll [20.6 KB] UIAutomationTypes.resources.dll [18.2 KB] PresentationFramework.resources.dll [206.7 KB] PresentationCore.resources.dll [111.7 KB] UIAutomationClient.resources.dll [19.7 KB] System.Windows.Forms.Design.resources.dll [141.2 KB] ReachFramework.resources.dll [39.7 KB] System.Xaml.resources.dll [68.1 KB] System.Windows.Input.Manipulations.resources.dll [16.1 KB] System.Windows.Controls.Ribbon.resources.dll [18.1 KB] System.Windows.Forms.Primitives.resources.dll [15.1 KB] WindowsBase.resources.dll [90.2 KB] System.Windows.Forms.resources.dll [355.7 KB] Microsoft.VisualBasic.Forms.resources.dll [25.1 KB] WindowsFormsIntegration.resources.dll [15.7 KB] PresentationUI.resources.dll [45.2 KB] UIAutomationProvider.resources.dll [15.2 KB] 📁 tr PresentationFramework.resources.dll [191.6 KB] PresentationCore.resources.dll [105.1 KB] UIAutomationClientSideProviders.resources.dll [20.6 KB] UIAutomationClient.resources.dll [19.6 KB] PresentationUI.resources.dll [43.6 KB] System.Windows.Controls.Ribbon.resources.dll [18.1 KB] Microsoft.VisualBasic.Forms.resources.dll [24.6 KB] WindowsFormsIntegration.resources.dll [15.6 KB] UIAutomationTypes.resources.dll [18.1 KB] UIAutomationProvider.resources.dll [15.1 KB] System.Windows.Forms.Design.resources.dll [138.6 KB] System.Xaml.resources.dll [63.6 KB] ReachFramework.resources.dll [37.6 KB] System.Windows.Input.Manipulations.resources.dll [16.1 KB] WindowsBase.resources.dll [83.6 KB] System.Windows.Forms.Primitives.resources.dll [15.1 KB] System.Windows.Forms.resources.dll [346.6 KB] 📁 zh-Hant PresentationCore.resources.dll [99.1 KB] UIAutomationProvider.resources.dll [15.1 KB] Microsoft.VisualBasic.Forms.resources.dll [24.6 KB] WindowsBase.resources.dll [78.6 KB] UIAutomationClient.resources.dll [19.1 KB] ReachFramework.resources.dll [36.6 KB] System.Windows.Controls.Ribbon.resources.dll [18.1 KB] UIAutomationClientSideProviders.resources.dll [20.1 KB] System.Windows.Forms.Primitives.resources.dll [15.1 KB] System.Windows.Input.Manipulations.resources.dll [16.1 KB] System.Xaml.resources.dll [59.6 KB] PresentationFramework.resources.dll [180.1 KB] WindowsFormsIntegration.resources.dll [15.6 KB] System.Windows.Forms.resources.dll [312.1 KB] PresentationUI.resources.dll [42.1 KB] System.Windows.Forms.Design.resources.dll [135.6 KB] UIAutomationTypes.resources.dll [18.1 KB] 📁 pl System.Windows.Forms.Design.resources.dll [139.1 KB] UIAutomationTypes.resources.dll [18.2 KB] UIAutomationProvider.resources.dll [15.2 KB] PresentationCore.resources.dll [110.7 KB] System.Windows.Input.Manipulations.resources.dll [16.1 KB] System.Windows.Forms.resources.dll [351.2 KB] WindowsFormsIntegration.resources.dll [15.7 KB] System.Windows.Controls.Ribbon.resources.dll [18.1 KB] WindowsBase.resources.dll [88.7 KB] UIAutomationClientSideProviders.resources.dll [20.6 KB] System.Windows.Forms.Primitives.resources.dll [15.2 KB] ReachFramework.resources.dll [39.2 KB] PresentationUI.resources.dll [45.2 KB] System.Xaml.resources.dll [68.1 KB] UIAutomationClient.resources.dll [19.7 KB] Microsoft.VisualBasic.Forms.resources.dll [25.2 KB] PresentationFramework.resources.dll [205.2 KB] 📁 es Microsoft.VisualBasic.Forms.resources.dll [25.2 KB] System.Xaml.resources.dll [64.6 KB] System.Windows.Forms.resources.dll [351.2 KB] PresentationFramework.resources.dll [198.6 KB] WindowsBase.resources.dll [87.7 KB] WindowsFormsIntegration.resources.dll [15.7 KB] PresentationUI.resources.dll [44.6 KB] UIAutomationTypes.resources.dll [18.2 KB] PresentationCore.resources.dll [107.6 KB] UIAutomationClient.resources.dll [19.7 KB] UIAutomationProvider.resources.dll [15.2 KB] System.Windows.Forms.Design.resources.dll [139.2 KB] System.Windows.Controls.Ribbon.resources.dll [18.1 KB] System.Windows.Forms.Primitives.resources.dll [15.1 KB] ReachFramework.resources.dll [38.6 KB] UIAutomationClientSideProviders.resources.dll [20.6 KB] System.Windows.Input.Manipulations.resources.dll [16.1 KB] 📁 fr UIAutomationClient.resources.dll [19.7 KB] WindowsFormsIntegration.resources.dll [15.7 KB] System.Xaml.resources.dll [66.1 KB] System.Windows.Controls.Ribbon.resources.dll [18.1 KB] UIAutomationClientSideProviders.resources.dll [20.6 KB] UIAutomationProvider.resources.dll [15.2 KB] PresentationUI.resources.dll [45.7 KB] System.Windows.Forms.resources.dll [357.1 KB] UIAutomationTypes.resources.dll [18.2 KB] System.Windows.Forms.Primitives.resources.dll [15.1 KB] ReachFramework.resources.dll [39.2 KB] System.Windows.Forms.Design.resources.dll [140.1 KB] Microsoft.VisualBasic.Forms.resources.dll [25.1 KB] PresentationFramework.resources.dll [202.7 KB] System.Windows.Input.Manipulations.resources.dll [16.1 KB] PresentationCore.resources.dll [110.7 KB] WindowsBase.resources.dll [88.7 KB] 📁 pt-BR PresentationCore.resources.dll [107.2 KB] System.Xaml.resources.dll [64.1 KB] PresentationUI.resources.dll [44.7 KB] UIAutomationClientSideProviders.resources.dll [20.6 KB] System.Windows.Controls.Ribbon.resources.dll [18.1 KB] UIAutomationProvider.resources.dll [15.2 KB] WindowsBase.resources.dll [87.2 KB] System.Windows.Input.Manipulations.resources.dll [16.1 KB] Microsoft.VisualBasic.Forms.resources.dll [25.1 KB] UIAutomationClient.resources.dll [19.7 KB] System.Windows.Forms.resources.dll [344.6 KB] System.Windows.Forms.Primitives.resources.dll [15.2 KB] System.Windows.Forms.Design.resources.dll [138.6 KB] ReachFramework.resources.dll [38.2 KB] UIAutomationTypes.resources.dll [18.2 KB] PresentationFramework.resources.dll [198.1 KB] WindowsFormsIntegration.resources.dll [15.7 KB] System.Diagnostics.FileVersionInfo.dll [34.7 KB] System.Resources.Reader.dll [15.1 KB] Microsoft.VisualBasic.Core.dll [1.2 MB] System.Security.Claims.dll [92.2 KB] api-ms-win-core-console-l1-2-0.dll [20.5 KB] System.Text.Json.dll [1.4 MB] Microsoft.Extensions.Logging.Abstractions.dll [60.6 KB] System.Xml.XmlDocument.dll [15.6 KB] System.Linq.Expressions.dll [3.7 MB] System.Collections.Concurrent.dll [241.2 KB] System.Security.Permissions.dll [168.2 KB] System.Runtime.Handles.dll [15.1 KB] api-ms-win-core-processthreads-l1-1-1.dll [20.5 KB] BooruDatasetTagManager.deps.json [46.1 KB] api-ms-win-core-interlocked-l1-1-0.dll [20.5 KB] netstandard.dll [99.2 KB] System.Security.Principal.Windows.dll [148.2 KB] System.ServiceProcess.dll [16.1 KB] System.Xml.ReaderWriter.dll [21.7 KB] System.Threading.Timer.dll [15.1 KB] dbgshim.dll [137.2 KB] UIAutomationProvider.dll [49.2 KB] System.Threading.Overlapped.dll [15.7 KB] System.Windows.Forms.dll [12.7 MB] System.Net.WebClient.dll [162.7 KB] api-ms-win-core-synch-l1-1-0.dll [20.5 KB] api-ms-win-core-handle-l1-1-0.dll [20.5 KB] api-ms-win-core-processthreads-l1-1-0.dll [20.5 KB] api-ms-win-core-file-l1-1-0.dll [24.5 KB] System.ObjectModel.dll [89.2 KB] System.Net.Sockets.dll [494.7 KB] TabControl.dll [66.0 KB] System.Memory.dll [169.7 KB] api-ms-win-core-profile-l1-1-0.dll [20.5 KB] System.Transactions.Local.dll [343.2 KB] System.Threading.AccessControl.dll [71.7 KB] System.Diagnostics.TextWriterTraceListener.dll [59.2 KB] System.Net.Quic.dll [288.2 KB] PresentationCore.dll [8.3 MB] System.Buffers.dll [15.2 KB] api-ms-win-core-libraryloader-l1-1-0.dll [20.5 KB] api-ms-win-core-errorhandling-l1-1-0.dll [20.5 KB] Grpc.Net.Common.dll [22.3 KB] api-ms-win-core-namedpipe-l1-1-0.dll [20.5 KB] System.Security.dll [18.1 KB] api-ms-win-crt-runtime-l1-1-0.dll [24.5 KB] System.Formats.Asn1.dll [192.7 KB] System.Security.Cryptography.Xml.dll [435.2 KB] coreclr.dll [4.9 MB] System.Dynamic.Runtime.dll [16.1 KB] PresentationFramework-SystemData.dll [23.6 KB] BooruDatasetTagManager.runtimeconfig.json [431.0 B] System.Windows.Forms.Primitives.dll [773.7 KB] api-ms-win-crt-multibyte-l1-1-0.dll [28.5 KB] System.Net.Http.dll [1.7 MB] Microsoft.Win32.SystemEvents.dll [85.1 KB] System.Runtime.Numerics.dll [216.7 KB] System.Net.Primitives.dll [209.2 KB] api-ms-win-core-sysinfo-l1-1-0.dll [20.5 KB] api-ms-win-crt-time-l1-1-0.dll [20.5 KB] PresentationFramework.dll [15.5 MB] System.Globalization.Calendars.dll [15.7 KB] System.Private.Xml.dll [8.1 MB] System.Net.Mail.dll [539.2 KB] System.dll [49.6 KB] PresentationFramework.Aero.dll [440.2 KB] UIAutomationClient.dll [401.2 KB] api-ms-win-core-datetime-l1-1-0.dll [20.5 KB] System.Globalization.dll [15.7 KB] mscordaccore.dll [1.3 MB] System.Net.Ping.dll [77.2 KB] api-ms-win-core-memory-l1-1-0.dll [20.5 KB] System.IO.dll [15.6 KB] System.Diagnostics.Debug.dll [15.6 KB] System.Resources.Writer.dll [44.2 KB] System.Reflection.Emit.Lightweight.dll [15.6 KB] Microsoft.Win32.Primitives.dll [25.7 KB] System.Collections.Specialized.dll [93.2 KB] System.Net.WebProxy.dll [31.2 KB] System.Net.dll [17.6 KB] System.Xml.XPath.XDocument.dll [17.7 KB] System.Diagnostics.Tools.dll [15.6 KB] 秋叶训练器lora-scripts-v1.7.3.7z [2.1 GB] cybertronfurnace1.41.rar [3.7 GB] 75-Temporal Kit与FFmpeg配置-720P 高清-AVC.mp4 [9.0 MB] 37-Brightness+illumination控制器-720P 高清-AVC.mp4 [10.2 MB] 26-Depth深度控制-720P 高清-AVC.mp4 [7.2 MB] 56-8款Stablediffusion功能性lora模型推荐-720P 高清-AVC.mp4 [24.6 MB] 55-多Lora叠加与Lora单独控制-720P 高清-AVC.mp4 [10.8 MB] 43-LightFlow工作流插件-720P 高清-AVC.mp4 [6.1 MB] 15-涂鸦功能讲解-720P 高清-AVC.mp4 [6.3 MB] 91-签名、字体设计、logo场景案例-720P 高清-AVC.mp4 [19.4 MB] 7-文生图参数详解(下)-720P 高清-AVC.mp4 [24.1 MB] 100-Depth anything鍔爃and refiner鏇存柊-720P 楂樻竻-AVC.mp4 [8.5 MB] 19-Stable diffusion模型、插件安装-720P 高清-AVC.mp4 [21.9 MB] 21-ADetailer脸部修复插件-720P 高清-AVC.mp4 [16.2 MB] 93-毛坯房转精装房室内装修风格制作-720P 高清-AVC.mp4 [17.6 MB] 11-8x_NMKD-Superscale放大算法-720P 高清-AVC.mp4 [3.2 MB] 25-openpose姿态控制-720P 高清-AVC.mp4 [11.0 MB] 4-新手学习Stablediffusion必备知识点-720P 高清-AVC.mp4 [25.2 MB] 84-Ai摄影真人写真与换装案例-720P 高清-AVC.mp4 [20.5 MB] 70-AnimateDiff制作丝滑动画-720P 高清-AVC.mp4 [38.7 MB] 96-Stablediffusion Webui 1.8.0版本更新,-720P 高清-AVC.mp4 [24.6 MB] 40-Controlnet instant ID控制器-720P 高清-AVC.mp4 [9.8 MB] 66-训练模型-赛博丹炉-720P 高清-AVC.mp4 [17.5 MB] 89-人物、场景、3D转手绘线稿-720P 高清-AVC.mp4 [19.8 MB] 54-lora备注、调用与触发词-720P 高清-AVC.mp4 [9.1 MB] 92-产品场景、电商海报设计-720P 高清-AVC.mp4 [21.4 MB] 78-不同动作表情,人物角色一致性(上)-720P 高清-AVC.mp4 [12.2 MB] 38-qrcode二维码控制器-720P 高清-AVC.mp4 [4.1 MB] 42-Control Mask Upload鍔熻兘-720P 楂樻竻-AVC.mp4 [10.7 MB] 35-新版ip-adapter多模型功能讲解-720P 高清-AVC.mp4 [15.9 MB] 81-Stablediffusion终极手指修复法-720P 高清-AVC.mp4 [19.4 MB] 46-Cutoff提示词分割-720P 高清-AVC.mp4 [3.9 MB] 79-不同动作表情,人物角色一致性(下)-720P 高清-AVC.mp4 [14.5 MB] 97-柔和重绘Soft inpainting-720P 高清-AVC.mp4 [9.5 MB] 58-SDXL优势与需要注意的事项-720P 高清-AVC.mp4 [11.7 MB] 53-模型推荐与模型训练背后的事-720P 高清-AVC.mp4 [36.6 MB] 61-生成高清多细节图片的各个要素-720P 高清-AVC.mp4 [9.1 MB] 98-Stablediffusion-webui-forge-720P 高清-AVC.mp4 [23.8 MB] 32-Recolor重着色功能-720P 高清-AVC.mp4 [6.6 MB] 87-Ai淘宝店Ai证件照Ai写真馆-720P 高清-AVC.mp4 [87.3 MB] 51-StableSR放大脚本-720P 高清-AVC.mp4 [6.7 MB] 77-一站式EbSynth Utility视频插件-720P 高清-AVC.mp4 [22.1 MB] 6-文生图参数详解(上)-720P 高清-AVC.mp4 [15.8 MB] 85-3D IP角色多视图生成技巧-720P 高清-AVC.mp4 [14.2 MB] 13-局部重绘功能详解-720P 高清-AVC.mp4 [18.3 MB] 65-训练模型-打标处理与优化-720P 高清-AVC.mp4 [13.3 MB] 99-Stablediffusion Webui 1.9.0版本更新-720P 高清-AVC.mp4 [11.5 MB] 62-Checkpoint Merger模型融合-720P 高清-AVC.mp4 [8.6 MB] 80-手指修复、各种手指姿势调整方法-720P 高清-AVC.mp4 [24.7 MB] 9-高分辨率修复Hires.fix-720P 高清-AVC.mp4 [7.0 MB] 72-Deforum功能详解下-720P 高清-AVC.mp4 [25.6 MB] 69-训练模型-检验模型-720P 高清-AVC.mp4 [11.4 MB] 63-训练模型-素材准备-720P 高清-AVC.mp4 [5.9 MB] 1-全面掌握StableDiffusion课程介绍-720P 高清-AVC.mp4 [21.7 MB] 12-图生图参数讲解-720P 高清-AVC.mp4 [17.2 MB] 86-让AI模特帮你卖货-720P 高清-AVC.mp4 [15.4 MB] 41-Controlnet SparseCtrl控制类型-720P 高清-AVC.mp4 [9.0 MB] 101-TTPLanet TileV2控制器-720P 高清-AVC.mp4 [13.8 MB] 22-SD报错处理技巧与解决方法-720P 高清-AVC.mp4 [19.0 MB] 102-历代SD1、2、3大模型对比评测-720P 高清-AVC.mp4 [42.0 MB] 2-Stable Diffusion Win+Mac安装方法-720P 高清-AVC.mp4 [34.6 MB] 48-XYZ Plot图表脚本-720P 高清-AVC.mp4 [4.9 MB] 59-Stablediffusion LCM模型加速出图-720P 高清-AVC.mp4 [17.9 MB] 52-模型下载与分类-720P 高清-AVC.mp4 [10.6 MB] 33-Reference参考、Shuffle随机洗牌-720P 高清-AVC.mp4 [8.2 MB] 31-Tile Blur鍔熻兘-720P 楂樻竻-AVC.mp4 [12.8 MB] 74-丝滑不闪视频转绘-720P 高清-AVC.mp4 [11.3 MB] 50-Tiled Diffusion放大插件-720P 高清-AVC.mp4 [8.4 MB] 10-Hires高清修复各种放大算法-720P 高清-AVC.mp4 [9.0 MB] 88-Ai图片智能扩充功能-720P 高清-AVC.mp4 [11.8 MB] 36-Controlnet Revision鍔熻兘-720P 楂樻竻-AVC.mp4 [5.8 MB] 64-训练模型-素材处理与打标-720P 高清-AVC.mp4 [17.5 MB] 47-ReActor换脸插件-720P 高清-AVC.mp4 [10.1 MB] 67-训练模型-参数详解-720P 高清-AVC.mp4 [14.0 MB] 44-Inpaint Anything蒙版插件-720P 高清-AVC.mp4 [8.7 MB] 94-指定衣服、指定背景换装案例-720P 高清-AVC.mp4 [22.4 MB] 29-Segmentation语义分割-720P 高清-AVC.mp4 [11.6 MB] 3-eSheep在线的WebUI和ComfyUI平台推荐-720P 高清-AVC.mp4 [19.0 MB] 23-Controlnet全功能讲解-720P 高清-AVC.mp4 [13.4 MB] 20-SD提示词全攻略,必备提示词插件-720P 高清-AVC.mp4 [26.3 MB] 16-上传重绘蒙版功能讲解-720P 高清-AVC.mp4 [5.1 MB] 8-Stable diffusion30种采样器全解析-720P 高清-AVC.mp4 [13.4 MB] 30-Controlnet inpaint重绘功能-720P 高清-AVC.mp4 [11.7 MB] 95-Stable diffusion云部署方案-720P 高清-AVC.mp4 [8.2 MB] 17-批量处理与PNG图片信息功能-720P 高清-AVC.mp4 [9.5 MB] 60-SDXL Turbo、LCM模型哪个更快?-720P 高清-AVC.mp4 [11.3 MB] 90-手稿图转实物并上色-720P 高清-AVC.mp4 [15.0 MB] 27-NormalMap法线贴图控制-720P 高清-AVC.mp4 [5.3 MB] 76-TemporalKit+EbSynth缁勫悎-720P 楂樻竻-AVC.mp4 [19.1 MB] 14-涂鸦重绘功能讲解-720P 高清-AVC.mp4 [6.4 MB] 28-Controlnet 5个线条控制器讲解-720P 高清-AVC.mp4 [14.9 MB] 73-Deforum穿越转场,商业案例-720P 高清-AVC.mp4 [58.5 MB] 49-Ultimate Upscale放大脚本-720P 高清-AVC.mp4 [6.9 MB] 83-生成优质图片需要注意的步骤-720P 高清-AVC.mp4 [22.8 MB] 45-宽高比调整助手+移除背景插件-720P 高清-AVC.mp4 [6.1 MB] 71-Deforum功能详解上-720P 高清-AVC.mp4 [22.4 MB] 24-Controlnet控制器开篇与InstructP2P-720P 高清-AVC.mp4 [8.3 MB] 82-人物角色眼睛修复眼神修改-720P 高清-AVC.mp4 [13.5 MB] 5-Stablediffusion十个常见问题-720P 高清-AVC.mp4 [14.9 MB]
🎉 祝您学习愉快!