-
Black Forest Labs just released a new family of (partially) open models for image generation.
Is it possible to support them in diffusion bee?
https://github.com/black-forest-labs/flux
-
Hi,
I'm trying to run the torch imported fp16 stable diffusion model and it seems to crash in the importing stage. Here's the commandline I used:
```
python main.py --precision="fp16" --prompt=…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits of both this extension and the webui
### What happened?
I am using Automatic…
-
TypeError: expected Tensor as element 0 in argument 0, but got DiagonalGaussianDistribution
File "/home/yj/projects/07-diffusion/latent-diffusion-main/ldm/models/diffusion/ddpm.py", line 850, in enco…
-
Thank you for your outstanding work! I successfully ran the prediction model on the 3090Ti in the lab!
I predicted a 220AA protein and a small molecule compound, but when I extended the amino acid…
-
### Checklist
- [X] The issue exists after disabling all extensions
- [x] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
您好,如题,原始模型是从huggingface上直接下载的,我在taiyi_xl_minimal_inference.py中修改了加载的位置
`
# todo
args.ckpt_path = "/Volumes/Taiyi-Stable-Diffusion-XL-3.5B/taiyi_diffusion_xl.safetensors"
# to…
-
According to https://docs.spring.io/spring-ai/reference/api/imageclient.html Spring AI only supports two commercial image generators. It would be nice to include Stable Diffusion in the lineup as an a…
-
In the config file i see texture resolution does it really helps in improving the quality of meshes generated ?
Please comment what all these parameters mean ?
1. texture_resolution and render_resol…
-
# Welcome to JunYoung's blog | DDIM(Denoising Diffusion Implicit Models) 이해하기
Diffusion implicit modeling
[https://junia3.github.io/blog/ddim](https://junia3.github.io/blog/ddim)