Instructions to use ManuelRivoir/jormulator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ManuelRivoir/jormulator with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ManuelRivoir/jormulator", dtype=torch.bfloat16, device_map="cuda") prompt = "a beautiful painting of jrmnfnmyr" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit History
Update README.md 76dac44
Update README.md 9c20ea0
Update README.md 78e0438
Upload sample_images with huggingface_hub e758add
Upload model_index.json with huggingface_hub c621b6c
Upload vae with huggingface_hub 5763d67
Upload unet with huggingface_hub 18237e0
Upload tokenizer with huggingface_hub 32d657d
Upload text_encoder with huggingface_hub 20e9c30
Upload scheduler with huggingface_hub aad2b01
Upload feature_extractor with huggingface_hub 8e2f1b0
Upload the concept The-Jorman-Simulator embeds and token b3b5f05
initial commit 557071d
Manuel Rivoir commited on