Instructions to use strangerzonehf/NewG-Art with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use strangerzonehf/NewG-Art 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("strangerzonehf/NewG-Art") prompt = "NewG Art, An abstract painting of a womans face with the words Tienes Cade written in black on the face. The womans eyes are covered in brown, black, and pink dots. Her lips are painted red, and her nose is painted pink. Her hair is dark brown and curly. Her ear is to the left of her face, and there is a lime green background behind her." 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!