MiraiForum

    • 注册
    • 登录
    • 搜索
    • 热门
    • 最新
    • 未解决
    • 标签
    • 群组
    • 友情链接
    1. 主页
    2. Маджищикува
    М
    • 资料
    • 关注 0
    • 粉丝 0
    • 主题 2
    • 帖子 11
    • 最佳 0
    • 有争议的 0
    • 群组 0

    Маджищикува

    @Маджищикува

    0
    声望
    3
    资料浏览
    11
    帖子
    0
    粉丝
    0
    关注
    注册时间 最后登录

    Маджищикува 取消关注 关注

    Маджищикува 发布的最新帖子

    • RE: 本地搭建NovelAi (免费的色图生成器,可用colab在线运行)

      而且我每次点安装依赖之后都会显示
      Installing requirements for Web UI
      最后运行的时候也会再来一遍Installing requirements for Web UI
      我怀疑是不是因为这玩意安装一直成功不了

      发布在 技术交流板块
      М
      Маджищикува
    • 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.app

      This 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.
      
      发布在 技术交流板块
      М
      Маджищикува
    • RE: Bot无法发送任何信息

      问题已解决。如遇到同样问题请自行看mirai主仓库的issues

      发布在 使用交流
      М
      Маджищикува
    • Bot无法发送任何信息

      如题。在mcl中发送信息,报错如下:
      捕获2.PNG
      在仅装有mirai-native的命令行里,报错如下:
      捕获3.PNG
      说明情况:
      我同时在两个文件夹内运行同一个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)

      发布在 插件发布
      М
      Маджищикува
    • RE: XXYan 一个用于记录群成员说过的骚话的插件

      @7chuyi3 你看看是不是没给自己授权,先在console里输/perm permit u<your ID> *:*试试

      发布在 插件发布
      М
      Маджищикува
    • RE: XXYan 一个用于记录群成员说过的骚话的插件

      @gsycl2004 现在已经能用了,谢谢帮助

      发布在 插件发布
      М
      Маджищикува
    • RE: XXYan 一个用于记录群成员说过的骚话的插件

      @gsycl2004 用了的

      发布在 插件发布
      М
      Маджищикува
    • RE: XXYan 一个用于记录群成员说过的骚话的插件

      能请问一下config怎么配置吗,我这边也是发了指令没反应

      发布在 插件发布
      М
      Маджищикува