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 Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files
Vector Mascot Logo Design_V1.0.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1375a259852975d093ffdac3545b748441d10fdaff7a7abfa853941ea9f5bb3
|
| 3 |
+
size 343805424
|
images/0c67862594a4766ed1458ad4135ea8d76ab69a49d377d2f5f7afa13f4ca44dd2.webp
ADDED
|
Git LFS Details
|