吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 292|回复: 9
收起左侧

[经验求助] 这个帖子里面的图片是用什么做的

[复制链接]
plaodj 发表于 2024-9-21 04:05
30吾爱币
这个帖子里面的图片是用什么做的

谁有资源 分享一下呗

https://www.52pojie.cn/thread-1899581-1-1.html


发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

开创者 发表于 2024-9-21 06:49
你直接找@wlctt2023 就行了吧,多半是一个已成型的模型
surepj 发表于 2024-9-21 08:41

image



可能是类似于这种大模型做出来的,这是阿里的魔搭平台的
https://modelscope.cn/studios/WordArt/WordArt
hanbazhen 发表于 2024-9-21 15:54

哥们,看到你发的这个点击去看了,我找到一个需要的,但是不知道怎么使用,能帮我看看吗谢谢!
帧数
hanbazhen 发表于 2024-9-21 15:55

哥们,看到你发的这个点击去看了,我找到一个需要的,但是不知道怎么使用,能帮我看看吗谢谢!
https://modelscope.cn/models/Damo_XR_Lab/cv_rife_video-frame-interpolation
surepj 发表于 2024-9-22 09:33
hanbazhen 发表于 2024-9-21 15:55
哥们,看到你发的这个点击去看了,我找到一个需要的,但是不知道怎么使用,能帮我看看吗谢谢!
https:// ...

我看了下,你这个是一个视频插帧的应用,和题主的不是一个东西。
我试着运行了一下官方给的示例代码
[Python] 纯文本查看 复制代码
from modelscope.pipelines import pipeline
from modelscope.utils.constant import Tasks
from modelscope.outputs import OutputKeys

video = 'https://modelscope.oss-cn-beijing.aliyuncs.com/test/videos/video_frame_interpolation_test.mp4'
video_frame_interpolation_pipeline = pipeline(Tasks.video_frame_interpolation, 'Damo_XR_Lab/cv_rife_video-frame-interpolation')
result = video_frame_interpolation_pipeline(video)[OutputKeys.OUTPUT_VIDEO]
print('pipeline: the output video path is {}'.format(result))


报错,可能是没有维护吧,我也不懂了
[Asm] 纯文本查看 复制代码
2024-09-22 09:30:00,845 - modelscope - WARNING - ('PIPELINES', 'video-frame-interpolation', 'rife_video_frame_interpolation') not found in ast index file
KeyError: 'rife_video_frame_interpolation is not in the pipelines registry group video-frame-interpolation. Please make sure the correct version of ModelScope library is used.'
liunianwen 发表于 2024-9-22 11:48
这个网址里有教详细步骤的,差不多。https://www.uisdc.com/stable-diffusion-15
或者这个:https://zhuanlan.zhihu.com/p/653775582
winshaw 发表于 2024-9-22 12:32
AI造字的应该都是可以的。我之前用过堆友,你可以试试。防止推销嫌疑,自行百度吧
hanbazhen 发表于 2024-9-24 08:41
surepj 发表于 2024-9-22 09:33
我看了下,你这个是一个视频插帧的应用,和题主的不是一个东西。
我试着运行了一下官方给的示例代码
[m ...

这是python吗?这些代码在这软件运行的?

make sure the correct version of ModelScope library is used,请确保模型被使用,就说模型没有了?
surepj 发表于 2024-9-24 08:54
hanbazhen 发表于 2024-9-24 08:41
这是python吗?这些代码在这软件运行的?

make sure the correct version of ModelScope library is u ...

是Python,但是官方给的示例代码跑起来报错,不清楚什么问题
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-12-13 05:54

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表