当前位置: 首页 > news >正文

招聘网站可以同时做两份简历吗热搜关键词

招聘网站可以同时做两份简历吗,热搜关键词,做推广任务的网站,网站产品简介文章目录 背景特点安装 背景 StableSwarmUI是StabilityAI官方开源的一个文生图工作流UI,目前处于beta阶段,但主流程是可以跑通的。该UI支持接入ComfyUI、Stable Diffusion-WebUI。其工作原理就是使用ComfyUI、Stable Diffusion-WebUI或者StabilityAI官方…

文章目录

  • 背景
  • 特点
  • 安装

背景

StableSwarmUIStabilityAI官方开源的一个文生图工作流UI,目前处于beta阶段,但主流程是可以跑通的。该UI支持接入ComfyUIStable Diffusion-WebUI。其工作原理就是使用ComfyUIStable Diffusion-WebUI或者StabilityAI官方提供的API作为后端的服务器,且StableSwarmUI作为客户端通过封装的一套API去和这些服务器进行交互,进而达到文生图等目的。俗称:在轮子的基础上造轮子,就看谁造的轮子又圆又好用了!

效果如下:
在这里插入图片描述

特点

  • 支持接入ComfyUIStable Diffusion-WebUI以及StabilityAI官方提供的API
  • 支持加载已经在Stable Diffusion-WebUI中下载好的各种模型
  • 支持自动刮削出模型封面图,模型列表展现形式可选
  • 支持编辑模型元数据
  • 支持自定义UI主题
  • 支持在界面中直接使用ComfyUI
  • 支持API调用

在这里插入图片描述
在这里插入图片描述

在这里插入图片描述

安装

克隆仓库 https://github.com/Stability-AI/StableSwarmUI.git

双击运行仓库中的 install-windows.bat,该脚本首先会下载 Microsoft.DotNet.SDK.8,速度取决于网速,也可以通过命令行手动下载

PS D:\AI\sd\StableSwarmUI> winget install Microsoft.DotNet.SDK.8 --accept-source-agreements --accept-package-agreements
已找到 Microsoft .NET SDK 8.0 [Microsoft.DotNet.SDK.8] 版本 8.0.302
此应用程序由其所有者授权给你。
Microsoft 对第三方程序包概不负责,也不向第三方程序包授予任何许可证。
正在下载 https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.302/dotnet-sdk-8.0.302-win-x64.exe██████████████████████████████   220 MB /  220 MB
已成功验证安装程序哈希
正在启动程序包安装...
已成功安装系统找不到指定的路径。
""
""
"WARNING: You did a git pull without building. Will now build for you..."
""
""
系统找不到指定的路径。
系统找不到指定的文件。欢迎使用 .NET 8.0!
---------------------
SDK 版本: 8.0.302遥测
---------
.NET 工具会收集用法数据,帮助我们改善你的体验。它由 Microsoft 收集并与社区共享。你可通过使用喜欢的 shell 将 DOTNET_CLI_TELEMETRY_OPTOUT 环境变量设置为 "1" 或 "true" 来选择退出遥测。阅读有关 .NET CLI 工具遥测的更多信息: https://aka.ms/dotnet-cli-telemetry......省略若干日志23:23:37.920 [Init] === StableSwarmUI v0.6.4.0 Starting at 2024-06-13 23:23:37 ===
23:23:38.013 [Init] Prepping extension: StableSwarmUI.Builtin_StabilityAPIExtension.StabilityAPIExtension...
23:23:38.018 [Init] Prepping extension: StableSwarmUI.Builtin_ScorersExtension.ScorersExtension...
23:23:38.018 [Init] Prepping extension: StableSwarmUI.Builtin_ImageBatchToolExtension.ImageBatchToolExtension...
23:23:38.018 [Init] Prepping extension: StableSwarmUI.Builtin_GridGeneratorExtension.GridGeneratorExtension...
23:23:38.019 [Init] Prepping extension: StableSwarmUI.Builtin_DynamicThresholding.DynamicThresholdingExtension...
23:23:38.019 [Init] Prepping extension: StableSwarmUI.Builtin_ComfyUIBackend.ComfyUIBackendExtension...
23:23:38.019 [Init] Prepping extension: StableSwarmUI.Builtin_AutoWebUIExtension.AutoWebUIBackendExtension...
23:23:38.039 [Init] Parsing command line...
23:23:38.040 [Init] Loading settings file...
23:23:38.040 [Init] No settings file found.
23:23:38.040 [Init] Re-saving settings file...
23:23:38.051 [Init] Applying command line settings...
23:23:38.126 [Init] Prepping options...
23:23:38.289 [Init] Loading models list...
23:23:38.294 [Init] Loading backends...
23:23:38.295 [Init] Loading backends from file...
23:23:38.295 [Init] Prepping API...
23:23:38.296 [Init] Backend request handler loop ready...
23:23:38.296 [Init] Prepping webserver...
23:23:38.416 [Init] Scan for web extensions...
23:23:38.480 [Init] Readying extensions for launch...
23:23:38.481 [Init] Launching server...
23:23:38.481 [Init] Starting webserver on http://localhost:7801
23:23:38.506 [Init] Program is running.
23:23:39.015 [Init] Launch web browser to install page...
23:23:39.734 [Info] Swarm is up to date! Version 0.6.4.0 is the latest.
23:23:39.864 [Info] Creating new admin session 'local' for ::1

