{"id":3679,"date":"2024-09-20T10:39:04","date_gmt":"2024-09-20T02:39:04","guid":{"rendered":"https:\/\/www.talktop.cn\/?p=3679"},"modified":"2024-11-30T18:21:22","modified_gmt":"2024-11-30T10:21:22","slug":"webui%e6%9c%ac%e5%9c%b0%e5%8c%96%e9%83%a8%e7%bd%b2%e6%89%8b%e5%8a%a8%e5%ae%89%e8%a3%85%e8%af%a6%e7%bb%86%e6%ad%a5%e9%aa%a4","status":"publish","type":"post","link":"https:\/\/www.talktop.cn\/?p=3679","title":{"rendered":"Stable diffusion\u00a0WebUI\u672c\u5730\u5316\u90e8\u7f72|\u624b\u52a8\u5b89\u88c5\u8be6\u7ec6\u6b65\u9aa4"},"content":{"rendered":"\n<p><strong>1.\u4e0b\u8f7dconda\u5b98\u65b9\u5305<\/strong><strong><\/strong><\/p>\n\n\n\n<p>\u8fd9\u91cc\u6211\u4eec\u9700\u8981\u5728\u5b98\u7f51\u4e0a\u67e5\u627e\u81ea\u5df1\u9700\u8981\u7684\u7248\u672c\u3002<\/p>\n\n\n\n<p>\u5b98\u65b9\u4e0b\u8f7d\u5730\u5740:https:\/\/repo.anaconda.com\/archive\/<\/p>\n\n\n\n<p>\u8fd9\u91cc\u4ee5\u6211\u81ea\u5df1\u5b89\u88c5\u7684\u7248\u672c\u4e3a\u4f8b\uff1a<\/p>\n\n\n\n<p>wget https:\/\/repo.anaconda.com\/archive\/Anaconda3-5.3.0-Linux-x86_64.sh<\/p>\n\n\n\n<p><strong>2.\u5b89\u88c5conda\u865a\u62df\u73af\u5883<\/strong><strong><\/strong><\/p>\n\n\n\n<p>\u8fd0\u884cconda\u865a\u62df\u73af\u5883sh\u5b89\u88c5\u547d\u4ee4\uff0c\u547d\u4ee4\u5982\u4e0b<\/p>\n\n\n\n<p>chmod +x Anaconda3-5.3.0-Linux-x86_64.sh<\/p>\n\n\n\n<p>.\/Anaconda3-5.3.0-Linux-x86_64.sh<\/p>\n\n\n\n<p><strong>3.\u521b\u5efa\u5e76\u8fd0\u884cconda\u865a\u62df\u73af\u5883<\/strong><strong><\/strong><\/p>\n\n\n\n<p>conda create -n sd python=3.7 \uff08sd&nbsp;\u4e3a\u73af\u5883\u540d\u79f0\uff0cpython\u4e3a\u6307\u5b9a\u7248\u672c\uff09<\/p>\n\n\n\n<p>conda activate sd<\/p>\n\n\n\n<p><strong>4.\u521b\u5efa\u5e76\u8fd0\u884cconda\u865a\u62df\u73af\u5883<\/strong><\/p>\n\n\n\n<p>torch\u5305\u6309\u7167\u9700\u8981\u6839\u636e\u7cfb\u7edf\u7248\u672c\u3001\u663e\u5361\u7248\u672c\u6765\u9009\u62e9\uff0c\u652f\u6301\u5411\u4e0b\u517c\u5bb9\uff0cCUDA\u7248\u672c\u53ef\u4ee5\u5c0f\u4e8e\u663e\u5361\u7248\u672c\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"692\" height=\"272\" src=\"https:\/\/www.talktop.cn\/wp-content\/uploads\/2024\/09\/image-22.png\" alt=\"conda\u5b89\u88c5\" class=\"wp-image-3681\" srcset=\"https:\/\/www.talktop.cn\/wp-content\/uploads\/2024\/09\/image-22.png 692w, https:\/\/www.talktop.cn\/wp-content\/uploads\/2024\/09\/image-22-300x118.png 300w\" sizes=\"(max-width: 692px) 100vw, 692px\" \/><\/figure>\n\n\n\n<p>\u5b89\u88c5\u547d\u4ee4\uff1aconda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch<\/p>\n\n\n\n<p><strong>5.\u521b\u5efa\u5e76\u8fd0\u884cconda\u865a\u62df\u73af\u5883<\/strong><\/p>\n\n\n\n<p>Webui\u9879\u76ee\u4e2d\u6709requirements_versions.txt\u3001requirements.txt\u4e24\u4e2a\u4f9d\u8d56\u5305\u7ba1\u7406\u6587\u4ef6\uff0c\u53ef\u4ee5\u76f4\u63a5\u901a\u8fc7pip\u547d\u4ee4\u8fdb\u884c\u5b89\u88c5\u3002<\/p>\n\n\n\n<p>pip install -r requirements_versions.txt -i https:\/\/pypi.tuna.tsinghua.edu.cn\/simple<\/p>\n\n\n\n<p>pip install -r requirements.txt -i https:\/\/pypi.tuna.tsinghua.edu.cn\/simple<\/p>\n\n\n\n<p>\u5907\u6ce8\uff1apip\u9ed8\u8ba4\u4e0b\u8f7d\u6e90\u4e3a\u56fd\u5916\uff0c\u4e0b\u8f7d\u901f\u5ea6\u975e\u5e38\u6162\uff0c\u53ef\u4ee5\u901a\u8fc7-i\u6307\u5b9a\u56fd\u5185\u955c\u50cf\u6e90\u3002<\/p>\n\n\n\n<p><strong>6.\u4e0b\u8f7dxformes\u52a0\u901f\u63d2\u4ef6<\/strong><\/p>\n\n\n\n<p>\u5728\u542f\u52a8weubi\u65f6\u4f1a\u63d0\u793aNo module &#8216;xformers&#8217;. Proceeding without it.\u9519\u8bef\u3002<\/p>\n\n\n\n<p>pip install -U -I &#8211;no-deps xformers==0.0.20 -i https:\/\/pypi.tuna.tsinghua.edu.cn\/simple<\/p>\n\n\n\n<p><strong>7.\u5927\u6a21\u578b\u4e0b\u8f7d<\/strong><\/p>\n\n\n\n<p>\u542f\u52a8webui\u65f6\u4f1a\u63d0\u793aFileNotFoundError: No checkpoints found. When searching for checkpoints for Stable-diffusion.\u9519\u8bef\uff0c\u9700\u8bbf\u95eehttps:\/\/huggingface.co\/\u624b\u52a8\u4e0b\u8f7dStable diffusion\u5927\u6a21\u578b\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"692\" height=\"319\" src=\"https:\/\/www.talktop.cn\/wp-content\/uploads\/2024\/09\/image-23.png\" alt=\"sd\u6a21\u578b\u4e0b\u8f7d\" class=\"wp-image-3683\" srcset=\"https:\/\/www.talktop.cn\/wp-content\/uploads\/2024\/09\/image-23.png 692w, https:\/\/www.talktop.cn\/wp-content\/uploads\/2024\/09\/image-23-300x138.png 300w\" sizes=\"(max-width: 692px) 100vw, 692px\" \/><\/figure>\n\n\n\n<p><strong>8.\u4e0b\u8f7dopen_clip\u63d2\u4ef6<\/strong><\/p>\n\n\n\n<p>\u542f\u52a8webui\u65f6\u63d0\u793aAttributeError: module \u2018open_clip\u2019 has no attribute \u2018transformer\u9519\u8bef\uff0c\u9700\u5b89\u88c5open_clip\u63d2\u4ef6\u3002<\/p>\n\n\n\n<p>\u5b89\u88c5\u547d\u4ee4\uff1apip install git+https:\/\/github.com\/mlfoundations\/open_clip.git &#8211;prefer-binary<\/p>\n\n\n\n<p><strong>9.\u4e0b\u8f7dgoogle-perftools<\/strong><\/p>\n\n\n\n<p>\u542f\u52a8weubi\u63d0\u793aCannot locate TCMalloc\u60c5\u51b5\uff0c\u9700\u624b\u52a8\u5b89\u88c5google-perftools\u5b89\u88c5\u5305\u3002<\/p>\n\n\n\n<p>\u5b89\u88c5\u547d\u4ee4\uff1asudo apt install &#8211;no-install-recommends google-perftools<\/p>\n\n\n\n<p><strong>10.torch\u5bfc\u5165\u5f02\u5e38\u60c5\u51b5<\/strong><\/p>\n\n\n\n<p>&nbsp;torch \u6b63\u5e38\u5b89\u88c5\uff0c\u5728 python \u4e2d\uff0c\u8c03\u7528 import torch \u65f6\uff0c\u540c\u6837\u51fa\u73b0\u5f02\u5e38\uff1a<\/p>\n\n\n\n<p>ImportError: cannot import name &#8216;_get_cpp_backtrace&#8217; from &#8216;torch._C&#8217;\u3002<\/p>\n\n\n\n<p>\u91cd\u65b0\u5b89\u88c5 PyTorch \u5373\u53ef\uff0c\u5373\u5148\u67e5\u770b\u5e76\u5378\u8f7d PyTorch\uff0c\u518d\u5b89\u88c5\u3002<\/p>\n\n\n\n<p>\u5b89\u88c5\u5b8c\u6210\u4e4b\u540e\u6d4b\u8bd5\u547d\u4ee4\uff1a<\/p>\n\n\n\n<p>import torch<br>print(torch.__version__)<\/p>\n\n\n\n<p>import torchvision<br>print(torchvision.__version__)<\/p>\n\n\n\n<p><strong>11.\u4e0b\u8f7dclip\u6a21\u578b<\/strong><\/p>\n\n\n\n<p>\u542f\u52a8webui\u8fc7\u7a0b\u4e2d\u4f1a\u51fa\u73b0\u63d0\u793aOSError: Can&#8217;t load&nbsp;<a href=\"https:\/\/link.zhihu.com\/?target=https:\/\/so.csdn.net\/so\/search?q=tokenizer&amp;spm=1001.2101.3001.7020\">tokenizer<\/a>&nbsp;for &#8216;openai\/clip-vit-large-patch14&#8217;.\u60c5\u51b5\uff0c\u8fd9\u4e2a\u62a5\u9519\u662f\u56e0\u4e3a\u56fd\u5185\u65e0\u6cd5\u8bbf\u95ee huggingface \uff0c\u5bfc\u81f4\u811a\u672c\u672a\u80fd\u6210\u529f\u4e0b\u8f7d CLIP \u6a21\u578b\u7684\u53c2\u6570\u3002<\/p>\n\n\n\n<p>\u8bbf\u95ee\uff1ahttps:\/\/huggingface.co\/openai\/clip-vit-large-patch14\/tree\/main\u624b\u52a8\u4e0b\u8f7d\u76ee\u5f55\u4e0b\u7684\u6a21\u578b\u6587\u4ef6\uff0c\u4e0a\u4f20\u670d\u52a1\u5668\u4e0a\u3002\u4e0a\u4f20\u5b8c\u6210\u4e4b\u540e\u9700\u8981\u4fee\u6539modules.py\u6e90\u7801\u3002<\/p>\n\n\n\n<p>\u7b2c\u4e00\u5904\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-712ab2798fa7b74a5d0c237c9e1eeea5\"><code>class FrozenCLIPEmbedder(AbstractEncoder):\n    \"\"\"Uses the CLIP transformer encoder for text (from huggingface)\"\"\"\n    LAYERS = &#91;\n        \"last\",\n        \"pooled\",\n        \"hidden\"\n    ]\n\n    def __init__(self, version=\"openai\/clip-vit-large-patch14\", device=\"cuda\", max_length=77,\n                 freeze=True, layer=\"last\", layer_idx=None):  # clip-vit-base-patch32\n        super().__init__()<\/code><\/pre>\n\n\n\n<p>\u7b2c\u4e8c\u5904\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-e70e761fd93faaaef42855662730f894\"><code>class FrozenCLIPT5Encoder(AbstractEncoder):\n    def __init__(self, clip_version=\"openai\/clip-vit-large-patch14\", t5_version=\"google\/t5-v1_1-xl\", device=\"cuda\",\n                 clip_max_length=77, t5_max_length=77):\n        super().__init__()<\/code><\/pre>\n\n\n\n<p>\u5c06\u5176\u4e2d&nbsp;version=&#8221;openai\/clip-vit-large-patch14&#8243;&nbsp;\u91cc\u7684 clip-vit-large-patch14 \u8def\u5f84\u66ff\u6362\u4e3a\u4f60\u653e\u7f6e clip-vit-large-patch14 \u6587\u4ef6\u5939\u7684\u8def\u5f84\u3002<\/p>\n\n\n\n<p><strong>12.\u5c4f\u853dwebui\u81ea\u52a8\u66f4\u65b0<\/strong><\/p>\n\n\n\n<p>\u542f\u52a8webui\u4f1a\u81ea\u52a8git pull\u8fdc\u7a0b\u9879\u76ee\u5730\u5740\u6765\u68c0\u67e5\u662f\u5426\u66f4\u65b0\uff0c\u63d0\u793aRuntimeError: Couldn&#8217;t fetch assets. Command: &#8220;git&#8221; -C &#8220;\/myyule\/webui\/stable-diffusion-webui\/repositories\/stable-diffusion-webui-assets&#8221; fetch &#8211;refetch &#8211;no-auto-gc\u5f02\u5e38\u3002<\/p>\n\n\n\n<p>\u9700\u4fee\u6539launch_utils.py\u6e90\u7801\u5c4f\u853dgit\u81ea\u52a8\u66f4\u65b0\u3002\u901a\u8fc7\u641c\u7d22git_clone\u5173\u952e\u5b57\u5c4f\u853dgit\u81ea\u52a8\u66f4\u65b0\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"691\" height=\"195\" src=\"https:\/\/www.talktop.cn\/wp-content\/uploads\/2024\/09\/image-24.png\" alt=\"\" class=\"wp-image-3684\" srcset=\"https:\/\/www.talktop.cn\/wp-content\/uploads\/2024\/09\/image-24.png 691w, https:\/\/www.talktop.cn\/wp-content\/uploads\/2024\/09\/image-24-300x85.png 300w\" sizes=\"(max-width: 691px) 100vw, 691px\" \/><\/figure>\n\n\n\n<p><strong>13.webui\u542f\u52a8<\/strong><\/p>\n\n\n\n<p>\u542f\u52a8\u547d\u4ee4\uff1anohup python launch.py &#8211;port 8762 &#8211;listen &#8211;share &gt; output.log 2&gt;&amp;1 &amp;<\/p>\n\n\n\n<p>\u67e5\u770b\u8fdb\u7a0b\uff1aps -ef|grep python<\/p>\n\n\n\n<p>\u65e5\u5fd7\u6587\u4ef6\uff1a\u65e5\u5fd7\u6587\u4ef6\u4f4d\u4e8ewebui\u6839\u76ee\u5f55\u4e0b\u7684output.log\u6587\u4ef6\u4e2d\u3002<\/p>\n\n\n\n<p>\u5982\u6709\u90e8\u7f72\u95ee\u9898\uff0c\u53ef\u8054\u7cfb\u7ad9\u957f\u5fae\u4fe1\uff08wsxx1415\uff09<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Stable diffusion\u00a0WebUI\u672c\u5730\u5316\u90e8\u7f72<\/p>\n","protected":false},"author":1,"featured_media":4356,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[195],"tags":[14,140,357],"class_list":["post-3679","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-195","tag-14","tag-stable-diffusion","tag-webui"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Stable diffusion\u00a0WebUI\u672c\u5730\u5316\u90e8\u7f72|\u624b\u52a8\u5b89\u88c5\u8be6\u7ec6\u6b65\u9aa4<\/title>\n<meta name=\"description\" content=\"Webui\u9879\u76ee\u4e2d\u6709requirements_versions.txt\u3001requirements.txt\u4e24\u4e2a\u4f9d\u8d56\u5305\u7ba1\u7406\u6587\u4ef6\uff0c\u53ef\u4ee5\u76f4\u63a5\u901a\u8fc7pip\u547d\u4ee4\u8fdb\u884c\u5b89\u88c5\u3002\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.talktop.cn\/?p=3679\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.talktop.cn\/?p=3679#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.talktop.cn\/?p=3679\"},\"author\":{\"name\":\"AI\u98ce\u5411\u6807\",\"@id\":\"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab\"},\"headline\":\"Stable diffusion\u00a0WebUI\u672c\u5730\u5316\u90e8\u7f72|\u624b\u52a8\u5b89\u88c5\u8be6\u7ec6\u6b65\u9aa4\",\"datePublished\":\"2024-09-20T02:39:04+00:00\",\"dateModified\":\"2024-11-30T10:21:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.talktop.cn\/?p=3679\"},\"wordCount\":270,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab\"},\"image\":{\"@id\":\"https:\/\/www.talktop.cn\/?p=3679#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.talktop.cn\/wp-content\/uploads\/2024\/09\/\u5fae\u4fe1\u56fe\u7247_20241014201351-1.png\",\"keywords\":[\"AI\",\"Stable diffusion\",\"WebUI\u672c\u5730\u5316\u90e8\u7f72\"],\"articleSection\":[\"\u4eba\u5de5\u667a\u80fd\u7cbe\u9009\"],\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.talktop.cn\/?p=3679#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.talktop.cn\/?p=3679\",\"url\":\"https:\/\/www.talktop.cn\/?p=3679\",\"name\":\"Stable diffusion\u00a0WebUI\u672c\u5730\u5316\u90e8\u7f72|\u624b\u52a8\u5b89\u88c5\u8be6\u7ec6\u6b65\u9aa4\",\"isPartOf\":{\"@id\":\"https:\/\/www.talktop.cn\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.talktop.cn\/?p=3679#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.talktop.cn\/?p=3679#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.talktop.cn\/wp-content\/uploads\/2024\/09\/\u5fae\u4fe1\u56fe\u7247_20241014201351-1.png\",\"datePublished\":\"2024-09-20T02:39:04+00:00\",\"dateModified\":\"2024-11-30T10:21:22+00:00\",\"description\":\"Webui\u9879\u76ee\u4e2d\u6709requirements_versions.txt\u3001requirements.txt\u4e24\u4e2a\u4f9d\u8d56\u5305\u7ba1\u7406\u6587\u4ef6\uff0c\u53ef\u4ee5\u76f4\u63a5\u901a\u8fc7pip\u547d\u4ee4\u8fdb\u884c\u5b89\u88c5\u3002\",\"breadcrumb\":{\"@id\":\"https:\/\/www.talktop.cn\/?p=3679#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.talktop.cn\/?p=3679\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.talktop.cn\/?p=3679#primaryimage\",\"url\":\"https:\/\/www.talktop.cn\/wp-content\/uploads\/2024\/09\/\u5fae\u4fe1\u56fe\u7247_20241014201351-1.png\",\"contentUrl\":\"https:\/\/www.talktop.cn\/wp-content\/uploads\/2024\/09\/\u5fae\u4fe1\u56fe\u7247_20241014201351-1.png\",\"width\":499,\"height\":677},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.talktop.cn\/?p=3679#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.talktop.cn\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Stable diffusion\u00a0WebUI\u672c\u5730\u5316\u90e8\u7f72|\u624b\u52a8\u5b89\u88c5\u8be6\u7ec6\u6b65\u9aa4\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.talktop.cn\/#website\",\"url\":\"https:\/\/www.talktop.cn\/\",\"name\":\"AI\u98ce\u5411\u6807\",\"description\":\"ChatGPT \u4eba\u5de5\u667a\u80fd \u7f16\u7a0b\u6280\u672f AIGC \u540e\u7aef\u6280\u672f \u524d\u7aef\u6280\u672f \u70ed\u95e8\u63d2\u4ef6 \u8fd0\u8425\u76f8\u5173 ChatGPT\u8ba2\u9605 Claude\u5145\u503c \u6d77\u5916\u5145\u503c \u8c37\u6b4c\u90ae\u7bb1\",\"publisher\":{\"@id\":\"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab\"},\"alternateName\":\"AI\u98ce\u5411\u6807\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.talktop.cn\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab\",\"name\":\"AI\u98ce\u5411\u6807\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.talktop.cn\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.talktop.cn\/wp-content\/uploads\/2023\/10\/cropped-f09060ba975518b80d3b0b63b47108a6.jpeg\",\"contentUrl\":\"https:\/\/www.talktop.cn\/wp-content\/uploads\/2023\/10\/cropped-f09060ba975518b80d3b0b63b47108a6.jpeg\",\"width\":512,\"height\":512,\"caption\":\"AI\u98ce\u5411\u6807\"},\"logo\":{\"@id\":\"https:\/\/www.talktop.cn\/#\/schema\/person\/image\/\"},\"sameAs\":[\"http:\/\/\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Stable diffusion\u00a0WebUI\u672c\u5730\u5316\u90e8\u7f72|\u624b\u52a8\u5b89\u88c5\u8be6\u7ec6\u6b65\u9aa4","description":"Webui\u9879\u76ee\u4e2d\u6709requirements_versions.txt\u3001requirements.txt\u4e24\u4e2a\u4f9d\u8d56\u5305\u7ba1\u7406\u6587\u4ef6\uff0c\u53ef\u4ee5\u76f4\u63a5\u901a\u8fc7pip\u547d\u4ee4\u8fdb\u884c\u5b89\u88c5\u3002","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.talktop.cn\/?p=3679","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.talktop.cn\/?p=3679#article","isPartOf":{"@id":"https:\/\/www.talktop.cn\/?p=3679"},"author":{"name":"AI\u98ce\u5411\u6807","@id":"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab"},"headline":"Stable diffusion\u00a0WebUI\u672c\u5730\u5316\u90e8\u7f72|\u624b\u52a8\u5b89\u88c5\u8be6\u7ec6\u6b65\u9aa4","datePublished":"2024-09-20T02:39:04+00:00","dateModified":"2024-11-30T10:21:22+00:00","mainEntityOfPage":{"@id":"https:\/\/www.talktop.cn\/?p=3679"},"wordCount":270,"commentCount":0,"publisher":{"@id":"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab"},"image":{"@id":"https:\/\/www.talktop.cn\/?p=3679#primaryimage"},"thumbnailUrl":"https:\/\/www.talktop.cn\/wp-content\/uploads\/2024\/09\/\u5fae\u4fe1\u56fe\u7247_20241014201351-1.png","keywords":["AI","Stable diffusion","WebUI\u672c\u5730\u5316\u90e8\u7f72"],"articleSection":["\u4eba\u5de5\u667a\u80fd\u7cbe\u9009"],"inLanguage":"zh-Hans","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.talktop.cn\/?p=3679#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.talktop.cn\/?p=3679","url":"https:\/\/www.talktop.cn\/?p=3679","name":"Stable diffusion\u00a0WebUI\u672c\u5730\u5316\u90e8\u7f72|\u624b\u52a8\u5b89\u88c5\u8be6\u7ec6\u6b65\u9aa4","isPartOf":{"@id":"https:\/\/www.talktop.cn\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.talktop.cn\/?p=3679#primaryimage"},"image":{"@id":"https:\/\/www.talktop.cn\/?p=3679#primaryimage"},"thumbnailUrl":"https:\/\/www.talktop.cn\/wp-content\/uploads\/2024\/09\/\u5fae\u4fe1\u56fe\u7247_20241014201351-1.png","datePublished":"2024-09-20T02:39:04+00:00","dateModified":"2024-11-30T10:21:22+00:00","description":"Webui\u9879\u76ee\u4e2d\u6709requirements_versions.txt\u3001requirements.txt\u4e24\u4e2a\u4f9d\u8d56\u5305\u7ba1\u7406\u6587\u4ef6\uff0c\u53ef\u4ee5\u76f4\u63a5\u901a\u8fc7pip\u547d\u4ee4\u8fdb\u884c\u5b89\u88c5\u3002","breadcrumb":{"@id":"https:\/\/www.talktop.cn\/?p=3679#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.talktop.cn\/?p=3679"]}]},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.talktop.cn\/?p=3679#primaryimage","url":"https:\/\/www.talktop.cn\/wp-content\/uploads\/2024\/09\/\u5fae\u4fe1\u56fe\u7247_20241014201351-1.png","contentUrl":"https:\/\/www.talktop.cn\/wp-content\/uploads\/2024\/09\/\u5fae\u4fe1\u56fe\u7247_20241014201351-1.png","width":499,"height":677},{"@type":"BreadcrumbList","@id":"https:\/\/www.talktop.cn\/?p=3679#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.talktop.cn\/"},{"@type":"ListItem","position":2,"name":"Stable diffusion\u00a0WebUI\u672c\u5730\u5316\u90e8\u7f72|\u624b\u52a8\u5b89\u88c5\u8be6\u7ec6\u6b65\u9aa4"}]},{"@type":"WebSite","@id":"https:\/\/www.talktop.cn\/#website","url":"https:\/\/www.talktop.cn\/","name":"AI\u98ce\u5411\u6807","description":"ChatGPT \u4eba\u5de5\u667a\u80fd \u7f16\u7a0b\u6280\u672f AIGC \u540e\u7aef\u6280\u672f \u524d\u7aef\u6280\u672f \u70ed\u95e8\u63d2\u4ef6 \u8fd0\u8425\u76f8\u5173 ChatGPT\u8ba2\u9605 Claude\u5145\u503c \u6d77\u5916\u5145\u503c \u8c37\u6b4c\u90ae\u7bb1","publisher":{"@id":"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab"},"alternateName":"AI\u98ce\u5411\u6807","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.talktop.cn\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":["Person","Organization"],"@id":"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab","name":"AI\u98ce\u5411\u6807","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.talktop.cn\/#\/schema\/person\/image\/","url":"https:\/\/www.talktop.cn\/wp-content\/uploads\/2023\/10\/cropped-f09060ba975518b80d3b0b63b47108a6.jpeg","contentUrl":"https:\/\/www.talktop.cn\/wp-content\/uploads\/2023\/10\/cropped-f09060ba975518b80d3b0b63b47108a6.jpeg","width":512,"height":512,"caption":"AI\u98ce\u5411\u6807"},"logo":{"@id":"https:\/\/www.talktop.cn\/#\/schema\/person\/image\/"},"sameAs":["http:\/\/\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.talktop.cn\/index.php?rest_route=\/wp\/v2\/posts\/3679","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.talktop.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.talktop.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.talktop.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.talktop.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3679"}],"version-history":[{"count":0,"href":"https:\/\/www.talktop.cn\/index.php?rest_route=\/wp\/v2\/posts\/3679\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.talktop.cn\/index.php?rest_route=\/wp\/v2\/media\/4356"}],"wp:attachment":[{"href":"https:\/\/www.talktop.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3679"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.talktop.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3679"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.talktop.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3679"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}