Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
Digital art
Female
Landscapes
RPG
General Purpose
7whitefire7
Zovya
stable-diffusion
stable-diffusion-1.5
stable-diffusion-diffusers
Instructions to use Yntec/RealCartoon3DRemix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/RealCartoon3DRemix with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/RealCartoon3DRemix", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,8 +17,8 @@ tags:
|
|
| 17 |
- diffusers
|
| 18 |
- text-to-image
|
| 19 |
base_model:
|
| 20 |
-
- Yntec/a-ZovyaRPGArtistV2VAE
|
| 21 |
- Yntec/RealCartoon3D2.5
|
|
|
|
| 22 |
base_model_relation: merge
|
| 23 |
---
|
| 24 |
|
|
|
|
| 17 |
- diffusers
|
| 18 |
- text-to-image
|
| 19 |
base_model:
|
|
|
|
| 20 |
- Yntec/RealCartoon3D2.5
|
| 21 |
+
- Yntec/a-ZovyaRPGArtistV2VAE
|
| 22 |
base_model_relation: merge
|
| 23 |
---
|
| 24 |
|