Instructions to use xmarkinmtlx/CLBVNTG_Nature_Diagram_Tees with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use xmarkinmtlx/CLBVNTG_Nature_Diagram_Tees 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("xmarkinmtlx/CLBVNTG_Nature_Diagram_Tees") prompt = "A vintage t-shirt design featuring the words \"THIS IS YOUR JOURNEY\" in a dark green, stylized font. Below, illustrate a winding path through a forest, with sunlight filtering through the trees and various animals walking along the path. The design includes a few illustrations of a brain and a heart, with the text \"Follow Your Heart\" in a unique font. The overall design has a slightly aged appearance." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!