Instructions to use duongve/NetaYume-Lumina-Image-2.0-Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use duongve/NetaYume-Lumina-Image-2.0-Diffusers with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("duongve/NetaYume-Lumina-Image-2.0-Diffusers", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Is this Version 4?
#1
by Pajamawatso - opened
Is this version 4 of NetaYume? This is the only one I can find in the diffusers format.
Hi this is not version 4.0. This is still version 2.0 plus. At the moment i got some error to create new model repo on huggingface so i can not upload diffusers format. If you want to use diffusers format you can check it out here to covert from comfyui to diffusers format: https://huggingface.co/docs/diffusers/api/pipelines/lumina2