update README.md: more justifications for the bloat
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ tags:
|
|
9 |
- stable-diffusion-xl
|
10 |
---
|
11 |
|
12 |
-
This is the single file [`furry-xl-4.0.safetensors`](https://huggingface.co/SeaArtLab/SeaArt-Furry-XL-1.0) converted to diffusers format. A wolf asked for it. If you're not a wolf you might still want this because the original version is fp32 while this one is fp16.
|
13 |
|
14 |
# SeaArt Furry XL 1.0
|
15 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/66139f0f09f16e734729c269/gDx2bPiQzvzxUwfPdB_G8.jpeg)
|
@@ -33,7 +33,7 @@ import torch
|
|
33 |
from diffusers import DiffusionPipeline
|
34 |
|
35 |
pipe = DiffusionPipeline.from_pretrained(
|
36 |
-
"Gaeros/SeaArt-Furry-XL-1.0",
|
37 |
torch_dtype=torch.float16,
|
38 |
)
|
39 |
pipe.to('cuda')
|
|
|
9 |
- stable-diffusion-xl
|
10 |
---
|
11 |
|
12 |
+
This is the single file [`furry-xl-4.0.safetensors`](https://huggingface.co/SeaArtLab/SeaArt-Furry-XL-1.0) [converted](https://github.com/Linaqruf/sdxl-model-converter/) to diffusers format. A wolf asked for it. If you're not a wolf you might still want this because the original version is fp32 while this one is fp16. SeaArt's diffusers distribution is also [missing the `unet/config.json`](https://huggingface.co/SeaArtLab/SeaArt-Furry-XL-1.0/discussions/2).
|
13 |
|
14 |
# SeaArt Furry XL 1.0
|
15 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/66139f0f09f16e734729c269/gDx2bPiQzvzxUwfPdB_G8.jpeg)
|
|
|
33 |
from diffusers import DiffusionPipeline
|
34 |
|
35 |
pipe = DiffusionPipeline.from_pretrained(
|
36 |
+
"Gaeros/SeaArt-Furry-XL-1.0-fp16-diffusers",
|
37 |
torch_dtype=torch.float16,
|
38 |
)
|
39 |
pipe.to('cuda')
|