Instructions to use GlurpRain/Mitsy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use GlurpRain/Mitsy with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("tonera/MoodyPornMix_zitV10DPO_svdq", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("GlurpRain/Mitsy") prompt = "Mitsy Sanderson standing confidently, shoulder-length brown-blonde hair with straight bangs, warm smile looking at camera, wearing casual crop top and shorts, slim athletic body, natural pose with hands on hips, bright indoor lighting, photorealistic, 8k, sharp focus" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!