文件详情

查看文件信息和操作选项

返回首页
AI资源分享
夸克网盘
2025-07-24 03:34:53
374.85 GB
下载次数: 0
查看次数: 1

文件信息

文件名
AI资源分享
文件大小
374.85 GB
分享时间
2023-03-23 18:16:23
分享者
夸父*878
来源网盘
夸克网盘
文件ID
11313036c9fc2821

文件描述

├── 208-fooocus │ ├── 预启动模型 │ │ ├── 动漫模式 │ │ │ ├── 放在foooucs-models-checkpoints下 │ │ │ ├── bluePencilXL_v050.safetensors │ │ │ └── DreamShaper_8_pruned.safetensors │ │ ├── 汉化文件 │ │ │ ├── 使用说明.txt │ │ │ └── zh-CN.json │ │ ├── lora │ │ │ ├── SDXL_FILM_PHOTOGRAPHY_STYLE_BetaV0.4.safetensors │ │ │ └── sdxl_lcm_lora.safetensors │ │ ├── 普通模式 │ │ │ ├── 放在foooucs-models-checkpoints下 │ │ │ └── juggernautXL_version6Rundiffusion.safetensors │ │ ├── 其他模块 │ │ │ ├── 图像提示相关 │ │ │ │ ├── clip_vision_vit_h.safetensors │ │ │ │ ├── control-lora-canny-rank128.safetensors │ │ │ │ ├── fooocus_xl_cpds_128.safetensors │ │ │ │ ├── ip-adapter-plus-face_sdxl_vit-h.bin │ │ │ │ └── ip-adapter-plus_sdxl_vit-h.bin │ │ │ └── 重绘拓展相关 │ │ │ ├── fooocus_inpaint_head.pth │ │ │ └── inpaint_v26.fooocus.patch │ │ └── 写实模式 │ │ ├── 放在foooucs-models-checkpoints下 │ │ └── realisticStockPhoto_v10.safetensors │ └── Fooocus_win64_2-1-791.7z ├── 315整合包 │ ├── 持续更新中!可以订阅更新会提醒 │ ├── 手机上保存会送1T空间,再去电脑下载 │ └── sd-webui-v230315full.zip ├── adetailer模型 ├── AI换脸 │ ├── AI人脸mac │ │ └── roopV42.zip │ ├── AI人脸替换离线版4.4 │ │ ├── models │ │ │ ├── 79999_iter.pth │ │ │ ├── arcface_simswap.onnx │ │ │ ├── arcface_w600k_r50.onnx │ │ │ ├── blendswap_256.onnx │ │ │ ├── codeformer.onnx │ │ │ ├── codeformer_fp16.onnx │ │ │ ├── det_10g.onnx │ │ │ ├── epoch_16_best.ckpt │ │ │ ├── face_occluder.onnx │ │ │ ├── face_parser.onnx │ │ │ ├── faceparser_fp16.onnx │ │ │ ├── gender_age.onnx │ │ │ ├── gfpgan_1.2.onnx │ │ │ ├── gfpgan_1.3.onnx │ │ │ ├── gfpgan_1.4.onnx │ │ │ ├── GFPGANv1.4.onnx │ │ │ ├── gpen_bfr_256.onnx │ │ │ ├── gpen_bfr_512.onnx │ │ │ ├── inswapper_128.onnx │ │ │ ├── inswapper_128_fp16.onnx │ │ │ ├── occluder.onnx │ │ │ ├── rd16-uni.pth │ │ │ ├── rd64-uni-refined.pth │ │ │ ├── rd64-uni.pth │ │ │ ├── real_esrgan_x2plus.pth │ │ │ ├── real_esrgan_x4plus.pth │ │ │ ├── real_esrnet_x4plus.pth │ │ │ ├── res50.onnx │ │ │ ├── restoreformer.onnx │ │ │ ├── retinaface_10g.onnx │ │ │ ├── simswap_256.onnx │ │ │ ├── simswap_512_unofficial.onnx │ │ │ ├── ViT-B-16.pt │ │ │ ├── w600k_r50.onnx │ │ │ ├── w600k_r50_fp16.onnx │ │ │ └── yunet_2023mar.onnx │ │ ├── 【覆盖到4.0目录】4.0~4.3升级到4.4升级包 │ │ │ ├── facefusion │ │ │ │ ├── processors │ │ │ │ │ ├── frame │ │ │ │ │ └── __init__.py │ │ │ │ ├── uis │ │ │ │ │ ├── assets │ │ │ │ │ ├── components │ │ │ │ │ ├── layouts │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── choices.py │ │ │ │ │ ├── core.py │ │ │ │ │ └── typing.py │ │ │ │ ├── __init__.py │ │ │ │ ├── choices.py │ │ │ │ ├── common_helper.py │ │ │ │ ├── content_analyser.py │ │ │ │ ├── core.py │ │ │ │ ├── download.py │ │ │ │ ├── execution_helper.py │ │ │ │ ├── face_analyser.py │ │ │ │ ├── face_helper.py │ │ │ │ ├── face_masker.py │ │ │ │ ├── face_store.py │ │ │ │ ├── ffmpeg.py │ │ │ │ ├── filesystem.py │ │ │ │ ├── globals.py │ │ │ │ ├── installer.py │ │ │ │ ├── logger.py │ │ │ │ ├── metadata.py │ │ │ │ ├── normalizer.py │ │ │ │ ├── typing.py │ │ │ │ ├── vision.py │ │ │ │ └── wording.py │ │ │ ├── rope │ │ │ │ ├── external │ │ │ │ │ ├── cliplib │ │ │ │ │ ├── insight │ │ │ │ │ ├── clipseg.py │ │ │ │ │ └── resnet.py │ │ │ │ ├── media │ │ │ │ │ ├── add.png │ │ │ │ │ ├── blur.png │ │ │ │ │ ├── clear_mem.png │ │ │ │ │ ├── CLIP.png │ │ │ │ │ ├── construction.png │ │ │ │ │ ├── delemb.png │ │ │ │ │ ├── diff.png │ │ │ │ │ ├── dock.png │ │ │ │ │ ├── gfpgan_logo.png │ │ │ │ │ ├── imgvid.png │ │ │ │ │ ├── marker.png │ │ │ │ │ ├── maskblur.png │ │ │ │ │ ├── maskside.png │ │ │ │ │ ├── maskup.png │ │ │ │ │ ├── next.png │ │ │ │ │ ├── occluder.png │ │ │ │ │ ├── orient.png │ │ │ │ │ ├── parse.png │ │ │ │ │ ├── play.png │ │ │ │ │ ├── prev.png │ │ │ │ │ ├── rec.png │ │ │ │ │ ├── remove.png │ │ │ │ │ ├── rgb.png │ │ │ │ │ ├── save.png │ │ │ │ │ ├── save_disk.png │ │ │ │ │ ├── scale.png │ │ │ │ │ ├── srcface.png │ │ │ │ │ ├── STOP.png │ │ │ │ │ ├── stop_marker.png │ │ │ │ │ ├── strength.png │ │ │ │ │ ├── swap.png │ │ │ │ │ ├── tarface.png │ │ │ │ │ ├── tarfacedel.png │ │ │ │ │ ├── test.png │ │ │ │ │ ├── threads.png │ │ │ │ │ └── thresh.png │ │ │ │ ├── Coordinator.py │ │ │ │ ├── GUI.py │ │ │ │ └── VideoManager.py │ │ │ ├── AI人脸替换工具离线版V4.4.exe │ │ │ └── roop_settings.json │ │ └── AI人脸替换工具V4.0启动包.zip │ ├── AU插件一键安装 │ │ ├── AU插件安装教程.mp4 │ │ └── AU全套效果插件合集一键安装包.exe │ ├── facefusion1.3.1整合包 │ │ └── Facefusion V1.3.1 │ │ ├── 解压密码为:aiyy │ │ └── facefusion1.3.1.rar │ ├── roop整合包 │ │ ├── AI人脸替换工具离线版V3.0.zip │ │ └── roop_integrate.7z │ ├── rope本地部署资源 │ │ ├── cudnn-windows-x86_64-8.9.4.25_cuda11-archive.zip │ │ ├── ffmpeg-2023-10-18-git-e7a6bba51a-full_build.7z │ │ └── python-3.10.6-amd64.exe │ └── 新建文件夹-231027-030927592 ├── AI语音 │ ├── bark-gui-main.zip │ ├── MoeGoeTTS.rar │ └── RVC-beta.7z ├── A卡一键整合包 │ ├── 持续更新中!可以订阅更新会提醒 │ ├── 手机上保存会送1T空间,再去电脑下载 │ └── stable-diffusion-webui-directml-02-19.zip ├── 艾粒TTS模型 │ ├── audiocraft_plus.rar │ └── Bert-VITS2-master.zip ├── 阿里云白嫖sd-webui一键包 │ ├── 镜像地址.txt │ └── sd-webui-aki-aliyun-v2.ipynb ├── ChatGLM3一键包+模型 │ └── ChatGLM3.zip ├── 插件 │ ├── 持续更新中!可以订阅更新会提醒 │ ├── 放大算法插件 │ │ ├── 4x-UltraSharp.pth │ │ ├── 4xESRGAN.pth │ │ ├── BSRGAN.pth │ │ └── ESRGAN_4x.pth │ ├── 汉化中英双语tag补全插件包 │ │ ├── a1111-sd-webui-tagcomplete-main.zip │ │ ├── sd-webui-bilingual-localization-main.zip │ │ ├── stable-diffusion-webui-localization-zh_CN-main.zip │ │ └── zh_cn (1).csv │ ├── mov2mov │ │ └── sd-webui-mov2mov-master.zip │ ├── 手机上保存会送1T空间,再去电脑下载 │ ├── StableSR插件及模型 │ │ ├── multidiffusion-upscaler-for-automatic1111-main.zip │ │ ├── sd-webui-stablesr-master.zip │ │ ├── stablesr_webui_sd-v2-1-512-ema-000117.ckpt │ │ └── v2-1_512-ema-pruned.ckpt │ ├── adetailer-main.zip │ ├── ControlNet.png │ ├── maple-from-fall-and-flower.rar │ ├── OneButtonPrompt-main.zip │ ├── sd-dynamic-prompts-main.zip │ ├── sd-face(1).zip │ ├── sd-face.zip │ ├── sd-webui-aspect-ratio-helper-main.zip │ ├── sd-webui-cutoff-main.zip │ ├── sd-webui-deforum-automatic1111-webui.zip │ ├── sd-webui-supermerger.zip │ ├── sd_dreambooth_extension-main(1).zip │ ├── sd_dreambooth_extension-main.zip │ ├── Stable-Diffusion-Webui-Civitai-Helper-main.zip │ ├── stable-diffusion-webui-composable-lora-main.zip │ └── stable-diffusion-webui-two-shot-main.zip ├── 持续更新中!可以订阅更新会提醒 ├── HarmonyGMS │ └── HarmonyGMS.7z ├── InvokeAI一键包 │ ├── 持续更新中!可以订阅更新会提醒 │ ├── 手机上保存会送1T空间,再去电脑下载 │ └── invokeai-win.zip ├── 基础(大)模型 │ ├── 持续更新中!可以订阅更新会提醒 │ ├── 手机上保存会送1T空间,再去电脑下载 │ ├── 3Guofeng3_v32.civitai.info │ ├── 3Guofeng3_v32.preview.png │ ├── 3Guofeng3_v32.safetensors │ ├── abyssorangemix3AOM3_aom3a1b.safetensors │ ├── basilticabyssdream_bad03Ver1.safetensors │ ├── bastardAIImpossible_v5Liveaction.safetensors │ ├── beautypromix_v1.safetensors │ ├── braBeautifulRealistic_brav5.safetensors │ ├── CamelliaMix_2.5D_V2.safetensors │ ├── chikmix_V2.civitai.info │ ├── chikmix_V2.preview.png │ ├── chikmix_V2.safetensors │ ├── chikmix_V2.sha256 │ ├── chilloutmix_NiPrunedFp32Fix.civitai.info │ ├── chilloutmix_NiPrunedFp32Fix.safetensors │ ├── chilloutmix_NiPrunedFp32Fix.sha256 │ ├── 大模型存放位置.txt │ ├── dosmix_.civitai.info │ ├── dosmix_.preview.png │ ├── dosmix_.safetensors │ ├── facebombmix_v1Bakedvae.safetensors │ ├── final-prune.civitai.info │ ├── final-prune.ckpt │ ├── Gf_style_2.civitai.info │ ├── Gf_style_2.ckpt │ ├── Gf_style_2.png │ ├── Gf_style_2.preview.png │ ├── grapefruitHentaiModel_grapefruitv41.safetensors │ ├── koreanstyle25D_koreanstyle25DBaked.safetensors │ ├── luckyStrikeMix_V02Realistic.civitai.info │ ├── luckyStrikeMix_V02Realistic.preview.png │ ├── luckyStrikeMix_V02Realistic.safetensors │ ├── majicmixRealistic_v4.safetensors │ ├── miaoshouai-anything-v4-pruned.civitai.info │ ├── miaoshouai-anything-v4-pruned.preview.png │ ├── miaoshouai-anything-v4-pruned.safetensors │ ├── moonmix_v18.safetensors │ ├── orangechillmix_v70.safetensors │ ├── pastelboys2D_v20.safetensors │ ├── perfectWorld_v2Baked.civitai.info │ ├── perfectWorld_v2Baked.safetensors │ ├── pfg_111Safetensors.safetensors │ ├── Put Stable Diffusion checkpoints here.txt │ ├── qgo10b_qgo10b.safetensors │ ├── rainbow25d.safetensors │ ├── realdosmix_.civitai.info │ ├── realdosmix_.preview.png │ └── realdosmix_.safetensors ├── Kohya GUI--LoRa模型訓練工具 │ ├── kohya安裝命令及RUN檔案.rar │ ├── mwxKTEtelILoIbMbruuM.zip │ └── Python+Git.rar ├── 炼丹小工具 │ ├── 任意窗口置顶显示Moo0 Always on Top │ │ └── Moo0 AlwaysOnTop v1.24 Installer.zip │ ├── VSCodeUserSetup-x64-1.78.2.exe │ └── xiuxiu64_setup.exe ├── lora训练 │ ├── 1.3budingbao │ │ └── cybertronfurnace1.3_update.rar │ ├── 1.3wanzhengbao │ │ └── cybertronfurnace1.3.rar │ ├── cybertron furnace │ │ ├── cybertronfurnace1.0.rar │ │ └── cybertronfurnace1.0_fix.zip │ ├── 第一次使用下载1.3完整包(1.3wanzhengbao).txt │ ├── lora-scripts.zip │ ├── Notepad3_6.23.118.1_x64_Setup.exe │ ├── python-3.10.8-amd64.exe │ ├── 原1.0,1.1用户下载1.3完整包(1.3wanzhengbao).txt │ └── 原1.2版本升级1.3下载(1.3budingbao).txt ├── 美女图包 │ ├── 持续更新中!可以订阅更新会提醒 │ ├── 手机上保存会送1T空间,再去电脑下载 │ ├── 神龙美图 │ │ ├── 第1期 - 美女 │ │ │ └── AI美女第1期.rar │ │ ├── 第2期 - 美女 │ │ │ └── AI美女第2期.rar │ │ ├── 第3期 - 云韵Coser │ │ │ ├── 云韵-补充横屏壁纸22张.rar │ │ │ └── 云韵.rar │ │ ├── 第4期 - 云曦Coser │ │ │ ├── 云曦横屏壁纸.rar │ │ │ └── 云曦手机壁纸32张.rar │ │ ├── 第5期 - 柳神Coser │ │ │ ├── 柳神.rar │ │ │ └── 柳神横屏壁纸.rar │ │ ├── 第9期 - 火灵儿Coser │ │ │ ├── 火灵儿横屏.rar │ │ │ └── 火灵儿竖屏.rar │ │ └── 免费转存禁止商用和二次分享 │ ├── 下载后将后缀最后的数字2删掉就可以解压,不要在线解压 │ ├── 2023-04-09-1.zip │ ├── [Real 4K]1.zip2 │ ├── AI第115期.rar2 │ ├── Ayaka_Normal.rar2 │ ├── 短袖文化衫女.zip │ ├── 风衣少女.zip2 │ ├── 国风绝美仙子(横版).zip │ ├── 古风美女.rar │ ├── 古风美女泳池秀.zip │ ├── 黑纱内衣美女.zip │ ├── 机甲女友2.zip │ ├── 机械女友.zip │ ├── 美女钢铁侠.zip2 │ ├── 女海盗.zip │ ├── OL.zip │ ├── 水元素.zip2 │ ├── 图包02.zip2 │ ├── 【AI】 4K沙滩美女.zip │ └── 【NovelAI】AI绘画古风美女壁纸赏析第一期.zip2 ├── 秋叶整合包V4 │ └── sd-webui-aki-v4.zip ├── ROLA │ ├── 2023.4月模型推荐 │ │ └── LoRA模型 │ │ ├── animeLineartMangaLike_v20Offset.safetensors │ │ ├── animeLineartMangaLike_v30MangaLike.safetensors │ │ ├── animeTarotCardArtStyleLora_v31.safetensors │ │ ├── animixAnimeScreenshotLikeStyleMixLora_v10.safetensors │ │ ├── gachaSplashLORA_gachaSplash31.safetensors │ │ ├── incomingHugKiss_v12.safetensors │ │ ├── Moxin_10.safetensors │ │ ├── Moxin_Shukezouma11.safetensors │ │ ├── 模型信息.xlsx │ │ ├── stampV1_v10.safetensors │ │ ├── standingFullBodyWithBackgroundStyle_v10Offset.safetensors │ │ └── Xiaorenshu_v20.safetensors │ ├── 持续更新中!可以订阅更新会提醒 │ ├── 手机上保存会送1T空间,再去电脑下载 │ ├── cuteGirlMix4_v10.safetensors │ ├── elegantHanfuRuqun_v10.safetensors │ ├── fashionGirl_v51.safetensors │ ├── GuoFeng2_Lora.civitai.info │ ├── GuoFeng2_Lora.preview.png │ ├── GuoFeng2_Lora.safetensors │ ├── GuoFeng3.2_Lora.safetensors │ ├── GuoFeng3.2_Lora.sha256 │ ├── hanfu_v28.safetensors │ ├── japaneseDollLikeness_v10.safetensors │ ├── jiandi-000014.civitai.info │ ├── jiandi-000014.png │ ├── jiandi-000014.safetensors │ ├── koreanDollLikeness_v10.civitai.info │ ├── koreanDollLikeness_v10.png │ ├── koreanDollLikeness_v10.preview.png │ ├── koreanDollLikeness_v10.safetensors │ ├── koreanDollLikeness_v15.safetensors │ ├── koreanGalLoconLora_1.safetensors │ ├── Moxin_10.civitai.info │ ├── Moxin_10.preview.png │ ├── Moxin_10.safetensors │ ├── Rola模型存放位置.txt │ ├── russianDollLikeness_v3.safetensors │ ├── shojovibe_v11.safetensors │ ├── taiwanDollLikeness_v10.civitai.info │ ├── taiwanDollLikeness_v10.png │ ├── taiwanDollLikeness_v10.safetensors │ ├── yaeMikoRealistic_yaemikoMixed.civitai.info │ ├── yaeMikoRealistic_yaemikoMixed.preview.png │ └── yaeMikoRealistic_yaemikoMixed.safetensors ├── RVC安装程序 ├── RVC官方懒人包 │ └── RVC-beta.7z ├── sd-webui-aki │ ├── controlnet │ │ ├── 模型 │ │ │ ├── control_v11e_sd15_ip2p_fp16.safetensors │ │ │ ├── control_v11e_sd15_shuffle_fp16.safetensors │ │ │ ├── control_v11f1e_sd15_tile_fp16.safetensors │ │ │ ├── control_v11f1p_sd15_depth_fp16.safetensors │ │ │ ├── control_v11p_sd15_canny_fp16.safetensors │ │ │ ├── control_v11p_sd15_inpaint_fp16.safetensors │ │ │ ├── control_v11p_sd15_lineart_fp16.safetensors │ │ │ ├── control_v11p_sd15_mlsd_fp16.safetensors │ │ │ ├── control_v11p_sd15_normalbae_fp16.safetensors │ │ │ ├── control_v11p_sd15_openpose_fp16.safetensors │ │ │ ├── control_v11p_sd15_scribble_fp16.safetensors │ │ │ ├── control_v11p_sd15_seg_fp16.safetensors │ │ │ ├── control_v11p_sd15_softedge_fp16.safetensors │ │ │ ├── control_v11p_sd15s2_lineart_anime_fp16.safetensors │ │ │ └── controlnet++_union_sdxl_promax.safetensors │ │ └── 安装教程.txt │ ├── 旧版-AMD显卡请下这个 │ │ ├── sd-webui-aki-v4.8.7z │ │ └── sd-webui-aki-v4.9.1.7z │ ├── 启动器运行依赖-dotnet-6.0.11.exe │ └── sd-webui-aki-v4.10.7z ├── SDwebUI部署软件 │ ├── 持续更新中!可以订阅更新会提醒 │ ├── 手机上保存会送1T空间,再去电脑下载 │ ├── cuda_12.0.0_527.41_windows.exe │ ├── dotnet-sdk-7.0.201-win-x64.exe │ ├── GFPGANv1.4.pth │ ├── Git-2.39.2-64-bit.exe │ ├── Miniconda3-latest-Windows-x86_64.exe │ ├── python-3.10.6-amd64.exe │ ├── python-3.10.6-embed-amd64.zip │ └── windowsdesktop-runtime-6.0.14-win-x64.exe ├── SD相关 ├── 手机上保存会送1T空间,再去电脑下载 ├── VAE │ ├── 持续更新中!可以订阅更新会提醒 │ ├── 手机上保存会送1T空间,再去电脑下载 │ ├── animevae.pt │ ├── Berry's Mix.vae.safetensors │ ├── kl-f8-anime2.ckpt │ ├── miaoshouai-anything-v4-pruned.vae.pt │ ├── Put VAE here.txt │ ├── vae-ft-mse-840000-ema-pruned.ckpt │ └── VAE模型存放位置.txt ├── videolingo部署安装 │ ├── VideoLingo-main_20241126.zip │ └── videolingo本地安装使用教程内含各种资源下载地址.txt ├── 微软语音合成助手1.51 │ ├── TTS-VUE v1.9.0(微软语音合成).7z │ ├── ttsEdgev1.2(Edge大声朗读).7z │ ├── TTSMaker-免费语音合成.url │ ├── 微软语音合成助手 v1.5.1.7z │ ├── 一点红语音合成 v1.4.7z │ └── 注:ttsEdge总报错的话把路径中的空格去掉.txt ├── 微软语音合成助手5.4 │ ├── 额外字幕模型(放到整合包srt目录) │ │ ├── ggml-base.bin │ │ ├── ggml-large.bin │ │ ├── ggml-medium.bin │ │ ├── ggml-small.bin │ │ └── ggml-tiny.bin │ ├── 旧版本 │ │ ├── micro-and-vits5.1.zip │ │ ├── micro-and-vits5.2.zip │ │ ├── micro-and-vits5.3.zip │ │ ├── micro-and-vits5.3c.zip │ │ ├── micro-and-vits5.3完整版.zip │ │ └── 微软语音合成助手5.3c.exe │ ├── vits模型 │ │ ├── tendo_alice │ │ │ ├── config.json │ │ │ └── Tendo_Alice.pth │ │ └── yuanshen │ │ ├── config.json │ │ └── G_953000.pth │ ├── micro-and-vits5.4.zip │ ├── micro-and-vits5.4_bert_vits2.zip │ ├── 微软语音合成助手5.4.exe │ └── 正常合成下载200mb就好啦,需要vits功能的要下载6g哒.txt ├── 新建文件夹-231021-005112392 ├── 星空大佬最新整合包 │ ├── sdwebui-4-18 │ │ ├── ControlNet-v1-0 │ │ │ ├── .gitattributes │ │ │ ├── cldm_v15.yaml │ │ │ ├── cldm_v21.yaml │ │ │ ├── control_canny-fp16.safetensors │ │ │ ├── control_depth-fp16.safetensors │ │ │ ├── control_hed-fp16.safetensors │ │ │ ├── control_mlsd-fp16.safetensors │ │ │ ├── control_normal-fp16.safetensors │ │ │ ├── control_openpose-fp16.safetensors │ │ │ ├── control_scribble-fp16.safetensors │ │ │ ├── control_seg-fp16.safetensors │ │ │ ├── README.md │ │ │ ├── t2iadapter_canny-fp16.safetensors │ │ │ ├── t2iadapter_color-fp16.safetensors │ │ │ ├── t2iadapter_depth-fp16.safetensors │ │ │ ├── t2iadapter_keypose-fp16.safetensors │ │ │ ├── t2iadapter_openpose-fp16.safetensors │ │ │ ├── t2iadapter_seg-fp16.safetensors │ │ │ ├── t2iadapter_sketch-fp16.safetensors │ │ │ └── t2iadapter_style-fp16.safetensors │ │ ├── ControlNet-v1-1 │ │ │ ├── .gitattributes │ │ │ ├── control_v11e_sd15_ip2p.pth │ │ │ ├── control_v11e_sd15_ip2p.yaml │ │ │ ├── control_v11e_sd15_shuffle.pth │ │ │ ├── control_v11e_sd15_shuffle.yaml │ │ │ ├── control_v11f1p_sd15_depth.pth │ │ │ ├── control_v11f1p_sd15_depth.yaml │ │ │ ├── control_v11p_sd15_canny.pth │ │ │ ├── control_v11p_sd15_canny.yaml │ │ │ ├── control_v11p_sd15_inpaint.pth │ │ │ ├── control_v11p_sd15_inpaint.yaml │ │ │ ├── control_v11p_sd15_lineart.pth │ │ │ ├── control_v11p_sd15_lineart.yaml │ │ │ ├── control_v11p_sd15_mlsd.pth │ │ │ ├── control_v11p_sd15_mlsd.yaml │ │ │ ├── control_v11p_sd15_normalbae.pth │ │ │ ├── control_v11p_sd15_normalbae.yaml │ │ │ ├── control_v11p_sd15_openpose.pth │ │ │ ├── control_v11p_sd15_openpose.yaml │ │ │ ├── control_v11p_sd15_scribble.pth │ │ │ ├── control_v11p_sd15_scribble.yaml │ │ │ ├── control_v11p_sd15_seg.pth │ │ │ ├── control_v11p_sd15_seg.yaml │ │ │ ├── control_v11p_sd15_softedge.pth │ │ │ ├── control_v11p_sd15_softedge.yaml │ │ │ ├── control_v11p_sd15s2_lineart_anime.pth │ │ │ ├── control_v11p_sd15s2_lineart_anime.yaml │ │ │ ├── control_v11u_sd15_tile.pth │ │ │ ├── control_v11u_sd15_tile.yaml │ │ │ └── README.md │ │ └── stable-diffusion-webui_23-04-18.zip │ └── stable-diffusion-webui_.zip ├── 小模型 │ ├── 持续更新中!可以订阅更新会提醒 │ ├── DNF剑帝LORA模型 │ │ ├── 持续更新中!可以订阅更新会提醒 │ │ ├── 模型 │ │ │ ├── 持续更新中!可以订阅更新会提醒 │ │ │ ├── 手机上保存会送1T空间,再去电脑下载 │ │ │ ├── jiandi-000016.safetensors │ │ │ ├── jiandi-000018.safetensors │ │ │ └── 三个都差不多,权重0.6-0.9,要加关键词jiandi.txt │ │ ├── 手机上保存会送1T空间,再去电脑下载 │ │ ├── 图 │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ ├── 8.png │ │ │ ├── 9.png │ │ │ ├── 10.png │ │ │ ├── 11.png │ │ │ ├── 12.png │ │ │ ├── 02844-2734752556-jiandi,1girl,solo,white cloth.png │ │ │ ├── 02858-3872853207-best quality,masterpiece,jiandi,1girl,solo,white cloth,long hair,white hair,sword,pony tail.png │ │ │ ├── 02870-1702033397-best quality,masterpiece,jiandi,1girl,solo,white cloth,long hair,white hair,sword,long pony tail,.png │ │ │ ├── 02884-991473742-[(white background_1.4)__5], (chibi_1.2),jiandi,1girl,solo,white cloth,white cloth,long hair,white hair,sword,long pony tail.png │ │ │ ├── 02887-3338254297-[(white background_1.4)__5], (chibi_1.2),jiandi,1girl,solo,white cloth,white cloth,long hair,white hair,sword,long pony tail.png │ │ │ ├── 02889-1086548066-[(white background_1.4)__5], (chibi_1.2),jiandi,1girl,solo,white cloth,white cloth,long hair,white hair,sword,long pony tail.png │ │ │ ├── 02898-3727418618-[(white background_1.4)__5], (chibi_1.2),(pixel art_1.3),jiandi,1girl,solo,white cloth,white cloth,long hair,white hair,sword,lo.png │ │ │ ├── 02907-2971227187-[(white background_1.4)__5], (chibi_1.2),(pixel art_1.2),jiandi,1girl,solo,white cloth,white cloth,long hair,white hair,sword,we.png │ │ │ ├── 02911-1803784491-[(white background_1.4)__5], (chibi_1.2),(pixel art_1.2),jiandi,1girl,solo,white cloth,white cloth,long hair,white hair,sword,we.png │ │ │ ├── 02913-3534297252-[(white background_1.4)__5], (chibi_1.2),(pixel art_1.2),jiandi,1girl,solo,white cloth,white cloth,long hair,white hair,sword,we.png │ │ │ ├── 02920-3534297259-[(white background_1.4)__5], (chibi_1.2),(pixel art_1.2),jiandi,1girl,solo,white cloth,white cloth,long hair,white hair,sword,we.png │ │ │ ├── 02926-3534297265-[(white background_1.4)__5], (chibi_1.2),(pixel art_1.2),jiandi,1girl,solo,white cloth,white cloth,long hair,white hair,sword,we.png │ │ │ └── 03229-386572265-((beautiful face)), extremely delicate facial,(best quality),(extremely detailed cg 8k wallpaper), masterpiece, an extremely del.png │ │ └── 训练集 │ │ ├── 持续更新中!可以订阅更新会提醒 │ │ ├── 手机上保存会送1T空间,再去电脑下载 │ │ ├── 00000-0-1.png │ │ ├── 00000-0-1.txt │ │ ├── 00001-0-10.png │ │ ├── 00001-0-10.txt │ │ ├── 00002-0-11.png │ │ ├── 00002-0-11.txt │ │ ├── 00003-0-12.png │ │ ├── 00003-0-12.txt │ │ ├── 00004-0-13.png │ │ ├── 00004-0-13.txt │ │ ├── 00005-0-14.png │ │ ├── 00005-0-14.txt │ │ ├── 00006-0-15.png │ │ ├── 00006-0-15.txt │ │ ├── 00007-0-16.png │ │ ├── 00007-0-16.txt │ │ ├── 00008-0-2.png │ │ ├── 00008-0-2.txt │ │ ├── 00009-0-3.png │ │ ├── 00009-0-3.txt │ │ ├── 00010-0-4.png │ │ ├── 00010-0-4.txt │ │ ├── 00011-0-5.png │ │ ├── 00011-0-5.txt │ │ ├── 00012-0-6.png │ │ ├── 00012-0-6.txt │ │ ├── 00013-0-7.png │ │ ├── 00013-0-7.txt │ │ ├── 00014-0-8.png │ │ └── 00014-0-8.txt │ ├── LoRA模型 │ │ ├── 持续更新中!可以订阅更新会提醒 │ │ ├── 手机上保存会送1T空间,再去电脑下载 │ │ ├── japaneseDollLikeness_v10.safetensors │ │ ├── koreanDollLikeness_v10.safetensors │ │ ├── taiwanDollLikeness_v10.safetensors │ │ └── yaeMikoRealistic_yaemikoMixed.safetensors │ ├── 刘亦菲 │ │ ├── 持续更新中!可以订阅更新会提醒 │ │ ├── 手机上保存会送1T空间,再去电脑下载 │ │ ├── 范例.docx │ │ ├── liuyifei_10.safetensors │ │ └── 提示词.txt │ ├── 手机上保存会送1T空间,再去电脑下载 │ ├── awaitingtongue.pt │ ├── DNF剑帝LORA模型.rar │ ├── FilmG2.safetensors │ ├── Modnet模型.zip │ └── Rola模型存放位置.txt └── 【绘画2.2-01】星海世界 科幻宇宙基础世界观 ├── 【绘画2.2-01】星海世界 科幻宇宙基础世界观.7z.001 ├── 【绘画2.2-01】星海世界 科幻宇宙基础世界观.7z.002 ├── 【绘画2.2-01】星海世界 科幻宇宙基础世界观.7z.003 ├── 【绘画2.2-01】星海世界 科幻宇宙基础世界观.7z.004 ├── 【绘画2.2-01】星海世界 科幻宇宙基础世界观.7z.005 ├── 【绘画2.2-01】星海世界 科幻宇宙基础世界观.7z.006 ├── 【绘画2.2-01】星海世界 科幻宇宙基础世界观.7z.007 ├── 【绘画2.2-01】星海世界 科幻宇宙基础世界观.7z.008 ├── 【绘画2.2-01】星海世界 科幻宇宙基础世界观.7z.009 ├── 【绘画2.2-01】星海世界 科幻宇宙基础世界观.7z.010 ├── 【绘画2.2-01】星海世界 科幻宇宙基础世界观.【总共10分卷 校验码】.7z.001 └── 【绘画2.2-01】星海世界 科幻宇宙基础世界观.【总共10分卷 校验码】.7z.002