Instructions to use Jonjew/MagicofArt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/MagicofArt 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/MagicofArt") prompt = "Abstract Lighting Effects, Hyperrealism, Midjourney Style, Photorealism, Cinematic, High Fidelity, Realism, Light Play, chiaroscuro, play of shadow and light, A surreal and elegant image featuring a white coffee cup with gold accents, from which steam rises to form the detailed and graceful silhouette of a woman's face. The woman's flowing hair merges seamlessly into the steam, with hints of gold highlighting the strands. The background is a soft, light color that enhances the contrast and elegance of the cup and steam. The overall atmosphere is sophisticated, dreamy, and artistic." 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!