Instructions to use strangerzonehf/Multi-perspective-Art-Flux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use strangerzonehf/Multi-perspective-Art-Flux 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("strangerzonehf/Multi-perspective-Art-Flux") prompt = "Multi-perspective Art , A cartoon drawing of a man in a red shirt, black pants, and brown shoes is standing on a yellow surface. The man is holding a brown object in his right hand. He is reaching out towards the sky towards the right side of the image. The sky is a light blue with two white clouds in the distance. There are two white sail boats in the water in the background." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee