|
## Sausage.Redmond is here! |
|
|
|
Introducing Sausage.Redmond, the first (i think) big finetune of wuerstchen made by the community! |
|
|
|
I'm grateful for the GPU time from Redmond.AI that allowed me to make this LORA! If you need GPU, then you need the great services from Redmond.AI. |
|
|
|
The model is not perfect but its really cool to gen! |
|
|
|
I really hope you like this and use it. |
|
|
|
To use it: |
|
|
|
https://github.com/vladmandic/automatic |
|
|
|
or |
|
|
|
https://huggingface.co/warp-ai/wuerstchen-prior#how-to-run Script |
|
|
|
|
|
You just need to change the |
|
``` |
|
prior_pipeline = WuerstchenPriorPipeline.from_pretrained( |
|
"warp-ai/wuerstchen-prior", torch_dtype=dtype |
|
).to(device) |
|
|
|
To: |
|
|
|
prior_pipeline = WuerstchenPriorPipeline.from_pretrained( |
|
"artificialguybr/SausageRedmond-wuerstchen", torch_dtype=dtype |
|
).to(device) |
|
``` |
|
|
|
If you like the model and think it's worth it, you can make a donation to my Patreon or Ko-fi. |
|
|
|
Patreon: |
|
|
|
https://www.patreon.com/user?u=81570187 |
|
|
|
Ko-fi:https://ko-fi.com/artificialguybr |
|
|
|
BuyMeACoffe:https://www.buymeacoffee.com/jvkape |
|
|
|
Follow me in my twitter to know before all about new models: |
|
|
|
https://twitter.com/artificialguybr/ |