stable-diffusion icon indicating copy to clipboard operation
stable-diffusion copied to clipboard

这是一个stable-diffusion的库。

Results 18 stable-diffusion issues
Sort by recently updated
recently updated
newest added

查了下可能是缺少DejaVuSans.ttf字体吗,但是这个文件应该放到哪里嘞 ` | Name | Type | Params --------------------------------------------------------- 0 | model | DiffusionWrapper | 859 M 1 | first_stage_model | AutoencoderKL | 83.7 M 2 | cond_stage_model | FrozenCLIPEmbedder...

stable diffusion-inpaint模型训练需要输入掩模图吗?训练代码需要调整吗?求解答

大概什么时候完善这个项目呀,特别是训练以及contronet的内容

请问为什么在服务器上训练会出现这个问题啊 :( huggingface_hub.utils._validators.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': 'stable-diffusion/openai/clip-vit-large-patch14'. Use `repo_type` argument if needed. 还有从huggingface上git下来链接失败的问题 OSError: Error no file named pytorch_model.bin, tf_model.h5, model.ckpt.index or flax_model.msgpack...

作者您好,按照您的代码能够跑通了,但是生成的图像全黑,调整了一些参数和尝试网上其它办法也没有解决

非常期待作者复现一些NLP领域、视频理解领域的一些优秀作品

训练时模型保存路径在哪?

# 堆叠完后,隐向量、步数和prompt条件一起传入网络中,将结果在bs维度进行使用chunk进行分割 e_t_uncond, e_t = self.model.apply_model(x_in, t_in, c_in).chunk(2) e_t = e_t_uncond + unconditional_guidance_scale * (e_t - e_t_uncond) 为何如此计算呢?

![image](https://github.com/bubbliiiing/stable-diffusion/assets/81034454/3b5406ba-737b-424d-b8eb-b9e8621e22dd) 您好,为什么生成的图片不规则呀?

OSError: Can't load tokenizer for 'openai/clip-vit-large-patch14'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure...