Commit
·
d1f24a2
1
Parent(s):
47a7175
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Sausage.Redmond is here!
|
2 |
+
|
3 |
+
Introducing Sausage.Redmond, the first (i think) big finetune of wuerstchen made by the community!
|
4 |
+
|
5 |
+
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.
|
6 |
+
|
7 |
+
The model is not perfect but its really cool to gen!
|
8 |
+
|
9 |
+
I really hope you like this and use it.
|
10 |
+
|
11 |
+
To use it:
|
12 |
+
|
13 |
+
https://github.com/vladmandic/automatic
|
14 |
+
|
15 |
+
or
|
16 |
+
|
17 |
+
https://huggingface.co/warp-ai/wuerstchen-prior#how-to-run Script
|
18 |
+
|
19 |
+
|
20 |
+
You just need to change the
|
21 |
+
```
|
22 |
+
prior_pipeline = WuerstchenPriorPipeline.from_pretrained(
|
23 |
+
"warp-ai/wuerstchen-prior", torch_dtype=dtype
|
24 |
+
).to(device)
|
25 |
+
|
26 |
+
To:
|
27 |
+
|
28 |
+
prior_pipeline = WuerstchenPriorPipeline.from_pretrained(
|
29 |
+
"artificialguybr/SausageRedmond-wuerstchen", torch_dtype=dtype
|
30 |
+
).to(device)
|
31 |
+
```
|
32 |
+
|
33 |
+
If you like the model and think it's worth it, you can make a donation to my Patreon or Ko-fi.
|
34 |
+
|
35 |
+
Patreon:
|
36 |
+
|
37 |
+
https://www.patreon.com/user?u=81570187
|
38 |
+
|
39 |
+
Ko-fi:https://ko-fi.com/artificialguybr
|
40 |
+
|
41 |
+
BuyMeACoffe:https://www.buymeacoffee.com/jvkape
|
42 |
+
|
43 |
+
Follow me in my twitter to know before all about new models:
|
44 |
+
|
45 |
+
https://twitter.com/artificialguybr/
|