Instructions to use Alissonerdx/EditAnything with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Alissonerdx/EditAnything with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Lightricks/LTX-2.3", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Alissonerdx/EditAnything") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Best way to avoid fading from chunk to chunk?
#9 opened 8 days ago
by
chadpeter
Edit anything module loader slowness issue
😔 1
#8 opened about 1 month ago
by
Xkain
Any way to improve motion? Also will you continue work on the next LTX version?
#7 opened about 1 month ago
by
jijov17984
only first frame ?
#6 opened about 2 months ago
by
ApexArtist
AttributeError: 'NoneType' object has no attribute 'dim'
2
#5 opened 2 months ago
by
Zhu6
thank you
#4 opened 2 months ago
by
ApexArtist
how to ref conditioning with native nodes only
🔥 1
#3 opened 2 months ago
by
ApexArtist