Instructions to use shahtab/VectorMascotLogoDesign with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use shahtab/VectorMascotLogoDesign 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("shahtab/VectorMascotLogoDesign") prompt = "-" 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: '-' | |
| output: | |
| url: >- | |
| images/0c67862594a4766ed1458ad4135ea8d76ab69a49d377d2f5f7afa13f4ca44dd2.webp | |
| base_model: black-forest-labs/FLUX.1-dev | |
| instance_prompt: null | |
| license: apache-2.0 | |
| # Vector Mascot Logo Design | |
| <Gallery /> | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/shahtab/VectorMascotLogoDesign/tree/main) them in the Files & versions tab. | |