Instructions to use Tanger/LoraByTanger with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Tanger/LoraByTanger with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Tanger/LoraByTanger", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Lora that don't work
#1
by kurobane - opened
Hello when i use Hu tao and Yoimiya LoRa, they dont work
Hello when i use Hu tao and Yoimiya LoRa, they dont work
In the model folder, there are some samples of the images I generated. You can download these images directly and get all the parameters from these images (via getting the image information function on the webui). Use the latest webui. The Yoimiya model file should be fine. Although hu tao model can be used but I am not satisfied with the quality, I have deleted and ready to retrain. You can wait for a better hu tao~
Tanger changed discussion status to closed