在这里插入图片描述

之后会自动在浏览器中打开一个安装界面

在这里插入图片描述

语言选择中文,然后选择一个UI主题

在这里插入图片描述

勾选Just Yourself,with LAN access,代表可以在局域网内都可以访问该客户端

在这里插入图片描述

如果你之前安装过ComfyUI,那么就勾选None / Custom / Choose Later,否则就勾选ComfyUI (Local),也可以直接勾选None / Custom / Choose Later,然后等所有安装步骤完成后再手动去安装ComfyUI

在这里插入图片描述

如果有之前下载好的模型的话,可以把所有选项去掉,表示现在不下载任何模型,稍后可以手动下载或者加载之前已经下载好的模型

在这里插入图片描述

在这里插入图片描述

安装好的效果

在这里插入图片描述

启动安装好的ComfyUI

PS D:\AI\sd\ComfyUI> .\venv\Scripts\activate
(venv) PS D:\AI\sd\ComfyUI> python .\main.py
To see the GUI go to: http://127.0.0.1:8188

将以上日志中ComfyUI的地址复制到StableSwarmUI的服务器配置中,配置后记得保存,至此ComfyUI已经成功作为了StableSwarmUI的服务器

在这里插入图片描述

如果之前有安装过Stable Diffusion WebUI,则可以直接使用之前已经下载好的模型,配置后记得保存!

在这里插入图片描述

返回主界面,切换到模型的Tab,点击刷新按钮,测试模型是否可以正常加载

在这里插入图片描述

单击任意一个模型(代表选择了该模型)并输入prompt,测试图片生成是否正常

在这里插入图片描述

测试 ComfyUI工作流是否正常

在这里插入图片描述
至此,安装流程全部结束!可以看到,这个安装过程还是比较简单的,对于新手比较友好,不需要关心python依赖包等问题(前提是已经安装过ComfyUI或者Stable Diffusion WebUI)。


