Instructions to use Jonjew/DPMadeofFlowers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/DPMadeofFlowers 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("Jonjew/DPMadeofFlowers") prompt = "hyperdetailed fantasy photography of a (elemental, wearing dia de los muertos make up: 1.7) made of flower, crystal forest with enchanted creatures, (intricate details: 0.91), (ultra sharp: 0.91), (exquisite detail: 0.91), (flawless composition: 0.91), (vivid colors: 0.91), (masterpiece: 0.91), exciting background, <lora:dp-made-of-flower-flux-v01:1> madeOfFlower" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K