Instructions to use TDN-M/Enhanced-Globe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TDN-M/Enhanced-Globe 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("TDN-M/Enhanced-Globe") prompt = "A mystical elf,ethereal and graceful,plays a magical harp under the silvery glow of the moon. The forest around them is dense with ancient trees,their branches casting eerie shadows. The elf's long,flowing hair and delicate features are highlighted by the moonlight,creating an otherworldly atmosphere. The harp's strings glow faintly,adding to the enchantment. The composition is centered on the elf,with the forest framing the scene,emphasizing the magical and mysterious setting.," image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!