Instructions to use LyliaEngine/plantMilkModelSuite_hempII with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/plantMilkModelSuite_hempII with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("LyliaEngine/ilustmix_v50", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/plantMilkModelSuite_hempII") prompt = "HDR photo of graffiti style texture masterpiece, best quality, best quality, [quasarcake:crain1art:9], [dlgeria::9], (xxyt-xx:0.85), chen bin, (as109:0.5), fagun_yibei, berryverrine," image = pipe(prompt).images[0] - 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!