Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Character Design
Adorable
CGI
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/GenerateMe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/GenerateMe 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/GenerateMe", 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
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,10 +18,14 @@ This model with the MoistMixV2 VAE baked in. Comparison:
|
|
| 18 |
|
| 19 |

|
| 20 |
|
|
|
|
|
|
|
| 21 |
Samples and prompts:
|
| 22 |
|
| 23 |

|
| 24 |
|
|
|
|
|
|
|
| 25 |
Top left: A high contrast portrait of a happy fuzzy panda dressed as a chef in a high end kitchen making dough. There is a painting of flowers on the wall behind him.
|
| 26 |
|
| 27 |
Top right: an illustration of a baby hedgehog with headphones holding an ribbon umbrella in the rain
|
|
|
|
| 18 |
|
| 19 |

|
| 20 |
|
| 21 |
+
(click for larger)
|
| 22 |
+
|
| 23 |
Samples and prompts:
|
| 24 |
|
| 25 |

|
| 26 |
|
| 27 |
+
(click for larger)
|
| 28 |
+
|
| 29 |
Top left: A high contrast portrait of a happy fuzzy panda dressed as a chef in a high end kitchen making dough. There is a painting of flowers on the wall behind him.
|
| 30 |
|
| 31 |
Top right: an illustration of a baby hedgehog with headphones holding an ribbon umbrella in the rain
|