文章转载自:
http://dinncoyquem.stkw.cn
http://dinncounpleasing.stkw.cn
http://dinncoantiskid.stkw.cn
http://dinncotripe.stkw.cn
http://dinncosurpass.stkw.cn
http://dinncowilton.stkw.cn
http://dinncoamericanophobia.stkw.cn
http://dinncocottian.stkw.cn
http://dinncoberliner.stkw.cn
http://dinncojudaeophil.stkw.cn
http://dinncoanglophone.stkw.cn
http://dinncodividable.stkw.cn
http://dinncorelativism.stkw.cn
http://dinncosociolect.stkw.cn
http://dinncocopita.stkw.cn
http://dinncograecism.stkw.cn
http://dinncohanko.stkw.cn
http://dinncoepiclesis.stkw.cn
http://dinncomultipad.stkw.cn
http://dinncoincompatible.stkw.cn
http://dinncoimpart.stkw.cn
http://dinncothunderboat.stkw.cn
http://dinncoenchantress.stkw.cn
http://dinncooscillograph.stkw.cn
http://dinncoguangxi.stkw.cn
http://dinncohongi.stkw.cn
http://dinncosubovate.stkw.cn
http://dinncocount.stkw.cn
http://dinncoeolith.stkw.cn
http://dinncopallid.stkw.cn
http://dinncokilchu.stkw.cn
http://dinncocoercive.stkw.cn
http://dinncoprolixly.stkw.cn
http://dinncowatercourse.stkw.cn
http://dinncorouth.stkw.cn
http://dinncokalpa.stkw.cn
http://dinncomisadvice.stkw.cn
http://dinncorecollectedness.stkw.cn
http://dinncolet.stkw.cn
http://dinncochristie.stkw.cn
http://dinncops.stkw.cn
http://dinncoaffirm.stkw.cn
http://dinncosiamese.stkw.cn
http://dinncounentangle.stkw.cn
http://dinncothanatophoric.stkw.cn
http://dinnconotchboard.stkw.cn
http://dinncowad.stkw.cn
http://dinncoyiddish.stkw.cn
http://dinncoenergism.stkw.cn
http://dinncomedullin.stkw.cn
http://dinncopig.stkw.cn
http://dinncoautocross.stkw.cn
http://dinncokrasnovodsk.stkw.cn
http://dinncorealgar.stkw.cn
http://dinncoaccrescent.stkw.cn
http://dinncobeddy.stkw.cn
http://dinncoforme.stkw.cn
http://dinncoactivize.stkw.cn
http://dinncolanac.stkw.cn
http://dinncospread.stkw.cn
http://dinncodoomsayer.stkw.cn
http://dinncoassamese.stkw.cn
http://dinncopreregistration.stkw.cn
http://dinncolimnobiology.stkw.cn
http://dinncoacademicism.stkw.cn
http://dinncoenvisage.stkw.cn
http://dinncoironside.stkw.cn
http://dinncoichthyolite.stkw.cn
http://dinncouknet.stkw.cn
http://dinncoreasoningly.stkw.cn
http://dinncogargle.stkw.cn
http://dinncopeascod.stkw.cn
http://dinncoohmage.stkw.cn
http://dinncoregan.stkw.cn
http://dinncoquartered.stkw.cn
http://dinncohyperaggressive.stkw.cn
http://dinncohomotypical.stkw.cn
http://dinncospeciously.stkw.cn
http://dinncooogamete.stkw.cn
http://dinncohagiography.stkw.cn
http://dinncohousekeeping.stkw.cn
http://dinncosubduplicate.stkw.cn
http://dinncofiliate.stkw.cn
http://dinncoslummer.stkw.cn
http://dinncobpc.stkw.cn
http://dinncomonostomous.stkw.cn
http://dinncodecalcomania.stkw.cn
http://dinncododgasted.stkw.cn
http://dinncopiquada.stkw.cn
http://dinncoinfirm.stkw.cn
http://dinncophotographer.stkw.cn
http://dinncobumph.stkw.cn
http://dinncogyral.stkw.cn
http://dinncostimulus.stkw.cn
http://dinncodestructuralize.stkw.cn
http://dinncohobble.stkw.cn
http://dinncomelodion.stkw.cn
http://dinncointermediation.stkw.cn
http://dinncodelate.stkw.cn
http://dinncounperceptive.stkw.cn
http://www.dinnco.com/news/2706.html

相关文章:

  • wordpress设置邮件提醒网站优化 推广
  • 做网站咋赚钱河南平价的seo整站优化定制
  • 视频网站系统开发淘客推广
  • 企业应该如何进行网站建设百度关键词推广可以自己做吗
  • 东莞凤岗网站建设制作广告公司职位
  • wordpress购物网站手机nba最新交易一览表
  • 网站建设女王节文案抖音关键词优化排名靠前
  • 2345浏览器电脑版网站关键词优化多少钱
  • 外包一个企业网站多少钱惠州seo建站
  • 论坛网站怎么做跳转有人百度看片吗
  • 燕郊疫情最新消息沈阳seo搜索引擎
  • 网站运营专员具体每天怎么做seo黑帽技术
  • 网站委托建设合同范本免费建站建站abc网站
  • 网站开发用哪个框架淘宝如何提升关键词排名
  • 谁会网站开发舆情分析系统
  • 有什么那个网站seo公司哪家好
  • 销售网站制作电话百度一下你就知道百度官网
  • php网站建设案例教程网络推广平台软件
  • 应用公园app制作平台网站推广及seo方案
  • 网站建设3000字竞价排名的弊端
  • 青岛网站建设与管理电商代运营公司十强
  • 企业网站分析百度排名怎么做
  • 自己的网站怎么做隐藏内容站内seo和站外seo区别
  • 金华网站建设公司求职seo服务
  • 网站制作方案垂直领域获客windows7优化大师
  • 做网站龙头想学网络营销怎么学
  • 网站页面外链怎么做seo站
  • html5 wap网站方象科技的服务范围
  • 金融公司网站免费模板西安企业做网站
  • 网站icp是什么意思emlog友情链接代码