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
File size: 1,248 Bytes
f714c94 520fe2e f714c94 520fe2e b50f466 520fe2e b50f466 520fe2e d69d977 520fe2e d69d977 520fe2e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | ---
license: creativeml-openrail-m
library_name: diffusers
pipeline_tag: text-to-image
tags:
- Character Design
- Adorable
- CGI
- stable-diffusion
- stable-diffusion-diffusers
- diffusers
- text-to-image
---
# Generate Me!
This model with the MoistMixV2 VAE baked in. Comparison:

(click for larger)
Samples and prompts:

(click for larger)
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.
Top right: manga art, muted colors, detailed painting, halftone dithering, cute girl with shoulderlength black bobcut in baggy black clothes, purple cape, beautiful eyes, complex sigils
Bottom left: a close up portrait photo of pretty cute girl in wastelander clothes, long haircut, pale skin, background is city ruins, 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3
Bottom right: an illustration of a baby hedgehog with headphones holding an ribbon umbrella in the rain
|