Edit model card

MeinaMix V11

Original model page

Examples

MeinaMix objective is to be able to do good art with little prompting. I have a discord where you can share images, discuss prompt and ask for help. https://discord.gg/meinaverse

I also have a ko-fi and Patreon page where you can support me or buy me a coffee <3, it will be very much appreciated: https://ko-fi.com/meina and https://www.patreon.com/MeinaMix

MeinaMix and the other of Meinas will ALWAYS be FREE.

How to use?

Negative: worst quality, low quality, zombie, sketch, interlocked fingers, comic
CLIP Skip: 2
Steps: 20 to 30 (if image has errors or artefacts use higher steps)
CFG Scale: 4.0 to 11.0
Size: 512x768, 512x1024 for portrait, 768x512, 1024x512, 1536x512 for landscape

Use it with 🧨 diffusers

This model can be used just like any other Stable Diffusion model. For more information, please have a look at the Diffusers.

import torch
from diffusers import DiffusionPipeline

pipe = DiffusionPipeline.from_pretrained(
  'kamillaova/MeinaMix',
  torch_dtype=torch.float16,  # or bfloat16 for Ampere+ GPUs
).to('cuda')

img = pipe(
  prompt='positive prompt',
  negative_prompt='negative prompt',

  guidance_scale=5.0,
  num_inference_steps=30,
  width=512, height=768,
).images[0]

img.save('image.png')
Downloads last month
34
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Model tree for kamillaova/MeinaMix

Finetuned
(598)
this model