Instructions to use luispine/wildfireIAUV with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use luispine/wildfireIAUV with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("TheMistoAI/MistoLine", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("luispine/wildfireIAUV") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - stable-diffusion | |
| - lora | |
| - diffusers | |
| - template:sd-lora | |
| widget: | |
| - text: '-' | |
| output: | |
| url: images/Captura de pantalla 2024-02-14 080702.png | |
| base_model: TheMistoAI/MistoLine | |
| instance_prompt: null | |
| # wildfireIaUv | |
| <Gallery /> | |
| ## Model description | |
| prediccion | |
| ## Download model | |
| Weights for this model are available in PyTorch format. | |
| [Download](/luispine/wildfireIAUV/tree/main) them in the Files & versions tab. | |