Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

eimiss
/
EimisAnimeDiffusion_1.0v

Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
stable-diffusion
image-to-image
Model card Files Files and versions
xet
Community
22

Instructions to use eimiss/EimisAnimeDiffusion_1.0v with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use eimiss/EimisAnimeDiffusion_1.0v with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("eimiss/EimisAnimeDiffusion_1.0v", 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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Update README.md

#19 opened over 3 years ago by
Yasminewarrior

Add `scale_factor` to vae config.

#18 opened over 3 years ago by
valhalla

Rename README.md to dark brown curly hair in a pony tail, female human with jade green eyes and think eyelashes

#17 opened over 3 years ago by
skyler-jade21

Tutorial series for how to use Stable Diffusion both on Google Colab and on your PC with Web UI interface - Install, Run, DreamBooth, Train, Custom Models, Yaml Files, Merge, Inject, Overtraining

#16 opened over 3 years ago by
MonsterMMORPG

Adding `safetensors` variant of this model

#15 opened over 3 years ago by
abruptlyaverage

Was the leaked NAI model, or a merge containing it, the base for this model?

👍 1
2
#14 opened over 3 years ago by
Drakkon44

What's the role of having all the non-ckpt files here?

2
#13 opened over 3 years ago by
IC4ness

Sorry to bother

#8 opened over 3 years ago by
Corshi

Prompting Mechanism

1
#6 opened over 3 years ago by
etherealxx

model_index.json not found

5
#1 opened over 3 years ago by
nibo
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs