Model RealCartoon3D-V15 from civitai
Browse files- README.md +40 -0
- preview.jpeg +0 -0
- realcartoon3d_v15.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
library_name: diffusers
|
4 |
+
tags:
|
5 |
+
- Safetensors
|
6 |
+
- stable-diffusion
|
7 |
+
- stable-diffusion-diffusers
|
8 |
+
- text-to-image
|
9 |
+
pipeline_tag: text-to-image
|
10 |
+
---
|
11 |
+
|
12 |
+
# RealCartoon3D
|
13 |
+
## V15
|
14 |
+
|
15 |
+
![Generated Sample](preview.jpeg)
|
16 |
+
|
17 |
+
### Description:
|
18 |
+
|
19 |
+
> <p>So, here is the update I had been working on for a bit since I wrote the <a rel="ugc" href="https://civitai.com/articles/4241/saying-thank-you-and-sharing-realcartoon-news">News article</a> on RealCartoon. Updates after this one (if there are some) will be much farther apart. This version I tried to keep pushing the clarity and overall quality of the checkpoint. I was also able to get better response to age in it as well. This one also does landscape style images pretty nicely too :) Anyway, thank you all so much for the support....I hope you all enjoy! Used an older prompt (updated a bit) as the cover :)</p>
|
20 |
+
|
21 |
+
### Creator: 7whitefire7
|
22 |
+
### Civitai Page: https://civitai.com/models/94809
|
23 |
+
|
24 |
+
You can use this with the [🧨Diffusers library](https://github.com/huggingface/diffusers)
|
25 |
+
|
26 |
+
### Diffusers
|
27 |
+
```py
|
28 |
+
from diffusers import StableDiffusionPipeline
|
29 |
+
import torch
|
30 |
+
|
31 |
+
model_id = "sam749/RealCartoon3D-V15"
|
32 |
+
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
33 |
+
pipe = pipe.to("cuda")
|
34 |
+
|
35 |
+
prompt = "masterpiece, best quality, 1girl, (colorful),(delicate eyes and face), volumatic light, ray tracing, bust shot ,extremely detailed CG unity 8k wallpaper,solo,smile"
|
36 |
+
image = pipe(prompt).images[0]
|
37 |
+
|
38 |
+
image.save("result.png")
|
39 |
+
```
|
40 |
+
|
preview.jpeg
ADDED
realcartoon3d_v15.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93f7411be9820c621e7243567e155750e2e77a1daaed1187bd28564e0ac5dc73
|
3 |
+
size 2132625894
|