Instructions to use MultiTrickFox/Flux-LoRA-Equirectangular-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MultiTrickFox/Flux-LoRA-Equirectangular-v3 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", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("MultiTrickFox/Flux-LoRA-Equirectangular-v3") prompt = "equirectangular 360 degree panorama" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - text: equirectangular 360 degree panorama | |
| parameters: | |
| negative_prompt: blurry | |
| output: | |
| url: images/highres_shifted_00066_.jpg | |
| base_model: black-forest-labs/FLUX.1-dev | |
| instance_prompt: null | |
| # Flux LoRA Equirectangular v3 | |
| <Gallery /> | |
| ## Model description | |
| # Usage | |
| - Trigger Keyword: | |
| "equirectangular 360 degree panorama" | |
| - Image resolution: | |
| always 2:1 aspect | |
| 1024 x 512 , 1408 x 704 works best. | |
| 2048 x 1024 also works. | |
| - LoRA Weight: | |
| 0.5 to 1.5 | |
| - Flux Guidance: | |
| 2.5 for realistic scenes | |
| # Details | |
| Imported from: | |
| https://civitai.com/models/735980/flux-equirectangular-360-panorama | |
| Read the workflow: | |
| https://civitai.com/models/745010?modelVersionId=833115 | |
| 360 Equirectangular Viewer: | |
| https://renderstuff.com/tools/360-panorama-web-viewer | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/MultiTrickFox/Flux-LoRA-Equirectangular-v3/tree/main) them in the Files & versions tab. | |