Instructions to use prithivMLmods/Ton618-Amxtoon-Flux-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/Ton618-Amxtoon-Flux-LoRA with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("prithivMLmods/Ton618-Amxtoon-Flux-LoRA") prompt = "Amxtoon, a woman with long brown hair and blue eyes is standing next to a anime doll with long black hair. The doll on the left is wearing a gray t-shirt with an orange and yellow sweater draped over it. The woman on the right is smiling and looking at the camera. In the background, a painting of a fire is visible on the wall." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K