Instructions to use gayfortay13/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use gayfortay13/test with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Bakanayatsu/ponyDiffusion-V6-XL-Turbo-DPO", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("gayfortay13/test") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - text: '-' | |
| output: | |
| url: images/17_2.png | |
| base_model: | |
| - Bakanayatsu/ponyDiffusion-V6-XL-Turbo-DPO | |
| instance_prompt: Mondi | |
| # mondi | |
| <Gallery /> | |
| ## Trigger words | |
| You should use `Mondi` to trigger the image generation. | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/gayfortay13/test/tree/main) them in the Files & versions tab. |