issues Search Results · repo:SusungHong/Self-Attention-Guidance language:"Jupyter Notebook"
Filter by
11 results
(81 ms)11 results
inSusungHong/Self-Attention-Guidance (press backspace or delete to remove)What are the default values you guys recommend for the Scale and Mask Threshold?
andupotorac
- Opened on Jun 5, 2024
- #11
Thank you very much for the contribution and for releasing the code. I wanted to run the command for lsun dataset.
SAMPLE_FLAGS= --batch_size 16 --num_samples 10000 --timestep_respacing 250 MODEL_FLAGS= ...
arnobanu
- Opened on Mar 9, 2024
- #10
I saw that the major implementation of our method is in ./guided_diffusion/gaussian_diffusion.py and
./guided_diffusion/unet.py. Where is SAG part in there?
thanks,
john09282922
- Opened on Feb 20, 2024
- #9
Thanks for your great work! I can easily visualize cross-attention map of each token in prompt on the origin image, but
the self-attention visualization is a little bit confusing for me, since self-attention ...
xz-123-new
- 1
- Opened on Dec 24, 2023
- #8
Hi, I am just wondering can this method be merged with StableDiffusionInpaintPipeline?
xinli2008
- 2
- Opened on Dec 22, 2023
- #7
Excellent work, I have been following it since a long time ago. Can you provide the code for obtaining the
high-frequency masks in Figure 4? This is very important to me, thank you.
yangqy1110
- 2
- Opened on Dec 3, 2023
- #6
nice job! And i try to use the SAG as follows: ` from diffusers import DiffusionPipeline,StableDiffusionSAGPipeline
pipe = StableDiffusionSAGPipeline.from_pretrained( /mnt/xxx/result_diffusers , torch_dtype=torch.float16, ...
xinli2008
- 2
- Opened on Oct 12, 2023
- #5
We are building Refiners, an open source, PyTorch-based framework made to easily train and run adapters on top of
foundational models. Just wanted to let you know that Self-Attention Guidance is now natively ...
deltheil
- Opened on Oct 12, 2023
- #4
Hello, thanks for your good work! I notice that you use DDPM in the code, which is slower than DDIM. I am curious is it
possible to use the DDIM sample and add self attention mask to the DDIM process? ...
Steven-Xiong
- 3
- Opened on Aug 6, 2023
- #3

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.