Warning

This is an experimental model. It works only with segmoe library!

Experts

  • source_model: Lykon/dreamshaper-8 (base)
  • source_model: Lykon/AAM_AnyLora_AnimeMix
  • source_model: stablediffusionapi/realistic-vision-51

Usage

This model can be used via the segmoe library.

Make sure to install segmoe by running

pip install segmoe
from segmoe import SegMoEPipeline

pipeline = SegMoEPipeline("RachidAR/AFlow-SegMoe-1Bx3-v0.1", device = "cuda", safety_checker = None)

prompt = "cosmic canvas, orange city background, painting of a chubby cat"
negative_prompt = "nsfw, bad quality, worse quality"
img = pipeline(
    prompt=prompt,
    negative_prompt=negative_prompt,
    height=1024,
    width=1024,
    num_inference_steps=25,
    guidance_scale=7.5,
).images[0]
img.save("image.png")

image/png image/png image/png

Downloads last month
6
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.