Instructions to use emilianJR/AnyLORA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use emilianJR/AnyLORA with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("emilianJR/AnyLORA", 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
- Draw Things
- DiffusionBee
Commit History
Update README.md d9cfd8d
Kubanychbek Emil commited on
Update README.md 0021031
Kubanychbek Emil commited on
Update README.md ef939f3
Kubanychbek Emil commited on
Update README.md d403ace
Kubanychbek Emil commited on
Update README.md 7f7e464
Kubanychbek Emil commited on
Delete example_images/1.png c90f741
Kubanychbek Emil commited on
Upload 13 files 90307a2
Kubanychbek Emil commited on
Create example_images/1.png 7ae45c0
Kubanychbek Emil commited on
Create README.md 2e58279
Kubanychbek Emil commited on
Upload with huggingface_hub (#1) 684790e
Kubanychbek Emil commited on
Delete pytorch_model.bin 78ac7ea
Kubanychbek Emil commited on
Delete model_index.json 03b45bc
Kubanychbek Emil commited on
Delete config.json ce01ae3
Kubanychbek Emil commited on
Delete feature_extractor/preprocessor_config.json de4ae0b
Kubanychbek Emil commited on
Upload 2 files c28cc15
Kubanychbek Emil commited on
Rename preprocessor_config.json to feature_extractor/preprocessor_config.json fca7594
Kubanychbek Emil commited on
Upload preprocessor_config.json 8ef9b77
Kubanychbek Emil commited on
Delete vae b0d9bb5
Kubanychbek Emil commited on
Create vae/main.py 21e81e0
Kubanychbek Emil commited on
Upload model_index.json 6a36e45
Kubanychbek Emil commited on