而且我每次点安装依赖之后都会显示
Installing requirements for Web UI
最后运行的时候也会再来一遍Installing requirements for Web UI
我怀疑是不是因为这玩意安装一直成功不了
Маджищикува 发布的最新帖子
-
RE: 本地搭建NovelAi (免费的色图生成器,可用colab在线运行)
-
RE: 本地搭建NovelAi (免费的色图生成器,可用colab在线运行)
佬,colab上部署出来的网站打开是空白,为什么啊qwq
/content/stable-diffusion-webui
Python 3.7.14 (default, Sep 8 2022, 00:06:44)
[GCC 7.5.0]
Commit hash: e644b5a80beb54b6df4caa63fb19d889dd4ceff6
Installing requirements for Web UI
Launching Web UI with arguments: --share --gradio-debug
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
making attention of type 'vanilla' with 512 in_channels
Working with z of shape (1, 4, 64, 64) = 16384 dimensions.
making attention of type 'vanilla' with 512 in_channels
Loading weights [925997e9] from /content/stable-diffusion-webui/models/Stable-diffusion/animefull-final-pruned.ckpt
Applying cross attention optimization (Doggettx).
Model loaded.
Loaded a total of 0 textual inversion embeddings.
Running on local URL: http://127.0.0.1:7860
Running on public URL: https://11964.gradio.appThis share link expires in 72 hours. For free permanent hosting, check out Spaces: https://huggingface.co/spaces
-
RE: 本地搭建NovelAi (免费的色图生成器,可用colab在线运行)
colab上部署网站出错:
Launching Web UI with arguments: --share --gradio-debug No checkpoints found. When searching for checkpoints, looked at: - file /content/stable-diffusion-webui/model.ckpt - directory /content/stable-diffusion-webui/models/Stable-diffusion Can't run without a checkpoint. Find and place a .ckpt file into any of those locations. The program will exit.
-
Bot无法发送任何信息
如题。在mcl中发送信息,报错如下:
在仅装有mirai-native的命令行里,报错如下:
说明情况:
我同时在两个文件夹内运行同一个bot,一个使用JVM插件,一个只使用mirai-native,分别使用安卓手机和安卓手表协议,并且正常运行了约30个小时,今天下午突然出现此情况,但只有部分功能不能使用,重启后全部不能使用,可以接收但不能发送任何消息。关闭其中一个,单独运行另外一个亦是如此。
我现在对解决这个问题没有任何思路,想询问一下是否有可能可行的解决方案,是否需要特定的类或者更改什么配置,非常感谢。 -
RE: 思知机器人插件
这样报错是怎么回事
2022-07-27 15:29:04 E/thetbw-bot: Exception in coroutine Plugin xyz.thetbw.bot of thetbw-bot
java.lang.NoClassDefFoundError: Could not initialize class xyz.thetbw.bot.HttpClientKt
at thetbw-bot-0.1.0.mirai.jar//xyz.thetbw.bot.OwnThinkBot.sendMessage(OwnThinkBot.kt:33)
at thetbw-bot-0.1.0.mirai.jar//xyz.thetbw.bot.PluginMain$onEnable$2.invokeSuspend(PluginMain.kt:72)
at thetbw-bot-0.1.0.mirai.jar//xyz.thetbw.bot.PluginMain$onEnable$2.invoke(PluginMain.kt)
at net.mamoe.mirai.event.EventChannel$subscribeAlways$1.invokeSuspend(EventChannel.kt:511)
at net.mamoe.mirai.event.EventChannel$subscribeAlways$1.invoke(EventChannel.kt)
at net.mamoe.mirai.event.EventChannel$subscribeAlways$1.invoke(EventChannel.kt)
at net.mamoe.mirai.internal.event.SafeListener$onEvent$2.invokeSuspend(SafeListener.kt:58)
at net.mamoe.mirai.internal.event.SafeListener$onEvent$2.invoke(SafeListener.kt)
at net.mamoe.mirai.internal.event.SafeListener$onEvent$2.invoke(SafeListener.kt)
at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:89)
at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:166)
at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
at net.mamoe.mirai.internal.event.SafeListener.onEvent(SafeListener.kt:58)
at net.mamoe.mirai.internal.event.EventListeners.process(EventListeners.kt:125)
at net.mamoe.mirai.internal.event.EventListeners.callListeners$mirai_core(EventListeners.kt:73)
at net.mamoe.mirai.internal.event.EventListeners$callListeners$1.invokeSuspend(EventListeners.kt)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.UndispatchedCoroutine.afterResume(CoroutineContext.kt:202)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:749)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)