Instructions to use galverse/mama-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use galverse/mama-v2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("cagliostrolab/animagine-xl-3.1", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("galverse/mama-v2") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
gradio workspace app Jarvis 2024/06/08
#1
by JarvisLabs - opened
Upload of Gradio base app
These files are an edit of animagine-xl-3.1 Gradio app
https://huggingface.co/spaces/cagliostrolab/animagine-xl-3.1/tree/main
Needed to add the environment variables to make this run properly
Gradio issues and too do
1 ) NSFW Image gen no filter for prompt and image
2 ) Not showing gallery of images, even though the output is an gallery
4) lora model version options