from_pretrained( "CompVis/stable-diffusion-v1-4", use_auth_token=True ).to("cuda") prompt = "a photo of an astronaut riding a horse on mars" with autocast("cuda"): image = pipe(prompt)["sample"][0] image.save("astronaut_rides_horse.png") Image Modification with Stable Diffusion ...
A latent text-to-image diffusion model. Contribute to CompVis/stable-diffusion development by creating an account on GitHub.
OSError: CompVis/stable-diffusion-v1-4 does not appear to have a file named tokenizer/config.json. Checkout 'https://huggingface.co/CompVis/stable-diffusion-v1-4/main' for available files. Who can help? No response Information The official example scripts My own modified scripts Tasks An ...
2.输入git clone https://github.com/Stability-AI/stablediffusion.git "F:\aii\stable-diffusion-webui\repositories\stable-diffusion-stability-ai" Couldn't clone Taming Transformers 输入git clone https://github.com/CompVis/taming-transformers.git"F:\aii\stable-diffusion-webui\repositories\taming-transf...
只要输入一段文字描述,就能得到一张由 AI 生成的图片,除此之外该项目还支持将粗糙的草图转化成精致的艺术图片。 Included in: Vol.78 Tags: Image Processing AI Comments Not Used Used Rating: Submit No comments yetSign In Buy me a coffee expire in266D +1Y Recommend Refresh Milkdown/milkdown 9k ...
Stable Diffusion - https://github.com/CompVis/stable-diffusion, https://github.com/CompVis/taming-transformers k-diffusion - https://github.com/crowsonkb/k-diffusion.git GFPGAN - https://github.com/TencentARC/GFPGAN.git CodeFormer - https://github.com/sczhou/CodeFormer ESRGAN - https:/...
stable-diffusion 可以根据文字生成图片的模型 HelloGitHub 评分 0 人评分 68.8k 星数 否 中文 Jupyter Notebook 主语言 否 活跃 8 贡献者 598 Issues 是 组织 无 最新版本 1w Forks 无 协议 更多 介绍代码 只要输入一段文字描述,就能得到一张由 AI 生成的图片,除此之外该项目还支持将粗糙的草图转化成精致的...
4303 novelai吧 北方的夜晚🌜 novelai 本地部署失败,求大佬救救孩子File "C:\stable-diffusion-webui-master\launch.py", line 137, in git_clone("https://github.com/CompVis/stable-diffusion.git", repo_dir('stable-diffusion'), "Stable Diffusion", stable_diffusion_commit_hash) File ... 16315...
GitHub 地址→https://github.com/CompVis/stable-diffusion 2. GitHub Trending 周榜 2.1 笔记应用:joplin 本周star 增长数:700+,主语言:TypeScript Joplin 是一个免费的开源桌面和移动笔记应用程序,用 JavaScript 编写而成,具有多端同步、支持 Markdown、可检索注释等等功能。Joplin 可在 Windows、macOS、Linux,...
通过扩散模型创造时间连贯的人像动画是这两款工具的共同特点,其中使用的Stable Diffusion由CompVis、Stability AI和LAION的研究人员和工程师共同创建。该模型在512×512图像上进行训练,使用来自LAION-5B数据库子集的图像,这是目前最大的、可免费访问的多模态数据集。