Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

John2386
/
fullgreed-edit

Text-to-Image
Diffusers
Safetensors
ZImagePipeline
z-image
z-image-edit
image-editing
Model card Files Files and versions
xet
Community

Instructions to use John2386/fullgreed-edit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use John2386/fullgreed-edit with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("John2386/fullgreed-edit", 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 Settings
  • Draw Things
  • DiffusionBee
fullgreed-edit
36.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 26 commits
John2386's picture
John2386
transformer: rebuild edit merge from fullgreed_bf16 (2026-07-10 weights)
26271d1 verified 2 days ago
  • scheduler
    Add donor support file scheduler/scheduler_config.json 9 days ago
  • siglip2_adapter_smoke10_4bit
    Upload folder using huggingface_hub 8 days ago
  • text_encoder
    Add donor support file text_encoder/model-00002-of-00002.safetensors 9 days ago
  • tokenizer
    Add donor support file tokenizer/vocab.json 9 days ago
  • tools
    tools: merge script for rebuilding transformer from fullgreed_bf16 2 days ago
  • transformer
    transformer: rebuild edit merge from fullgreed_bf16 (2026-07-10 weights) 2 days ago
  • transformer_scale05
    Upload transformer_scale05/diffusion_pytorch_model.safetensors with huggingface_hub 8 days ago
  • vae
    Add donor support file vae/diffusion_pytorch_model.safetensors 9 days ago
  • .gitattributes
    1.58 kB
    Add donor support file tokenizer/tokenizer.json 9 days ago
  • README.md
    1.52 kB
    Document full edit runtime components 9 days ago
  • model_index.json
    408 Bytes
    Add donor support file model_index.json 9 days ago