sd interior design
1.0.0
一种自定义的室内设计管道API,将现实视觉v3.0与分段和MLSD控制网络结合在一起。此存储库使用COG创建一个dockerized API。请参阅重复演示以测试运行API。
您将需要安装COG和Docker,以将您的模型作为API服务。进行预测:
cog predict -i image=@test_images/bedroom_3.jpg prompt= " A bedroom with a bohemian spirit centered around a relaxed canopy bed complemented by a large macrame wall hanging. An eclectic dresser serves as a unique storage solution while an array of potted plants brings life and color to the room "启动您的服务器并将模型作为API提供服务:
cog run -p 5000 python -m cog.server.httpAPI输入参数如下:
这是一条受Aicrowd的生成室内设计黑客马拉松启发的自定义管道,它使用现实的视觉v3.0作为基本模型。有关其各自的许可,请参见基础和控制网络模型页面。此代码基础是根据MIT许可证获得许可的。
来自神经工作❤️