Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
Photorealistic
Base Model
FallenIncursio
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/MemeDiffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/MemeDiffusion 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/MemeDiffusion", torch_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
| license: creativeml-openrail-m | |
| library_name: diffusers | |
| pipeline_tag: text-to-image | |
| tags: | |
| - Anime | |
| - Photorealistic | |
| - Base Model | |
| - FallenIncursio | |
| - stable-diffusion | |
| - stable-diffusion-diffusers | |
| - text-to-image | |
| - diffusers | |
| # Incursio's Meme Diffusion 1.6 | |
| This model with AnythingV4's settings. Original page: https://civitai.com/models/100402?modelVersionId=107467 | |
| Comparison: | |
|  | |
| Sample and prompt: | |
|  | |
| made of CHERRY CHEESE, moore, detailed, centered, digital painting, artstation, concept art, hdr, james jean, joseph christian chibi character, daz, wlop, ORNATE, white, 8 k resolution, CHIPS, visible brushstrokes, Pretty CUTE, extremely detailed, Cartoon Girl, beautiful, establishing shot, artistic, dangelico pino, Iconic, DETAILED CHIBI | |
| # Recipe | |
| SuperMerger Weight Sum Train Difference Alpha 0: | |
| Model A: incursiosMeme_v16NonPruned.safetensors | |
| Model B: AnythingV4 (https://huggingface.co/Yntec/AnythingV4-768/resolve/main/AnythingV4.safetensors) | |
| Output: MemeDiffusion |