Alvaro Somoza

OzzyGT

AI & ML interests

None yet

Recent Activity

Organizations

Hugging Face's profile picture Hugging Face Internal Testing Organization's profile picture Blog-explorers's profile picture Social Post Explorers's profile picture diffusers-internal-dev's profile picture Hugging Face Discord Community's profile picture ZP's profile picture

OzzyGT's activity

upvoted an article 5 days ago
view article
Article

Build awesome datasets for video generation

22
commented on Recoloring photos with diffusers 11 days ago
view reply

this is a kind of old guide, controlnet union is now integrated in diffusers, you don't have to do anything special if you have the most recent version of diffusers.

import torch

from diffusers import ControlNetUnionModel


controlnet_model = ControlNetUnionModel.from_pretrained(
    "OzzyGT/controlnet-union-promax-sdxl-1.0",
    torch_dtype=torch.float16,
    variant="fp16",
)
commented on Recoloring photos with diffusers 11 days ago
New activity in OzzyGT/diffusers-fast-inpaint 21 days ago

3.5 large

1
#14 opened 22 days ago by
formfollows
updated a model about 1 month ago
published a model about 1 month ago
updated a model about 1 month ago
published a model about 1 month ago
New activity in Nymbo/FLUX.1-Dev-Serverless 3 months ago

Update README.md

#1 opened 3 months ago by
OzzyGT
New activity in OzzyGT/diffusers-fast-inpaint 3 months ago

Mask

1
#13 opened 3 months ago by
Ezgons
New activity in OzzyGT/diffusers-fast-inpaint 4 months ago

Inpaint Patching

3
#10 opened 4 months ago by
rashidvyro