What diffusion model? #3
Replies: 5 comments 5 replies
-
It seems to be using RealVisXL_V4.0, but the folder structure doesn't look like anything I'm familiar with. So also hoping for some clarity here :) amazing tool, but would be even more amazing with an easy way to switch out image models. |
Beta Was this translation helpful? Give feedback.
-
If the model is on hugging face and in the correct format yes I made a few changes to get Juggernaut to work, they have teh models up on HF however they are not in the format the app is expecting. in gradio_app.py I made the following changes
I also changed the way the files are downloaded to exclude requiring fp16
I submitted a PR that is a little cleaner than this #13 |
Beta Was this translation helpful? Give feedback.
-
Moving to juggernaut absolutely crushes my iteration speed. Granted I don't have a beefy card, just has a lot of memory, but my iteration times on upscaling go from 1-2 seconds to 1-2 minutes per step. The base generation has a slight increase but nothing like upscaling. Thanks for figuring this out though, hope there are other models out there that will work and are fp16 so other changes aren't necessary. BTW if I just change the model back to RealVis and keep the other changes, I see the same behavior. |
Beta Was this translation helpful? Give feedback.
-
Diffusion models, such as the Bass diffusion model or the Logistic diffusion model, help analyze the spread of innovations or new products in a market, aiding businesses in understanding adoption patterns and forecasting future trends. |
Beta Was this translation helpful? Give feedback.
-
我在本地修改了模型文件夹,指向到自己的本地模型(转换了Diffusers格式),可以正常使用。 模型地址 https://huggingface.co/GuangyuanSD/AiARTiSTACG6不过由于内建hyper加速器,所以采样器最好是使用 Euler A,采样步数为10,CFG 1 也希望能有机会的话,可不可以让omost内置ACG6这个加速模型,谢谢开发团队!I modified the model folder locally to point to my local model (converted to Diffusers format), and it can be used normally. Model address https://huggingface.co/GuangyuanSD/AiARTiSTACG6But due to the built-in super accelerator, the sampler is best to use Euler A, the number of sampling steps is 10, and CFG 1 If you want the chance, you can use most of the built-in ACG6 acceleration models, thanks to the development team! |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for all your work on this. So what diffusion model does it use on the backend? Is this something where we can swap in an SDXL model for the image rendering part of it?
Beta Was this translation helpful? Give feedback.
All reactions