Instructions to use multimodalart/isometric-skeumorphic-3d-bnb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use multimodalart/isometric-skeumorphic-3d-bnb 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("multimodalart/isometric-skeumorphic-3d-bnb") prompt = "Christ the Redeemer, Rio de Janeiro, RBNBICN, icon, white background, isometric perspective" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Getting an error trying to use it with DiffusionBee app offline
#4
by FerTech - opened
I'm having the same issue; same with Draw Things
I don't know if this is the actual solution - but did you actually try to provide stable diffusion 1 or 2 models yet as he asked? I could imagine that isometric-skeumorphic-3d-bnb works more like a add-on?
I tried download Diff2 but getting the same error when i import this "add-on" 🤔
